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

/system/core/libpixelflinger/
H A Dscanline.cpp1141 int sR = (s >> ( 3))&0x1F; local
1148 sR += (f*dR)>>8;
1151 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1166 int sR = (s >> ( 3))&0x1F; local
1173 sR = ((sR << 8) + f*dR + threshold)>>8;
1176 if (sR > 0x1f) sR = 0x1f;
1179 *dst = uint16_t((sR<<11)|(sG<<5)|sB);
1195 int sR local
1244 uint32_t sR = s & 0xff; local
1275 uint32_t sR = s & 0xff; local
1310 uint32_t sR = s & 0xff; local
1332 uint32_t sR = s & 0xff; local
1363 uint32_t sR = s >> 11; local
2076 int sR = (s >> ( 3))&0x1F; local
2104 int sR, sG, sB; local
[all...]

Completed in 46 milliseconds