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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_zoom.c41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, argument
56 assert(spanX >= imageX);
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX);
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
105 * is at 'imageX'.
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) argument
113 zx = imageX
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_zoom.c41 * \param imageX, imageY position of the mage being drawn (gl WindowPos)
49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, argument
56 assert(spanX >= imageX);
62 c0 = imageX + (GLint) ((spanX - imageX) * ctx->Pixel.ZoomX);
63 c1 = imageX + (GLint) ((spanX + width - imageX) * ctx->Pixel.ZoomX);
105 * is at 'imageX'.
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) argument
113 zx = imageX
[all...]

Completed in 4 milliseconds