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

  /external/freetype/src/pcf/
pcfread.c 273 FT_FRAME_SHORT_LE( leftSideBearing ),
274 FT_FRAME_SHORT_LE( rightSideBearing ),
275 FT_FRAME_SHORT_LE( characterWidth ),
276 FT_FRAME_SHORT_LE( ascent ),
277 FT_FRAME_SHORT_LE( descent ),
278 FT_FRAME_SHORT_LE( attributes ),
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 68 ft_frame_short_le = FT_MAKE_FRAME_OP( FT_FRAME_OP_SHORT, 1, 1 ), enumerator in enum:FT_Frame_Op_
131 #define FT_FRAME_SHORT_LE( f ) FT_FRAME_FIELD( ft_frame_short_le, f )

Completed in 67 milliseconds