Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_zoom.c48 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, in compute_zoomed_bounds() argument
56 assert(spanY >= imageY); in compute_zoomed_bounds()
78 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds()
79 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY); in compute_zoomed_bounds()