HomeSort by relevance Sort by last modified time
    Searched refs:skipRect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScan_DAAPath.cpp 154 SkBlitter* blitter, bool skipRect, bool pathContainedInClip) {
168 if (skipRect) { // only find that rect is skipRect == true
324 bool skipRect = isConvex && !isInverse;
360 gen_alpha_deltas(path, clipBounds, deltaMask, blitter, skipRect, containedInClip);
367 gen_alpha_deltas(path, clipBounds, *deltaList, blitter, skipRect, containedInClip);
  /external/skqp/src/core/
SkScan_DAAPath.cpp 154 SkBlitter* blitter, bool skipRect, bool pathContainedInClip) {
168 if (skipRect) { // only find that rect is skipRect == true
327 bool skipRect = isConvex && !isInverse;
349 gen_alpha_deltas(path, clipBounds, deltaMask, blitter, skipRect, containedInClip);
354 gen_alpha_deltas(path, clipBounds, deltaList, blitter, skipRect, containedInClip);

Completed in 131 milliseconds