Lines Matching full:tx1
192 tx1, ty1, \ argument
209 _glamor_repeat_reflect_fixup(tx1, _x1_, c, odd_x, \
217 #define _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument
231 tx1 = c - priv->box.x1; \
232 tx2 = tx1 - ((_x2_) - (_x1_)); \
234 tx1 = c - priv->box.x1; \
235 tx2 = tx1 + ((_x2_) - (_x1_)); \
247 tx1 = (c - priv->box.x1); \
249 tx2 = tx1 + ((_x2_) - (_x1_)); \
255 #define glamor_get_repeat_transform_coords(pixmap, priv, repeat_type, tx1, \ argument
264 tx1 = _x1_ - priv->box.x1; \
268 tx1, ty1, \
270 DEBUGF("tx1 %f ty1 %f \n", tx1, ty1); \
274 #define glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument
293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \
341 tx1, ty1, tx2, ty2, \ argument
346 texcoords, tx1, ty1); \
352 texcoords + 3 * stride, tx1, ty2); \
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); \
427 #define _glamor_set_normalize_tcoords(xscale, yscale, tx1, \ argument
434 (vertices)[0] = _t0_ = t_from_x_coord_x(xscale, tx1); \
449 float tx1, tx2, ty1, ty2; \
452 tx1 = x1 + fbo_x_off; \
456 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \
470 float tx1, tx2, ty1, ty2; \
472 tx1 = _x1_ - priv->box.x1; \
474 tx2 = tx1 + ((_x2_) - (_x1_)); \
478 tx1, ty1, tx2, ty2, \
481 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \