Home
last modified time | relevance | path

Searched refs:applyPathEffect (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrStyle.cpp129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() function in GrStyle
163 if (!this->applyPathEffect(dst, &strokeRec, src)) { in applyPathEffectToPath()
177 if (this->applyPathEffect(dst, &strokeRec, src)) { in applyToPath()
DGrStyle.h208 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;
/third_party/skia/src/gpu/
DGrStyle.cpp129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() function in GrStyle
168 if (!this->applyPathEffect(dst, &strokeRec, src)) { in applyPathEffectToPath()
182 if (this->applyPathEffect(dst, &strokeRec, src)) { in applyToPath()
DGrStyle.h210 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;