Searched refs:x_up (Results 1 – 2 of 2) sorted by relevance
134 int64_t x_up = av_rescale_rnd(a, q.den, b, AV_ROUND_UP); in av_nearer_q() local139 return ((x_up > q.num) - (x_down < q.num)) * av_cmp_q(q2, q1); in av_nearer_q()
170 double x_up, y_up; member807 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()