Home
last modified time | relevance | path

Searched refs:FT_GET_SHORT_LE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c803 firstCol = FT_GET_SHORT_LE(); in pcf_get_encodings()
804 lastCol = FT_GET_SHORT_LE(); in pcf_get_encodings()
805 firstRow = FT_GET_SHORT_LE(); in pcf_get_encodings()
806 lastRow = FT_GET_SHORT_LE(); in pcf_get_encodings()
807 face->defaultChar = FT_GET_SHORT_LE(); in pcf_get_encodings()
837 encodingOffset = FT_GET_SHORT_LE(); in pcf_get_encodings()
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h278 #define FT_GET_SHORT_LE() FT_GET_MACRO( SHORT_LE )
296 #define FT_GET_SHORT_LE() FT_GET_MACRO( FT_Stream_GetUShortLE, FT_Short ) macro

Completed in 8 milliseconds