Searched refs:applyPathEffect (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrStyle.cpp | 129 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()
|
D | GrStyle.h | 208 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;
|
/third_party/skia/src/gpu/ |
D | GrStyle.cpp | 129 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()
|
D | GrStyle.h | 210 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;
|