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

/system/core/libpixelflinger/
H A Dscanline.cpp1162 int sR = (s >> ( 3))&0x1F; local
1169 sR += (f*dR)>>8;
1172 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1187 int sR = (s >> ( 3))&0x1F; local
1194 sR = ((sR << 8) + f*dR + threshold)>>8;
1197 if (sR > 0x1f) sR = 0x1f;
1200 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1216 int sR local
1265 uint32_t sR = s & 0xff; local
1296 uint32_t sR = s & 0xff; local
1331 uint32_t sR = s & 0xff; local
1353 uint32_t sR = s & 0xff; local
1384 uint32_t sR = s >> 11; local
2097 int sR = (s >> ( 3))&0x1F; local
2125 int sR, sG, sB; local
[all...]

Completed in 9 milliseconds