Searched refs:ttLONG (Results 1 – 1 of 1) sorted by relevance
1267 #define ttFixed(p) ttLONG(p)1272 static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; } in ttLONG() function1312 stbtt_int32 n = ttLONG(font_collection+8); in stbtt_GetFontOffsetForIndex_internal()1331 return ttLONG(font_collection+8); in stbtt_GetNumberOfFonts_internal()