Searched refs:FT_FRAME_SHORT (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttmtx.c | 125 FT_FRAME_SHORT ( Ascender ), in tt_face_load_hhea() 126 FT_FRAME_SHORT ( Descender ), in tt_face_load_hhea() 127 FT_FRAME_SHORT ( Line_Gap ), in tt_face_load_hhea() 131 FT_FRAME_SHORT ( xMax_Extent ), in tt_face_load_hhea() 132 FT_FRAME_SHORT ( caret_Slope_Rise ), in tt_face_load_hhea() 133 FT_FRAME_SHORT ( caret_Slope_Run ), in tt_face_load_hhea() 134 FT_FRAME_SHORT ( caret_Offset ), in tt_face_load_hhea() 135 FT_FRAME_SHORT ( Reserved[0] ), in tt_face_load_hhea() 136 FT_FRAME_SHORT ( Reserved[1] ), in tt_face_load_hhea() 137 FT_FRAME_SHORT ( Reserved[2] ), in tt_face_load_hhea() [all …]
|
A D | ttload.c | 553 FT_FRAME_SHORT ( xMin ), in tt_face_load_generic_header() 554 FT_FRAME_SHORT ( yMin ), in tt_face_load_generic_header() 555 FT_FRAME_SHORT ( xMax ), in tt_face_load_generic_header() 556 FT_FRAME_SHORT ( yMax ), in tt_face_load_generic_header() 961 FT_FRAME_SHORT ( xAvgCharWidth ), in tt_face_load_os2() 964 FT_FRAME_SHORT ( fsType ), in tt_face_load_os2() 975 FT_FRAME_SHORT ( sFamilyClass ), in tt_face_load_os2() 998 FT_FRAME_SHORT ( sTypoAscender ), in tt_face_load_os2() 1000 FT_FRAME_SHORT ( sTypoLineGap ), in tt_face_load_os2() 1019 FT_FRAME_SHORT ( sxHeight ), in tt_face_load_os2() [all …]
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 218 FT_FRAME_SHORT( leftSideBearing ), 219 FT_FRAME_SHORT( rightSideBearing ), 220 FT_FRAME_SHORT( characterWidth ), 221 FT_FRAME_SHORT( ascent ), 222 FT_FRAME_SHORT( descent ), 223 FT_FRAME_SHORT( attributes ),
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftstream.h | 122 #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f ) macro
|
Completed in 14 milliseconds