Searched defs:ttLONG (Results 1 – 1 of 1) sorted by relevance
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() function