Home
last modified time | relevance | path

Searched refs:FT_GET_ULONG (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/sfnt/
Dsfobjs.c517 table->Offset = FT_GET_ULONG(); in woff_open_font()
518 table->CompLength = FT_GET_ULONG(); in woff_open_font()
519 table->OrigLength = FT_GET_ULONG(); in woff_open_font()
520 table->CheckSum = FT_GET_ULONG(); in woff_open_font()
832 face->ttc_header.offsets[n] = FT_GET_ULONG(); in sfnt_open_font()
Dttload.c425 entry.CheckSum = FT_GET_ULONG(); in tt_face_load_font_dir()
426 entry.Offset = FT_GET_ULONG(); in tt_face_load_font_dir()
427 entry.Length = FT_GET_ULONG(); in tt_face_load_font_dir()
Dttsbit.c156 num_strikes = FT_GET_ULONG(); in tt_face_load_sbit()
1511 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()
1512 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
/external/freetype/include/freetype/internal/
Dftstream.h286 #define FT_GET_ULONG() FT_GET_MACRO( ULONG )
304 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) macro
/external/freetype/src/truetype/
Dttobjs.c233 checksum += (FT_UInt32)FT_GET_ULONG(); in tt_synth_sfnt_checksum()
Dttgxvar.c1257 value->tag = FT_GET_ULONG(); in ft_var_load_mvar()
1539 blend->glyphoffsets[i] = offsetToData + FT_GET_ULONG(); in ft_var_load_gvar()
/external/freetype/src/pcf/
Dpcfread.c834 orig_nbitmaps = FT_GET_ULONG(); in pcf_get_bitmaps()