Home | History | Annotate | Download | only in core

Lines Matching defs:scanline

31  *  Return the beginning of the next scanline (i.e. the next Y-value)
304 runs[2] = 1; // 1 interval for this scanline
327 // Just walk this scanline, checking each interval. The X-sentinel will
380 const RunType* scanline = fRunHead->findScanline(r.fTop);
382 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
385 if (r.fBottom <= scanline_bottom(scanline)) {
388 scanline = scanline_next(scanline);
465 const RunType* scanline = fRunHead->findScanline(sect.fTop);
467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
470 if (sect.fBottom <= scanline_bottom(scanline)) {
473 scanline = scanline_next(scanline);