Searched refs:FT_GET_ULONG (Results 1 – 8 of 8) sorted by relevance
216 table->Offset = FT_GET_ULONG(); in woff_open_font()217 table->CompLength = FT_GET_ULONG(); in woff_open_font()218 table->OrigLength = FT_GET_ULONG(); in woff_open_font()219 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()1514 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()1515 glyph_end = FT_GET_ULONG(); in tt_face_load_sbix_image()
469 face->ttc_header.offsets[n] = FT_GET_ULONG(); in sfnt_open_font()
297 #define FT_GET_ULONG() FT_GET_MACRO( ULONG )314 #define FT_GET_ULONG() FT_GET_MACRO( FT_Stream_GetULong, FT_ULong ) macro
264 checksum += (FT_UInt32)FT_GET_ULONG(); in tt_synth_sfnt_checksum()
1338 value->tag = FT_GET_ULONG(); in ft_var_load_mvar()1655 blend->glyphoffsets[i] = offsetToData + FT_GET_ULONG(); in ft_var_load_gvar()
837 orig_nbitmaps = FT_GET_ULONG(); in pcf_get_bitmaps()