Searched refs:FT_GET_ULONG (Results 1 – 8 of 8) sorted by relevance
213 table->Offset = FT_GET_ULONG(); in woff_open_font()214 table->CompLength = FT_GET_ULONG(); in woff_open_font()215 table->OrigLength = FT_GET_ULONG(); in woff_open_font()216 table->CheckSum = FT_GET_ULONG(); in woff_open_font()
432 entry.CheckSum = FT_GET_ULONG(); in tt_face_load_font_dir()433 entry.Offset = FT_GET_ULONG(); in tt_face_load_font_dir()434 entry.Length = FT_GET_ULONG(); in tt_face_load_font_dir()
155 num_strikes = FT_GET_ULONG(); in tt_face_load_sbit()1510 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()1511 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
456 face->ttc_header.offsets[n] = FT_GET_ULONG(); in sfnt_open_font()
297 #define FT_GET_ULONG() FT_GET_MACRO( ULONG )315 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) macro
232 checksum += (FT_UInt32)FT_GET_ULONG(); in tt_synth_sfnt_checksum()
1256 value->tag = FT_GET_ULONG(); in ft_var_load_mvar()1572 blend->glyphoffsets[i] = offsetToData + FT_GET_ULONG(); in ft_var_load_gvar()
837 orig_nbitmaps = FT_GET_ULONG(); in pcf_get_bitmaps()