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

  /external/freetype/src/sfnt/
ttmtx.c 138 FT_FRAME_SHORT ( Ascender ),
139 FT_FRAME_SHORT ( Descender ),
140 FT_FRAME_SHORT ( Line_Gap ),
142 FT_FRAME_SHORT ( min_Left_Side_Bearing ),
143 FT_FRAME_SHORT ( min_Right_Side_Bearing ),
144 FT_FRAME_SHORT ( xMax_Extent ),
145 FT_FRAME_SHORT ( caret_Slope_Rise ),
146 FT_FRAME_SHORT ( caret_Slope_Run ),
147 FT_FRAME_SHORT ( caret_Offset ),
148 FT_FRAME_SHORT ( Reserved[0] )
    [all...]
ttload.c 629 FT_FRAME_SHORT ( xMin ),
630 FT_FRAME_SHORT ( yMin ),
631 FT_FRAME_SHORT ( xMax ),
632 FT_FRAME_SHORT ( yMax ),
635 FT_FRAME_SHORT ( Font_Direction ),
636 FT_FRAME_SHORT ( Index_To_Loc_Format ),
637 FT_FRAME_SHORT ( Glyph_Data_Format ),
    [all...]
  /external/freetype/src/pcf/
pcfread.c 290 FT_FRAME_SHORT( leftSideBearing ),
291 FT_FRAME_SHORT( rightSideBearing ),
292 FT_FRAME_SHORT( characterWidth ),
293 FT_FRAME_SHORT( ascent ),
294 FT_FRAME_SHORT( descent ),
295 FT_FRAME_SHORT( attributes ),
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 122 #define FT_FRAME_SHORT( f ) FT_FRAME_FIELD( ft_frame_short_be, f )

Completed in 171 milliseconds