Searched refs:imageX (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_zoom.c | 49 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/ |
D | s_zoom.c | 49 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()
|