Lines Matching refs:yscale
310 #define _glamor_set_normalize_tpoint(xscale, yscale, _tx_, _ty_, \ argument
314 (texcoord)[1] = t_from_x_coord_y(yscale, _ty_); \
320 yscale, texcoord, \ argument
333 (texcoord)[1] = t_from_x_coord_y(yscale, ty); \
340 yscale, \ 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, \
359 yscale, \ argument
367 yscale, _x1_, _y1_, \
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, \
410 yscale, \ argument
420 yscale, \
427 #define _glamor_set_normalize_tcoords(xscale, yscale, tx1, \ argument
438 (vertices)[1] = _t1_ = t_from_x_coord_y(yscale, ty1); \
439 (vertices)[2 * stride + 1] = _t5_ = t_from_x_coord_y(yscale, ty2); \
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
498 (vertices)[1] = t_from_x_coord_y(yscale, y1); \
499 (vertices)[7] = t_from_x_coord_y(yscale, y2); \
516 #define glamor_set_normalize_vcoords_ext(priv, xscale, yscale, \ argument
530 (vertices)[1] = _t1_ = v_from_x_coord_y(yscale, y1 + fbo_y_off); \
532 v_from_x_coord_y(yscale, y2 + fbo_y_off); \
537 #define glamor_set_normalize_vcoords_tri_strip(xscale, yscale, \ argument
545 (vertices)[1] = v_from_x_coord_y(yscale, y1); \
546 (vertices)[7] = v_from_x_coord_y(yscale, y2); \
551 #define glamor_set_normalize_pt(xscale, yscale, x, y, \ argument
555 (pt)[1] = t_from_x_coord_y(yscale, y); \