Searched refs:FT_FRAME_CHAR (Results 1 – 3 of 3) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttsbit.c | 213 FT_FRAME_CHAR( horiBearingX ), 214 FT_FRAME_CHAR( horiBearingY ), 217 FT_FRAME_CHAR( vertBearingX ), 218 FT_FRAME_CHAR( vertBearingY ), 433 FT_FRAME_CHAR( ascender ), in tt_face_load_eblc() 434 FT_FRAME_CHAR( descender ), in tt_face_load_eblc() 437 FT_FRAME_CHAR( caret_slope_numerator ), in tt_face_load_eblc() 438 FT_FRAME_CHAR( caret_slope_denominator ), in tt_face_load_eblc() 439 FT_FRAME_CHAR( caret_offset ), in tt_face_load_eblc() 441 FT_FRAME_CHAR( min_origin_SB ), in tt_face_load_eblc() [all …]
|
D | ttload.c | 1168 FT_FRAME_CHAR ( StrokeWeight ), in tt_face_load_pclt() 1169 FT_FRAME_CHAR ( WidthType ), in tt_face_load_pclt()
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 127 #define FT_FRAME_CHAR( f ) FT_FRAME_FIELD( ft_frame_schar, f ) macro
|