Home
last modified time | relevance | path

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

/external/skqp/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;
/external/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;