Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c1212 int has_x, has_y; in transformAbsolute() local
1214 has_x = valuator_mask_isset(mask, 0); in transformAbsolute()
1217 if (!has_x && !has_y) in transformAbsolute()
1220 if (!has_x || !has_y) { in transformAbsolute()
1231 if (has_x) in transformAbsolute()
1242 if (has_x || ox != x) in transformAbsolute()