Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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()
/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()