Searched refs:irPreClipped (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkScan_Path.cpp512 const SkIRect& ir, bool skipRejectTest, bool irPreClipped) {
523 if (!irPreClipped && fClipRect->contains(ir)) {
531 if (irPreClipped ||
629 bool irPreClipped = false; local
634 irPreClipped = true;
645 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);
511 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir, bool skipRejectTest, bool irPreClipped) argument
/external/skqp/src/core/
H A DSkScan_Path.cpp507 const SkIRect& ir, bool skipRejectTest, bool irPreClipped) {
518 if (!irPreClipped && fClipRect->contains(ir)) {
526 if (irPreClipped ||
646 bool irPreClipped = false; local
651 irPreClipped = true;
666 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);
506 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir, bool skipRejectTest, bool irPreClipped) argument

Completed in 157 milliseconds