Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(), in GrShape()
88 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, style.hasPathEffect(), in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
534 static unsigned DefaultRectDirAndStartIndex(const SkRect& rect, bool hasPathEffect, in DefaultRectDirAndStartIndex() argument
539 if (!hasPathEffect) { in DefaultRectDirAndStartIndex()
563 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, in DefaultRRectDirAndStartIndex() argument
569 if (!hasPathEffect) { in DefaultRRectDirAndStartIndex()
DGrShape.cpp549 } else if (!this->style().hasPathEffect()) { in attemptToSimplifyPath()
624 if (!this->style().hasPathEffect()) { in attemptToSimplifyRRect()
633 if (!fStyle.hasPathEffect() && in attemptToSimplifyRRect()
658 } else if (fStyle.hasPathEffect()) { in attemptToSimplifyLine()
759 bool inverted = fLineData.fInverted && !fStyle.hasPathEffect(); in attemptToSimplifyStrokedLineToRRect()
DGrStyle.h121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
DGrRenderTargetContext.cpp1702 if (!shape.style().hasPathEffect()) { in drawShape()
/external/skia/src/gpu/
DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(), in GrShape()
88 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, style.hasPathEffect(), in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
534 static unsigned DefaultRectDirAndStartIndex(const SkRect& rect, bool hasPathEffect, in DefaultRectDirAndStartIndex() argument
539 if (!hasPathEffect) { in DefaultRectDirAndStartIndex()
563 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, in DefaultRRectDirAndStartIndex() argument
569 if (!hasPathEffect) { in DefaultRRectDirAndStartIndex()
DGrShape.cpp549 } else if (!this->style().hasPathEffect()) { in attemptToSimplifyPath()
624 if (!this->style().hasPathEffect()) { in attemptToSimplifyRRect()
633 if (!fStyle.hasPathEffect() && in attemptToSimplifyRRect()
658 } else if (fStyle.hasPathEffect()) { in attemptToSimplifyLine()
759 bool inverted = fLineData.fInverted && !fStyle.hasPathEffect(); in attemptToSimplifyStrokedLineToRRect()
DGrStyle.h121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
DGrRenderTargetContext.cpp1810 if (!shape.style().hasPathEffect()) { in drawShape()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp59 if (GrAAType::kCoverage != args.fAAType || shape.style().hasPathEffect() || in onCanDrawPath()
DGrCCPathCache.cpp137 SkASSERT(!shape.style().hasPathEffect()); in write()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp59 if (GrAAType::kCoverage != args.fAAType || shape.style().hasPathEffect() || in onCanDrawPath()
DGrCCPathCache.cpp137 SkASSERT(!shape.style().hasPathEffect()); in write()
/external/skqp/tests/
DGrShapeTest.cpp128 bool aHasPE = a.style().hasPathEffect(); in check_equivalence()
129 bool bHasPE = b.style().hasPathEffect(); in check_equivalence()
659 if (fBase->style().hasPathEffect()) { in init()
2306 auto reversedExepectations = style.hasPathEffect() in DEF_TEST()
2325 auto ovalExpectations = style.hasPathEffect() ? TestCase::kAllDifferent_ComparisonExpecation in DEF_TEST()
/external/skia/tests/
DGrShapeTest.cpp128 bool aHasPE = a.style().hasPathEffect(); in check_equivalence()
129 bool bHasPE = b.style().hasPathEffect(); in check_equivalence()
659 if (fBase->style().hasPathEffect()) { in init()
2306 auto reversedExepectations = style.hasPathEffect() in DEF_TEST()
2325 auto ovalExpectations = style.hasPathEffect() ? TestCase::kAllDifferent_ComparisonExpecation in DEF_TEST()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp911 if (style.hasPathEffect()) { in Make()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp985 if (style.hasPathEffect()) { in Make()