Searched defs:ttUSHORT (Results 1 – 1 of 1) sorted by relevance
961 #define ttUSHORT(p) (* (stbtt_uint16 *) (p)) macro968 static stbtt_uint16 ttUSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttUSHORT() function