Searched refs:SkTSwap (Results 1 - 25 of 68) sorted by relevance

123

/external/skia/src/core/
H A DSkPictureContentInfo.cpp164 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(fNumLeafLayer
[all...]
H A DSkScaleToSides.h33 SkTSwap(minRadius, maxRadius);
H A DSkTDPQueue.h121 SkTSwap(fArray[index], fArray[p]);
147 SkTSwap(fArray[child], fArray[index]);
159 SkTSwap(fArray[child], fArray[index]);
H A DSkEdge.cpp56 SkTSwap(x0, x1);
57 SkTSwap(y0, y1);
202 SkTSwap(x0, x2);
203 SkTSwap(y0, y2);
364 SkTSwap(x0, x3);
365 SkTSwap(x1, x2);
366 SkTSwap(y0, y3);
367 SkTSwap(y1, y2);
H A DSkTSort.h96 * specialize SkTSwap if T has an efficient swap operation.
108 SkTSwap<T>(array[0], array[i]);
138 SkTSwap(*pivot, *right);
142 SkTSwap(*left, *newPivot);
147 SkTSwap(*newPivot, *right);
185 * sure to specialize SkTSwap if T has an efficient swap operation.
H A DSkCubicClipper.cpp150 SkTSwap<SkPoint>(dst[0], dst[3]);
151 SkTSwap<SkPoint>(dst[1], dst[2]);
H A DSkEdge.h108 SkTSwap(x0, x1);
109 SkTSwap(y0, y1);
H A DSkQuadClipper.cpp111 SkTSwap<SkPoint>(dst[0], dst[2]);
H A DSkRRect.cpp415 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerRight_Corner]);
416 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerLeft_Corner]);
419 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kUpperLeft_Corner]);
420 SkTSwap(dst->fRadii[kLowerRight_Corner], dst->fRadii[kLowerLeft_Corner]);
424 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerLeft_Corner]);
425 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerRight_Corner]);
H A DSkStrokerPriv.cpp103 SkTSwap<SkPath*>(outer, inner);
127 SkTSwap<SkPath*>(outer, inner);
174 SkTSwap<SkPath*>(outer, inner);
H A DSkRect.cpp30 SkTSwap<int32_t>(fLeft, fRight);
33 SkTSwap<int32_t>(fTop, fBottom);
/external/skia/src/effects/gradients/
H A DSkClampRange.cpp120 SkTSwap(fx, ex);
150 SkTSwap(fCount0, fCount2);
151 SkTSwap(fV0, fV1);
H A DSkTwoPointConicalGradient.cpp69 SkTSwap(roots[0], roots[1]);
301 SkTSwap(info->fPoint[0], info->fPoint[1]);
302 SkTSwap(info->fRadius[0], info->fRadius[1]);
319 SkTSwap(c1, c2);
320 SkTSwap(r1, r2);
327 SkTSwap(colors[i], colors[last - i]);
H A DSk4fGradientBase.cpp145 SkTSwap(first_index, last_index);
146 SkTSwap(first_pos, last_pos);
230 SkTSwap(fIntervals[i], fIntervals[count + i]);
/external/skia/include/gpu/gl/
H A DGrGLExtensions.h33 SkTSwap(fInitialized, that->fInitialized);
/external/skia/src/animator/
H A DSkTypedArray.cpp95 SkTSwap(fArray, other.fArray);
97 SkTSwap(fData, other.fData);
99 SkTSwap(fReserve, other.fReserve);
100 SkTSwap(fCount, other.fCount);
/external/skia/src/images/
H A DSkPageFlipper.cpp73 SkTSwap<SkRegion*>(fDirty0, fDirty1);
/external/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp40 SkTSwap<double>(top, bottom);
48 SkTSwap<double>(left, right);
H A DPathOpsQuadLineIntersectionTest.cpp40 SkTSwap<double>(top, bottom);
48 SkTSwap<double>(left, right);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp23 SkTSwap<double>(top, bottom);
31 SkTSwap<double>(left, right);
/external/skia/include/private/
H A DSkUniquePtr.h68 void swap(compressed_base& that) /*noexcept*/ { SkTSwap(fb, that.fB); }
94 SkTSwap(fPtr, that.fPtr);
200 SkTSwap(data.getPointer(), ptr);
207 SkTSwap(data, that.data);
244 void swap(compressed_base& that) /*noexcept*/ { SkTSwap(fb, that.fB); }
270 SkTSwap(fPtr, that.fPtr);
351 SkTSwap(data.getPointer(), ptr);
H A DSkTDArray.h65 SkTSwap(fArray, other.fArray);
66 SkTSwap(fReserve, other.fReserve);
67 SkTSwap(fCount, other.fCount);
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp199 SkTSwap(cTs, oTs);
200 SkTSwap(cTe, oTe);
212 SkTSwap(oppTs, oppTe);
215 SkTSwap(coinTs, coinTe);
216 SkTSwap(oppTs, oppTe);
347 SkTSwap(s1, e1);
348 SkTSwap(s2, e2);
420 SkTSwap(oWindValue, oOppValue);
438 SkTSwap(windValue, oppValue);
657 SkTSwap(oStar
[all...]
/external/skia/gm/
H A Dcomplexclip3.cpp47 SkTSwap<SkPath*>(firstClip, secondClip);
/external/skia/src/effects/
H A DSkDashPathEffect.cpp94 SkTSwap(minX, maxX);
115 SkTSwap(minX, maxX);
125 SkTSwap(minY, maxY);
146 SkTSwap(minY, maxY);

Completed in 799 milliseconds

123