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

/xsrc/external/mit/xorg-server/dist/dix/
H A Dgetevents.c1212 int has_x, has_y; local in function:transformAbsolute
1215 has_y = valuator_mask_isset(mask, 1);
1217 if (!has_x && !has_y)
1220 if (!has_x || !has_y) {
1234 if (has_y)
1245 if (has_y || oy != y)

Completed in 4 milliseconds