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

  /external/freetype/src/sfnt/
sfobjs.c 524 table->Offset = FT_GET_ULONG();
525 table->CompLength = FT_GET_ULONG();
526 table->OrigLength = FT_GET_ULONG();
527 table->CheckSum = FT_GET_ULONG();
816 face->ttc_header.offsets[n] = FT_GET_ULONG();
    [all...]
ttload.c 393 entry->CheckSum = FT_GET_ULONG();
394 entry->Offset = FT_GET_ULONG();
395 entry->Length = FT_GET_ULONG();
    [all...]
ttsbit.c 144 num_strikes = FT_GET_ULONG();
    [all...]
  /external/chromium_org/third_party/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/include/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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/sfnt/
ttload.c 396 entry->CheckSum = FT_GET_ULONG();
    [all...]
sfobjs.c 423 face->ttc_header.offsets[n] = FT_GET_ULONG();
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 769 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
    [all...]
ttobjs.c 200 checksum += (FT_UInt32)FT_GET_ULONG();
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 769 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
    [all...]
ttobjs.c 201 checksum += (FT_UInt32)FT_GET_ULONG();
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.c 425 face->ttc_header.offsets[n] = FT_GET_ULONG();
    [all...]
ttload.c 419 entry->CheckSum = FT_GET_ULONG();
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.c 769 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */
    [all...]
ttobjs.c 200 checksum += (FT_UInt32)FT_GET_ULONG();
    [all...]

Completed in 1785 milliseconds