Home
last modified time | relevance | path

Searched refs:daaRecord (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkScan_AntiPath.cpp762 SkBlitter* blitter, bool forceRLE, SkDAARecord* daaRecord) { in AntiFillPath() argument
764 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
774 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
788 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
792 if (!daaRecord && rect_overflows_short_shift(clippedIR, SHIFT)) { in AntiFillPath()
822 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
839 if (daaRecord || ShouldUseDAA(path, avgLength, complexity)) { in AntiFillPath()
840 SkScan::DAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE, daaRecord); in AntiFillPath()
876 SkBlitter* blitter, SkDAARecord* daaRecord) { in AntiFillPath() argument
878 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
[all …]
DSkScan.h90 bool forceRLE = false, SkDAARecord* daaRecord = nullptr);
100 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* daaRecord);
/external/skia/src/core/
DSkScan_AntiPath.cpp762 SkBlitter* blitter, bool forceRLE, SkDAARecord* daaRecord) { in AntiFillPath() argument
764 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
774 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
788 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
792 if (!daaRecord && rect_overflows_short_shift(clippedIR, SHIFT)) { in AntiFillPath()
822 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
839 if (daaRecord || ShouldUseDAA(path, avgLength, complexity)) { in AntiFillPath()
840 SkScan::DAAFillPath(path, blitter, ir, clipRgn->getBounds(), forceRLE, daaRecord); in AntiFillPath()
876 SkBlitter* blitter, SkDAARecord* daaRecord) { in AntiFillPath() argument
878 SkDAARecord::SetEmpty(daaRecord); in AntiFillPath()
[all …]
DSkScan.h90 bool forceRLE = false, SkDAARecord* daaRecord = nullptr);
100 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* daaRecord);