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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c302 int odd1, odd2; local in function:_glamor_largepixmap_reflect_fixup
313 odd2 = ((*xy2 - c2) / wh) & 0x1;
315 if (odd1 && odd2) {
319 else if (odd1 && !odd2) {
323 else if (!odd1 && odd2) {

Completed in 7 milliseconds