Lines Matching defs:copy
104 /** Constructs a copy of an existing path.
109 Creating a SkPath copy is very efficient and never allocates memory.
113 @param path SkPath to copy by value
114 @return copy of SkPath
126 /** Constructs a copy of an existing path.
135 @param path verb array, SkPoint array, weights, and SkPath::FillType to copy
429 @param max maximum to copy; must be greater than or equal to zero
449 @param max maximum number to copy into verbs
467 SkPath do not copy their content on assignment until they are written to,
1312 @param dst overwritten, translated copy of SkPath; may be nullptr
1333 @param dst overwritten, transformed copy of SkPath; may be nullptr
1554 RangeIter copy = *this;
1556 return copy;