Home | History | Annotate | Download | only in core

Lines Matching refs:sect

456     SkIRect sect;
457 if (!sect.intersect(fBounds, r)) {
465 const RunType* scanline = fRunHead->findScanline(sect.fTop);
467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) {
470 if (sect.fBottom <= scanline_bottom(scanline)) {