Lines Matching defs:imgX
131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span,
139 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end,
215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
332 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY,
335 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA);
340 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY,
343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB);
348 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY,
351 zoom_span(ctx, imgX, imgY, span,
361 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY,
369 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
384 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - spanX;
404 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,
414 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width,
429 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - spanX;