Searched refs:ttULONG (Results 1 – 1 of 1) sorted by relevance
963 #define ttULONG(p) (* (stbtt_uint32 *) (p)) macro970 …static stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttULONG() function997 return ttULONG(data+loc+8); in stbtt__find_table()1011 if (ttULONG(font_collection+4) == 0x00010000 || ttULONG(font_collection+4) == 0x00020000) { in stbtt_GetFontOffsetForIndex()1015 return ttULONG(font_collection+12+index*4); in stbtt_GetFontOffsetForIndex()1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()1144 stbtt_uint32 ngroups = ttULONG(data+index_map+12); in stbtt_FindGlyphIndex()1150 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); in stbtt_FindGlyphIndex()1151 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); in stbtt_FindGlyphIndex()[all …]