Home
last modified time | relevance | path

Searched refs:FT_FRAME_SHORT (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/sfnt/
Dttmtx.c270 FT_FRAME_SHORT ( Ascender ), in tt_face_load_hhea()
271 FT_FRAME_SHORT ( Descender ), in tt_face_load_hhea()
272 FT_FRAME_SHORT ( Line_Gap ), in tt_face_load_hhea()
274 FT_FRAME_SHORT ( min_Left_Side_Bearing ), in tt_face_load_hhea()
275 FT_FRAME_SHORT ( min_Right_Side_Bearing ), in tt_face_load_hhea()
276 FT_FRAME_SHORT ( xMax_Extent ), in tt_face_load_hhea()
277 FT_FRAME_SHORT ( caret_Slope_Rise ), in tt_face_load_hhea()
278 FT_FRAME_SHORT ( caret_Slope_Run ), in tt_face_load_hhea()
279 FT_FRAME_SHORT ( caret_Offset ), in tt_face_load_hhea()
280 FT_FRAME_SHORT ( Reserved[0] ), in tt_face_load_hhea()
[all …]
Dttload.c554 FT_FRAME_SHORT ( xMin ), in tt_face_load_generic_header()
555 FT_FRAME_SHORT ( yMin ), in tt_face_load_generic_header()
556 FT_FRAME_SHORT ( xMax ), in tt_face_load_generic_header()
557 FT_FRAME_SHORT ( yMax ), in tt_face_load_generic_header()
560 FT_FRAME_SHORT ( Font_Direction ), in tt_face_load_generic_header()
561 FT_FRAME_SHORT ( Index_To_Loc_Format ), in tt_face_load_generic_header()
562 FT_FRAME_SHORT ( Glyph_Data_Format ), in tt_face_load_generic_header()
962 FT_FRAME_SHORT ( xAvgCharWidth ), in tt_face_load_os2()
965 FT_FRAME_SHORT ( fsType ), in tt_face_load_os2()
966 FT_FRAME_SHORT ( ySubscriptXSize ), in tt_face_load_os2()
[all …]
/external/freetype/include/freetype/internal/
Dftstream.h122 #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f ) macro