/external/skqp/src/gpu/ |
D | GrShape.h | 59 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()
|
D | GrShape.cpp | 549 } 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()
|
D | GrStyle.h | 121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
|
D | GrRenderTargetContext.cpp | 1702 if (!shape.style().hasPathEffect()) { in drawShape()
|
/external/skia/src/gpu/ |
D | GrShape.h | 59 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()
|
D | GrShape.cpp | 549 } 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()
|
D | GrStyle.h | 121 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
|
D | GrRenderTargetContext.cpp | 1810 if (!shape.style().hasPathEffect()) { in drawShape()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 59 if (GrAAType::kCoverage != args.fAAType || shape.style().hasPathEffect() || in onCanDrawPath()
|
D | GrCCPathCache.cpp | 137 SkASSERT(!shape.style().hasPathEffect()); in write()
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 59 if (GrAAType::kCoverage != args.fAAType || shape.style().hasPathEffect() || in onCanDrawPath()
|
D | GrCCPathCache.cpp | 137 SkASSERT(!shape.style().hasPathEffect()); in write()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 128 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/ |
D | GrShapeTest.cpp | 128 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/ |
D | GrOvalOpFactory.cpp | 911 if (style.hasPathEffect()) { in Make()
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 985 if (style.hasPathEffect()) { in Make()
|