Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c302 int odd1, odd2; in _glamor_largepixmap_reflect_fixup() local
313 odd2 = ((*xy2 - c2) / wh) & 0x1; in _glamor_largepixmap_reflect_fixup()
315 if (odd1 && odd2) { in _glamor_largepixmap_reflect_fixup()
319 else if (odd1 && !odd2) { in _glamor_largepixmap_reflect_fixup()
323 else if (!odd1 && odd2) { in _glamor_largepixmap_reflect_fixup()