Lines Matching defs:src
12 #include "src/core/SkPathEffectBase.h"
13 #include "src/core/SkReadBuffer.h"
14 #include "src/core/SkWriteBuffer.h"
23 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
25 SkPathMeasure meas(src, false);
95 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
98 return this->INHERITED::onFilterPath(dst, src, rec, cullRect, ctm);
135 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count,
141 SkScalar sx = src[i].fX;
142 SkScalar sy = src[i].fY;
166 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas,
168 SkPath::Iter iter(src, false);