Lines Matching refs:imgX

130 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span,  in zoom_span()  argument
138 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end, in zoom_span()
214 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
224 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
234 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
246 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
259 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
272 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
286 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span()
331 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgba_span() argument
334 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA); in _swrast_write_zoomed_rgba_span()
339 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgb_span() argument
342 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB); in _swrast_write_zoomed_rgb_span()
347 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_depth_span() argument
350 zoom_span(ctx, imgX, imgY, span, in _swrast_write_zoomed_depth_span()
360 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_stencil_span() argument
368 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_stencil_span()
383 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - spanX; in _swrast_write_zoomed_stencil_span()
403 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_z_span() argument
413 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width, in _swrast_write_zoomed_z_span()
428 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - spanX; in _swrast_write_zoomed_z_span()