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

  /external/freetype/src/sfnt/
ttkern.c 133 old_pair = FT_NEXT_ULONG( p );
141 cur_pair = FT_NEXT_ULONG( p );
246 key = FT_NEXT_ULONG( q );
266 FT_ULong key = FT_NEXT_ULONG( p );
ttsbit0.c 78 version = FT_NEXT_ULONG( p );
79 num_strikes = FT_NEXT_ULONG( p );
225 decoder->strike_index_array = FT_NEXT_ULONG( p );
227 decoder->strike_index_count = FT_NEXT_ULONG( p );
819 image_offset = FT_NEXT_ULONG( p );
833 image_offset = FT_NEXT_ULONG ( p );
843 image_start = FT_NEXT_ULONG( p );
844 image_end = FT_NEXT_ULONG( p );
859 image_size = FT_NEXT_ULONG( p );
891 num_glyphs = FT_NEXT_ULONG( p )
    [all...]
ttbdf.c 87 FT_ULong strings = FT_NEXT_ULONG ( p );
ttcmap.c 51 #define TT_NEXT_ULONG FT_NEXT_ULONG
    [all...]
  /external/freetype/src/truetype/
ttpload.c 191 pos1 = FT_NEXT_ULONG( p );
195 pos2 = FT_NEXT_ULONG( p );
508 record_size = FT_NEXT_ULONG( p );
  /external/freetype/src/base/
ftstream.c 425 result = FT_NEXT_ULONG( p );
655 result = FT_NEXT_ULONG( p );
797 value = FT_NEXT_ULONG(cursor);
  /external/freetype/include/freetype/internal/
ftstream.h 245 #define FT_NEXT_ULONG( buffer ) \

Completed in 196 milliseconds