Lines Matching defs:src
22 #include "src/core/SkAutoMalloc.h"
23 #include "src/core/SkGeometry.h"
24 #include "src/core/SkPathPriv.h"
25 #include "src/core/SkReadBuffer.h"
26 #include "src/core/SkWriteBuffer.h"
2571 SkPath src, dst;
2572 src.addRect(1, 1, 7, 7, SkPathDirection::kCW);
2576 strokePaint.getFillPath(src, &dst);
4033 // case 2: src is empty
4036 // case 3: src and dst are empty
5368 // we append the src pts/verbs, but all the while we are iterating over the src. If src == dst
5369 // we could realloc the buffer's (on behalf of dst) leaving the src iterator pointing at
5372 // The test runs though verious sized src paths, since its not defined publicly what the
5634 SkFont().getPaths(glyphs, len, [](const SkPath* src, const SkMatrix& mx, void* ctx) {
5635 if (src) {
5636 ((SkPath*)ctx)->addPath(*src, mx);