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

/system/core/libpixelflinger/
H A Dscanline.cpp1167 int dG = (d>>5)&0x3f; local
1170 sG += (f*dG)>>8;
1192 int dG = (d>>5)&0x3f; local
1195 sG = ((sG << 8) + f*dG + threshold)>>8;
1223 int dG = (d>>5)&0x3f; local
1226 sG = (f1*sG + f2*dG)>>8;
1277 int dG = (d>>5)&0x3f; local
1280 sG = (sG + f*dG)>>8;
1309 int dG = (d>>5)&0x3f; local
1312 sG = (sG + f*dG
1341 int dG = (d>>5)&0x3f; local
1364 int dG = (d>>5)&0x3f; local
1395 int dG = (d>>5)&0x3f; local
2095 int dG = (d>>5)&0x3f; local
[all...]

Completed in 527 milliseconds