Lines Matching refs:ty1
192 tx1, ty1, \ argument
212 _glamor_repeat_reflect_fixup(ty1, _y1_, d, odd_y, \
218 ty1, tx2, ty2, \ argument
240 ty1 = d - priv->box.y1; \
241 ty2 = ty1 - ((_y2_) - (_y1_)); \
243 ty1 = d - priv->box.y1; \
244 ty2 = ty1 + ((_y2_) - (_y1_)); \
248 ty1 = (d - priv->box.y1); \
250 ty2 = ty1 + ((_y2_) - (_y1_)); \
256 ty1, _x1_, _y1_) \ argument
265 ty1 = _y1_ - priv->box.y1; \
268 tx1, ty1, \
270 DEBUGF("tx1 %f ty1 %f \n", tx1, ty1); \
275 ty1, tx2, ty2, _x1_, _y1_, _x2_, \ argument
293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \
341 tx1, ty1, tx2, ty2, \ argument
346 texcoords, tx1, ty1); \
348 texcoords + 1 * stride, tx2, ty1); \
371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
374 glamor_transform_point(matrix, tx1, ty1, _x1_, _y1_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
382 tx1, ty1); \
428 ty1, tx2, ty2, \ argument
438 (vertices)[1] = _t1_ = t_from_x_coord_y(yscale, ty1); \
449 float tx1, tx2, ty1, ty2; \
454 ty1 = y1 + fbo_y_off; \
456 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \
470 float tx1, tx2, ty1, ty2; \
473 ty1 = _y1_ - priv->box.y1; \
475 ty2 = ty1 + ((_y2_) - (_y1_)); \
478 tx1, ty1, tx2, ty2, \
481 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \