Searched defs:sG (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp1181 int sG = (s >> ( 8+2))&0x3F; local
1188 sG += (f*dG)>>8;
1190 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1206 int sG = (s >> ( 8+2))&0x3F; local
1213 sG = ((sG << 8) + f*dG + threshold)>>8;
1216 if (sG > 0x3f) sG = 0x3f;
1218 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1235 int sG local
1282 uint32_t sG = (s >> 8) & 0xff; local
1313 uint32_t sG = (s >> 8) & 0xff; local
1348 uint32_t sG = (s >> 8) & 0xff; local
1370 uint32_t sG = (s >> 8) & 0xff; local
1403 uint32_t sG = (s >> 5) & 0x3f; local
2120 int sG = (s >> ( 8+2))&0x3F; local
[all...]

Completed in 171 milliseconds