Home | History | Annotate | Download | only in core

Lines Matching refs:sect

452     SkIRect sect;
453 if (!sect.intersect(fBounds, r)) {
461 const RunType* scanline = fRunHead->findScanline(sect.fTop);
463 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
466 if (sect.fBottom <= scanline_bottom(scanline)) {