Home | History | Annotate | Download | only in core

Lines Matching refs:scanline

31  *  Return the beginning of the next scanline (i.e. the next Y-value)
309 runs[2] = 1; // 1 interval for this scanline
332 // Just walk this scanline, checking each interval. The X-sentinel will
385 const RunType* scanline = fRunHead->findScanline(r.fTop);
387 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
390 if (r.fBottom <= scanline_bottom(scanline)) {
393 scanline = scanline_next(scanline);
470 const RunType* scanline = fRunHead->findScanline(sect.fTop);
472 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
475 if (sect.fBottom <= scanline_bottom(scanline)) {
478 scanline = scanline_next(scanline);