Searched refs:forceRLE (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan.h | 82 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*, bool forceRLE); 90 const SkIRect& clipBounds, bool forceRLE); 92 const SkIRect& clipBounds, bool forceRLE);
|
D | SkScan_AntiPath.cpp | 676 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath() argument 682 if (!isInverse && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) { in SAAFillPath() 716 SkBlitter* blitter, bool forceRLE) { in AntiFillPath() argument 792 SkScan::AAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE); in AntiFillPath() 794 SkScan::SAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE); in AntiFillPath()
|
D | SkScan_AAAPath.cpp | 1556 bool forceRLE, in aaa_walk_edges() argument 1637 bool noRealBlitter = forceRLE; // forceRLE && (nextY - y != SK_Fixed1); in aaa_walk_edges() 1829 if (forceRLE) { in aaa_walk_edges() 1851 bool forceRLE) { // forceRLE implies that SkAAClip is calling us in aaa_fill_path() argument 1947 forceRLE, in aaa_fill_path() 1957 bool forceRLE) { in AAAFillPath() argument 1968 if (MaskAdditiveBlitter::CanHandleRect(ir) && !isInverse && !forceRLE) { in AAAFillPath() 1980 forceRLE); in AAAFillPath() 1995 forceRLE); in AAAFillPath() 2008 forceRLE); in AAAFillPath()
|
/third_party/skia/src/core/ |
D | SkScan.h | 87 static void AntiFillPath(const SkPath&, const SkRegion& clip, SkBlitter*, bool forceRLE); 95 const SkIRect& clipBounds, bool forceRLE); 97 const SkIRect& clipBounds, bool forceRLE);
|
D | SkScan_AntiPath.cpp | 675 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath() argument 681 if (!isInverse && MaskSuperBlitter::CanHandleRect(ir) && !forceRLE) { in SAAFillPath() 715 SkBlitter* blitter, bool forceRLE) { in AntiFillPath() argument 791 SkScan::AAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE); in AntiFillPath() 793 SkScan::SAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE); in AntiFillPath()
|
D | SkScan_AAAPath.cpp | 1562 bool forceRLE, in aaa_walk_edges() argument 1641 bool noRealBlitter = forceRLE; // forceRLE && (nextY - y != SK_Fixed1); in aaa_walk_edges() 1833 if (forceRLE) { in aaa_walk_edges() 1855 bool forceRLE) { // forceRLE implies that SkAAClip is calling us in aaa_fill_path() argument 1951 forceRLE, in aaa_fill_path() 1961 bool forceRLE) { in AAAFillPath() argument 1972 if (MaskAdditiveBlitter::CanHandleRect(ir) && !isInverse && !forceRLE) { in AAAFillPath() 1984 forceRLE); in AAAFillPath() 1999 forceRLE); in AAAFillPath() 2012 forceRLE); in AAAFillPath()
|