Searched refs:skipRect (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkScan_DAAPath.cpp | 161 Deltas& result, SkBlitter* blitter, bool skipRect, bool pathContainedInClip) { in gen_alpha_deltas() argument 176 if (skipRect) { // only find that rect is skipRect == true in gen_alpha_deltas() 333 bool skipRect = isConvex && !isInverse; in DAAFillPath() local 370 gen_alpha_deltas(path, clippedIR, clipBounds, deltaMask, blitter, skipRect, in DAAFillPath() 378 gen_alpha_deltas(path, clippedIR, clipBounds, *deltaList, blitter, skipRect, in DAAFillPath()
|
/external/skia/src/core/ |
D | SkScan_DAAPath.cpp | 161 Deltas& result, SkBlitter* blitter, bool skipRect, bool pathContainedInClip) { in gen_alpha_deltas() argument 176 if (skipRect) { // only find that rect is skipRect == true in gen_alpha_deltas() 333 bool skipRect = isConvex && !isInverse; in DAAFillPath() local 370 gen_alpha_deltas(path, clippedIR, clipBounds, deltaMask, blitter, skipRect, in DAAFillPath() 378 gen_alpha_deltas(path, clippedIR, clipBounds, *deltaList, blitter, skipRect, in DAAFillPath()
|