Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Drational.c134 int64_t x_up = av_rescale_rnd(a, q.den, b, AV_ROUND_UP); in av_nearer_q() local
139 return ((x_up > q.num) - (x_down < q.num)) * av_cmp_q(q2, q1); in av_nearer_q()
/third_party/libinput/tools/
Dlibinput-debug-gui.c170 double x_up, y_up; member
807 if (w->tool.x_up && w->tool.y_up) { in draw_tablet()
808 cairo_rectangle(cr, w->tool.x_up - 10, w->tool.y_up - 10, 20, 20); in draw_tablet()
1652 w->tool.x_up = 0; in handle_event_tablet()
1673 w->tool.x_up = x; in handle_event_tablet()