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)
300 runs[2] = 1; // 1 interval for this scanline
323 // Just walk this scanline, checking each interval. The X-sentinel will
376 const RunType* scanline = fRunHead->findScanline(r.fTop);
378 if (!scanline_contains(scanline, r.fLeft, r.fRight)) {
381 if (r.fBottom <= scanline_bottom(scanline)) {
384 scanline = scanline_next(scanline);
461 const RunType* scanline = fRunHead->findScanline(sect.fTop);
463 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
466 if (sect.fBottom <= scanline_bottom(scanline)) {
469 scanline = scanline_next(scanline);