Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_AntiPath.cpp652 SkIRect clippedIR; in AntiFillPath() local
656 clippedIR = origClip.getBounds(); in AntiFillPath()
658 if (!clippedIR.intersect(ir, origClip.getBounds())) { in AntiFillPath()
662 if (rect_overflows_short_shift(clippedIR, SHIFT)) { in AntiFillPath()