Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp433 SkASSERT(fStyle.hasPathEffect() || (fShape.dir() == GrShape::kDefaultDir && in asRRect()
443 if (!fStyle.hasPathEffect()) { in asRRect()
589 } else if (!fStyle.hasPathEffect()) { in simplify()
635 if (!fStyle.hasPathEffect() && fShape.isRect() && in simplifyStroke()
/third_party/skia/src/gpu/
DGrStyle.h122 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp91 shape.style().hasPathEffect() || in onCanDrawPath()
DAtlasPathRenderer.cpp277 !args.fShape->style().hasPathEffect() && in onCanDrawPath()
DGrOvalOpFactory.cpp998 if (style.hasPathEffect()) { in Make()
/third_party/skia/tests/
DGrStyledShapeTest.cpp128 bool aHasPE = a.style().hasPathEffect(); in check_equivalence()
129 bool bHasPE = b.style().hasPathEffect(); in check_equivalence()
669 if (fBase->style().hasPathEffect()) { in init()
2324 auto reversedExepectations = style.hasPathEffect() in DEF_TEST()
2343 auto ovalExpectations = style.hasPathEffect() ? TestCase::kAllDifferent_ComparisonExpecation in DEF_TEST()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1725 if (!shape.style().hasPathEffect()) { in drawSimpleShape()