Lines Matching refs:src
8 #include "src/gpu/GrStyle.h"
9 #include "src/utils/SkDashPathPriv.h"
129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const {
150 if (!SkDashPath::InternalFilter(dst, src, strokeRec,
156 } else if (!fPathEffect->filterPath(dst, src, strokeRec, nullptr)) {
164 const SkPath &src, SkScalar resScale) const {
168 if (!this->applyPathEffect(dst, &strokeRec, src)) {
175 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src,
181 const SkPath* pathForStrokeRec = &src;
182 if (this->applyPathEffect(dst, &strokeRec, src)) {