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

/system/core/libpixelflinger/
H A Dscanline.cpp1185 int sR = (s >> ( 3))&0x1F; local
1192 sR += (f*dR)>>8;
1195 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1210 int sR = (s >> ( 3))&0x1F; local
1217 sR = ((sR << 8) + f*dR + threshold)>>8;
1220 if (sR > 0x1f) sR = 0x1f;
1223 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1239 int sR local
1288 uint32_t sR = s & 0xff; local
1319 uint32_t sR = s & 0xff; local
1354 uint32_t sR = s & 0xff; local
1376 uint32_t sR = s & 0xff; local
1407 uint32_t sR = s >> 11; local
2124 int sR = (s >> ( 3))&0x1F; local
2152 int sR, sG, sB; local
[all...]

Completed in 355 milliseconds