Lines Matching refs:sG
1292 int sG = (s >> ( 8+2))&0x3F;
1295 sG += (f*dG)>>8;
1297 *dst++ = uint16_t((sR<<11)|(sG<<5)|sB);
1319 int sR, sG, sB;
1326 sG = (s >> ( 8+2))&0x3F;
1328 *dst++ = uint16_t((sR<<11)|(sG<<5)|sB);
1335 sG = (s >> ( 8+2))&0x3F;
1337 d = (sR<<11)|(sG<<5)|sB;
1341 sG = (s >> ( 8+2))&0x3F;
1343 d |= ((sR<<11)|(sG<<5)|sB)<<16;
1383 int sG = (s >> ( 8+2))&0x3F;
1391 sG += (f*dG)>>8;
1393 *dst++ = uint16_t((sR<<11)|(sG<<5)|sB);