Searched refs:ttULONG (Results 1 – 1 of 1) sorted by relevance
1271 static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } in ttULONG() function1297 return ttULONG(data+loc+8); in stbtt__find_table()1311 if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) { in stbtt_GetFontOffsetForIndex_internal()1315 return ttULONG(font_collection+12+index*4); in stbtt_GetFontOffsetForIndex_internal()1330 if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) { in stbtt_GetNumberOfFonts_internal()1443 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont_internal()1450 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont_internal()1527 stbtt_uint32 ngroups = ttULONG(data+index_map+12); in stbtt_FindGlyphIndex()1533 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); in stbtt_FindGlyphIndex()1534 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); in stbtt_FindGlyphIndex()[all …]