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

  /external/freetype/include/freetype/internal/
ftstream.h 275 #define FT_GET_ULONG() FT_GET_MACRO( ULONG )
293 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong )
  /external/freetype/src/sfnt/
sfobjs.c 517 table->Offset = FT_GET_ULONG();
518 table->CompLength = FT_GET_ULONG();
519 table->OrigLength = FT_GET_ULONG();
520 table->CheckSum = FT_GET_ULONG();
832 face->ttc_header.offsets[n] = FT_GET_ULONG();
    [all...]
ttload.c 416 entry.CheckSum = FT_GET_ULONG();
417 entry.Offset = FT_GET_ULONG();
418 entry.Length = FT_GET_ULONG();
    [all...]
ttsbit.c 156 num_strikes = FT_GET_ULONG();
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 225 checksum += (FT_UInt32)FT_GET_ULONG();
    [all...]
ttgxvar.c     [all...]
  /external/freetype/src/pcf/
pcfread.c 834 orig_nbitmaps = FT_GET_ULONG();
    [all...]

Completed in 123 milliseconds