Searched refs:irPreClipped (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 512 const SkIRect& ir, bool skipRejectTest, bool irPreClipped) { in SkScanClipper() 523 if (!irPreClipped && fClipRect->contains(ir)) { in SkScanClipper() 531 if (irPreClipped || in SkScanClipper() 636 bool irPreClipped = false; in FillPath() local 641 irPreClipped = true; in FillPath() 652 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped); in FillPath() 511 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir, bool skipRejectTest, bool irPreClipped) SkScanClipper() argument
|
Completed in 2 milliseconds