Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A 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/
H A Dlibinput-debug-gui.c170 double x_up, y_up; member
816 if (w->tool.x_up && w->tool.y_up) { in draw_tablet()
817 cairo_rectangle(cr, w->tool.x_up - 10, w->tool.y_up - 10, 20, 20); in draw_tablet()
1658 w->tool.x_up = 0; in handle_event_tablet()
1679 w->tool.x_up = x; in handle_event_tablet()

Completed in 3 milliseconds