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

/system/core/libpixelflinger/
H A Dscanline.cpp1146 int dG = (d>>5)&0x3f; local
1149 sG += (f*dG)>>8;
1171 int dG = (d>>5)&0x3f; local
1174 sG = ((sG << 8) + f*dG + threshold)>>8;
1202 int dG = (d>>5)&0x3f; local
1205 sG = (f1*sG + f2*dG)>>8;
1256 int dG = (d>>5)&0x3f; local
1259 sG = (sG + f*dG)>>8;
1288 int dG = (d>>5)&0x3f; local
1291 sG = (sG + f*dG
1320 int dG = (d>>5)&0x3f; local
1343 int dG = (d>>5)&0x3f; local
1374 int dG = (d>>5)&0x3f; local
2074 int dG = (d>>5)&0x3f; local
[all...]

Completed in 6 milliseconds