Home | History | Annotate | Download | only in core

Lines Matching refs:other

163 void SkPictureContentInfo::swap(SkPictureContentInfo* other) {
164 SkTSwap(fNumOperations, other->fNumOperations);
165 SkTSwap(fNumTexts, other->fNumTexts);
166 SkTSwap(fNumPaintWithPathEffectUses, other->fNumPaintWithPathEffectUses);
167 SkTSwap(fNumFastPathDashEffects, other->fNumFastPathDashEffects);
168 SkTSwap(fNumAAConcavePaths, other->fNumAAConcavePaths);
169 SkTSwap(fNumAAHairlineConcavePaths, other->fNumAAHairlineConcavePaths);
170 SkTSwap(fNumAADFEligibleConcavePaths, other->fNumAADFEligibleConcavePaths);
171 SkTSwap(fNumLayers, other->fNumLayers);
172 SkTSwap(fNumInteriorLayers, other->fNumInteriorLayers);
173 SkTSwap(fNumLeafLayers, other->fNumLeafLayers);
174 fSaveStack.swap(other->fSaveStack);