Lines Matching full:y1
61 h = priv->box.y2 - priv->box.y1; \
82 *(_yoff_) = - (_priv_)->box.y1; \
136 * @bxy1,bxy2: current box edge's x1/x2 or y1/y2
207 DEBUGF("y2 %d y1 %d fbo->height %d \n", priv->box.y2, \
208 priv->box.y1, priv->fbo->height); \
214 priv->box.y1, priv->box.y2); \
223 DEBUGF("x1 y1 %d %d\n", \
240 ty1 = d - priv->box.y1; \
243 ty1 = d - priv->box.y1; \
248 ty1 = (d - priv->box.y1); \
258 DEBUGF("width %d box.x1 %d x2 %d y1 %d y2 %d\n", \
260 priv->box.x1, priv->box.x2, priv->box.y1, \
262 DEBUGF("x1 %f y1 %f \n", _x1_, _y1_); \
265 ty1 = _y1_ - priv->box.y1; \
280 DEBUGF("width %d box.x1 %d x2 %d y1 %d y2 %d\n", \
283 priv->box.y1, priv->box.y2); \
445 x1, y1, x2, y2, \ argument
454 ty1 = y1 + fbo_y_off; \
460 _glamor_set_normalize_tcoords(xscale, yscale, x1, y1, \
473 ty1 = _y1_ - priv->box.y1; \
491 x1, y1, x2, y2, \ argument
498 (vertices)[1] = t_from_x_coord_y(yscale, y1); \
504 #define glamor_set_tcoords_tri_strip(x1, y1, x2, y2, vertices) \ argument
510 (vertices)[1] = (y1); \
517 x1, y1, x2, y2, \ argument
530 (vertices)[1] = _t1_ = v_from_x_coord_y(yscale, y1 + fbo_y_off); \
538 x1, y1, x2, y2, \ argument
545 (vertices)[1] = v_from_x_coord_y(yscale, y1); \
682 .y1 = 0, in glamor_no_rendering_bounds()
695 .y1 = MAXSHORT, in glamor_start_rendering_bounds()
707 bounds->y1 = min(bounds->y1, rect->y); in glamor_bounds_union_rect()
716 bounds->y1 = min(bounds->y1, box->y1); in glamor_bounds_union_box()