Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScan_DAAPath.cpp160 void gen_alpha_deltas(const SkPath& path, const SkIRect& clippedIR, const SkIRect& clipBounds, in gen_alpha_deltas() argument
174 int rectTop = clippedIR.fBottom; // the rect is initialized to be empty as top = bot in gen_alpha_deltas()
175 int rectBot = clippedIR.fBottom; in gen_alpha_deltas()
208 rectTop = rectBot = clippedIR.fBottom; in gen_alpha_deltas()
277 if (iy >= clippedIR.fTop && iy < clippedIR.fBottom) { in gen_alpha_deltas()
317 iy >= clippedIR.fTop && iy < clippedIR.fBottom) { in gen_alpha_deltas()
336 SkIRect clippedIR = ir; in DAAFillPath() local
337 clippedIR.intersect(clipBounds); in DAAFillPath()
367 if (!forceRLE && !isInverse && SkCoverageDeltaMask::Suitable(clippedIR)) { in DAAFillPath()
369 SkCoverageDeltaMask deltaMask(alloc, clippedIR); in DAAFillPath()
[all …]
DSkScan_AntiPath.cpp781 SkIRect clippedIR; in AntiFillPath() local
785 clippedIR = origClip.getBounds(); in AntiFillPath()
787 if (!clippedIR.intersect(ir, origClip.getBounds())) { in AntiFillPath()
792 if (!daaRecord && rect_overflows_short_shift(clippedIR, SHIFT)) { in AntiFillPath()
/external/skia/src/core/
DSkScan_DAAPath.cpp160 void gen_alpha_deltas(const SkPath& path, const SkIRect& clippedIR, const SkIRect& clipBounds, in gen_alpha_deltas() argument
174 int rectTop = clippedIR.fBottom; // the rect is initialized to be empty as top = bot in gen_alpha_deltas()
175 int rectBot = clippedIR.fBottom; in gen_alpha_deltas()
208 rectTop = rectBot = clippedIR.fBottom; in gen_alpha_deltas()
277 if (iy >= clippedIR.fTop && iy < clippedIR.fBottom) { in gen_alpha_deltas()
317 iy >= clippedIR.fTop && iy < clippedIR.fBottom) { in gen_alpha_deltas()
336 SkIRect clippedIR = ir; in DAAFillPath() local
337 clippedIR.intersect(clipBounds); in DAAFillPath()
367 if (!forceRLE && !isInverse && SkCoverageDeltaMask::Suitable(clippedIR)) { in DAAFillPath()
369 SkCoverageDeltaMask deltaMask(alloc, clippedIR); in DAAFillPath()
[all …]
DSkScan_AntiPath.cpp781 SkIRect clippedIR; in AntiFillPath() local
785 clippedIR = origClip.getBounds(); in AntiFillPath()
787 if (!clippedIR.intersect(ir, origClip.getBounds())) { in AntiFillPath()
792 if (!daaRecord && rect_overflows_short_shift(clippedIR, SHIFT)) { in AntiFillPath()