Searched refs:ttLONG (Results 1 – 1 of 1) sorted by relevance
957 #define ttFixed(p) ttLONG(p)964 #define ttLONG(p) (* (stbtt_int32 *) (p)) macro971 …static stbtt_int32 ttLONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttLONG() function1012 stbtt_int32 n = ttLONG(font_collection+8); in stbtt_GetFontOffsetForIndex()