Home
last modified time | relevance | path

Searched refs:imageX (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_zoom.c49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanX >= imageX); in compute_zoomed_bounds()
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX); in compute_zoomed_bounds()
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) in unzoom_x() argument
120 x = imageX + (GLint) ((zx - imageX) / zoomX); in unzoom_x()