Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshrotate.c79 int y_dir; in shadowUpdateRotatePacked() local
99 y_dir = o_y_dir; in shadowUpdateRotatePacked()
103 y_dir = -o_x_dir; in shadowUpdateRotatePacked()
107 y_dir = -o_y_dir; in shadowUpdateRotatePacked()
111 y_dir = o_x_dir; in shadowUpdateRotatePacked()
132 switch (y_dir) { in shadowUpdateRotatePacked()
187 switch (y_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
442 y_dir = -1; in KdComputePointerMatrix()
448 m->matrix[1][1] = y_dir; in KdComputePointerMatrix()
453 m->matrix[1][0] = y_dir; in KdComputePointerMatrix()
460 m->matrix[1][1] = -y_dir; in KdComputePointerMatrix()
465 m->matrix[1][0] = -y_dir; in KdComputePointerMatrix()