Lines Matching defs:copy

1058     // We make a copy so that we don't cache the result on the passed in path.
1059 SkPath copy(path); // NOLINT(performance-unnecessary-copy-initialization)
1061 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy);
1313 // We make a copy so that we don't cache the result on the passed in path.
1314 SkPath copy(path); // NOLINT(performance-unnecessary-copy-initialization)
1315 bool convexity = copy.isConvex();
1601 // We make a copy so that we don't cache the result on the passed in path.
1602 SkPath copy(path); // NOLINT(performance-unnecessary-copy-initialization)
1603 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(copy);
1608 check_convexity(reporter, copy, gRec[i].fExpectedIsConvex);
1684 // We make a copy so that we don't cache the result on the passed in path.
1685 SkPath copy(path); // NOLINT(performance-unnecessary-copy-initialization)
1686 REPORTER_ASSERT(reporter, !copy.isConvex());
1718 // We make a copy so that we don't cache the result on the passed in path.
1719 SkPath copy(path); // NOLINT(performance-unnecessary-copy-initialization)
1720 REPORTER_ASSERT(reporter, !copy.isConvex());
3577 // copy path
5380 // just add some stuff, so we have something to copy/append in addPath()
5451 const SkPath copy = shared_path;
5454 REPORTER_ASSERT(reporter, shared_path == copy);
5458 uint32_t cID = copy.getGenerationID();
5467 REPORTER_ASSERT(reporter, shared_path == copy);
5472 // since the copy has not been changed, its ID should be the same
5473 REPORTER_ASSERT(reporter, cID == copy.getGenerationID());
5476 // outstanding Iterators active on copy, which could have been invalidated during
5514 // <== use a copy path object to force SkPathRef::copy() and SkPathRef::resetToSize()
5623 // Previously, we would leave its fLastMoveToIndex alone after the copy, but now we should