Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshrotate.c78 int x_dir; in shadowUpdateRotatePacked() local
98 x_dir = o_x_dir; in shadowUpdateRotatePacked()
102 x_dir = o_y_dir; in shadowUpdateRotatePacked()
106 x_dir = -o_x_dir; in shadowUpdateRotatePacked()
110 x_dir = -o_y_dir; in shadowUpdateRotatePacked()
114 switch (x_dir) { in shadowUpdateRotatePacked()
161 switch (x_dir) { in shadowUpdateRotatePacked()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c433 int x_dir = 1, y_dir = 1; in KdComputePointerMatrix() local
440 x_dir = -1; in KdComputePointerMatrix()
445 m->matrix[0][0] = x_dir; in KdComputePointerMatrix()
452 m->matrix[0][1] = -x_dir; in KdComputePointerMatrix()
457 m->matrix[0][0] = -x_dir; in KdComputePointerMatrix()
464 m->matrix[0][1] = x_dir; in KdComputePointerMatrix()