Lines Matching full:xscale
310 #define _glamor_set_normalize_tpoint(xscale, yscale, _tx_, _ty_, \ argument
313 (texcoord)[0] = t_from_x_coord_x(xscale, _tx_); \
319 #define glamor_set_transformed_point(priv, matrix, xscale, \ argument
332 (texcoord)[0] = t_from_x_coord_x(xscale, tx); \
339 xscale, \ argument
345 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
347 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
349 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
351 glamor_set_transformed_point(priv, matrix, xscale, yscale, \
358 xscale, \ argument
366 glamor_set_transformed_normalize_tcoords_ext(priv, matrix, xscale, \
394 _glamor_set_normalize_tpoint(xscale, yscale, ttx1, tty1, \
396 _glamor_set_normalize_tpoint(xscale, yscale, ttx2, tty2, \
398 _glamor_set_normalize_tpoint(xscale, yscale, ttx3, tty3, \
400 _glamor_set_normalize_tpoint(xscale, yscale, ttx4, tty4, \
409 xscale, \ argument
419 xscale, \
427 #define _glamor_set_normalize_tcoords(xscale, yscale, tx1, \ argument
434 (vertices)[0] = _t0_ = t_from_x_coord_x(xscale, tx1); \
435 (vertices)[1 * stride] = _t2_ = t_from_x_coord_x(xscale, tx2); \
444 #define glamor_set_normalize_tcoords_ext(priv, xscale, yscale, \ argument
456 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \
460 _glamor_set_normalize_tcoords(xscale, yscale, x1, y1, \
465 xscale, yscale, \ argument
481 _glamor_set_normalize_tcoords(xscale, yscale, tx1, ty1, \
485 _glamor_set_normalize_tcoords(xscale, yscale, _x1_, _y1_, \
490 #define glamor_set_normalize_tcoords_tri_stripe(xscale, yscale, \ argument
494 (vertices)[0] = t_from_x_coord_x(xscale, x1); \
495 (vertices)[2] = t_from_x_coord_x(xscale, x2); \
516 #define glamor_set_normalize_vcoords_ext(priv, xscale, yscale, \ argument
525 (vertices)[0] = _t0_ = v_from_x_coord_x(xscale, x1 + fbo_x_off); \
526 (vertices)[1 * stride] = _t2_ = v_from_x_coord_x(xscale, \
537 #define glamor_set_normalize_vcoords_tri_strip(xscale, yscale, \ argument
541 (vertices)[0] = v_from_x_coord_x(xscale, x1); \
542 (vertices)[2] = v_from_x_coord_x(xscale, x2); \
551 #define glamor_set_normalize_pt(xscale, yscale, x, y, \ argument
554 (pt)[0] = t_from_x_coord_x(xscale, x); \