Searched defs:UI16 (Results 1 – 2 of 2) sorted by relevance
348 typedef int16_t UI16; typedef
1094 #define UI16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixel() macro