Home | History | Annotate | Download | only in util

Lines Matching refs:y2

497                                   unsigned x2, unsigned y2,
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
556 unsigned x2, unsigned y2,
568 out[3] = y2 / (float)u_minify(src_height0, level);
573 out[3] = y2;
598 unsigned x2, unsigned y2)
604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord);
842 unsigned x2, unsigned y2,
848 blitter_set_rectangle(ctx, x1, y1, x2, y2, depth);
860 unsigned x2, unsigned y2,
879 blitter_draw(ctx, x1, y1, x2, y2, depth);