HomeSort by relevance Sort by last modified time
    Searched refs:FT_FRAME_SHORT (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/sfnt/
ttmtx.c 270 FT_FRAME_SHORT ( Ascender ),
271 FT_FRAME_SHORT ( Descender ),
272 FT_FRAME_SHORT ( Line_Gap ),
274 FT_FRAME_SHORT ( min_Left_Side_Bearing ),
275 FT_FRAME_SHORT ( min_Right_Side_Bearing ),
276 FT_FRAME_SHORT ( xMax_Extent ),
277 FT_FRAME_SHORT ( caret_Slope_Rise ),
278 FT_FRAME_SHORT ( caret_Slope_Run ),
279 FT_FRAME_SHORT ( caret_Offset ),
280 FT_FRAME_SHORT ( Reserved[0] )
    [all...]
ttload.c 554 FT_FRAME_SHORT ( xMin ),
555 FT_FRAME_SHORT ( yMin ),
556 FT_FRAME_SHORT ( xMax ),
557 FT_FRAME_SHORT ( yMax ),
560 FT_FRAME_SHORT ( Font_Direction ),
561 FT_FRAME_SHORT ( Index_To_Loc_Format ),
562 FT_FRAME_SHORT ( Glyph_Data_Format ),
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 122 #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )

Completed in 341 milliseconds