Lines Matching defs:r0
54 GLint c0, c1, r0, r1;77 * Compute destination rows: [r0, r1)79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);81 if (r1 < r0) {84 r1 = r0;85 r0 = tmp;87 r0 = CLAMP(r0, fb->_Ymin, fb->_Ymax);89 if (r0 == r1) {95 *y0 = r0;296 /* write the span in rows [r0, r1) */
Indexes created Wed Jul 22 00:25:13 UTC 2026