Lines Matching refs:dst
436 SkPath dst;
439 paint.getFillPath(path, &dst, nullptr);
2571 SkPath src, dst;
2576 strokePaint.getFillPath(src, &dst);
2577 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(dst, nullptr));
4028 // case 1: dst is empty
4036 // case 3: src and dst are empty
5367 // The possible problem is that during path.add() we may have to grow the dst buffers as
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