Searched refs:hasPathEffect (Results 1 – 7 of 7) sorted by relevance
433 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()
122 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() function
91 shape.style().hasPathEffect() || in onCanDrawPath()
277 !args.fShape->style().hasPathEffect() && in onCanDrawPath()
998 if (style.hasPathEffect()) { in Make()
128 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()
1725 if (!shape.style().hasPathEffect()) { in drawSimpleShape()