Searched defs:sG (Results 1 - 1 of 1) sorted by last modified time

/system/core/libpixelflinger/
H A Dscanline.cpp1163 int sG = (s >> ( 8+2))&0x3F; local
1170 sG += (f*dG)>>8;
1172 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1188 int sG = (s >> ( 8+2))&0x3F; local
1195 sG = ((sG << 8) + f*dG + threshold)>>8;
1198 if (sG > 0x3f) sG = 0x3f;
1200 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1217 int sG local
1264 uint32_t sG = (s >> 8) & 0xff; local
1295 uint32_t sG = (s >> 8) & 0xff; local
1330 uint32_t sG = (s >> 8) & 0xff; local
1352 uint32_t sG = (s >> 8) & 0xff; local
1385 uint32_t sG = (s >> 5) & 0x3f; local
2098 int sG = (s >> ( 8+2))&0x3F; local
2125 int sR, sG, sB; local
[all...]

Completed in 60 milliseconds