Searched refs:imageY (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
57 assert(spanY >= imageY);
79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
/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
57 assert(spanY >= imageY);
79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);

Completed in 4 milliseconds