Home
last modified time | relevance | path

Searched refs:sG (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp1181 int sG = (s >> ( 8+2))&0x3F; in write() local
1188 sG += (f*dG)>>8; in write()
1190 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1206 int sG = (s >> ( 8+2))&0x3F; in write() local
1213 sG = ((sG << 8) + f*dG + threshold)>>8; in write()
1216 if (sG > 0x3f) sG = 0x3f; in write()
1218 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
1235 int sG = (s >> ( 8+2))&0x3F; in write() local
1244 sG = (f1*sG + f2*dG)>>8; in write()
1246 *dst = uint16_t((sR<<11)|(sG<<5)|sB); in write()
[all …]
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
47 addu $t1,$t1,\sG
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S17 .macro pixel dreg src f sR sG sB shift
52 addu $t5,$t5,\sG