HomeSort by relevance Sort by last modified time
    Searched refs:SkTSwap (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/skia/src/core/
SkPictureContentInfo.cpp 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)
    [all...]
SkScaleToSides.h 33 SkTSwap(minRadius, maxRadius);
SkTDPQueue.h 121 SkTSwap(fArray[index], fArray[p]);
147 SkTSwap(fArray[child], fArray[index]);
159 SkTSwap(fArray[child], fArray[index]);
SkEdge.cpp 56 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);
SkTSort.h 96 * 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.
SkCubicClipper.cpp 150 SkTSwap<SkPoint>(dst[0], dst[3]);
151 SkTSwap<SkPoint>(dst[1], dst[2]);
SkEdge.h 108 SkTSwap(x0, x1);
109 SkTSwap(y0, y1);
SkQuadClipper.cpp 111 SkTSwap<SkPoint>(dst[0], dst[2]);
SkRRect.cpp 415 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]);
SkStrokerPriv.cpp 103 SkTSwap<SkPath*>(outer, inner);
127 SkTSwap<SkPath*>(outer, inner);
174 SkTSwap<SkPath*>(outer, inner);
SkRect.cpp 30 SkTSwap<int32_t>(fLeft, fRight);
33 SkTSwap<int32_t>(fTop, fBottom);
  /external/skia/src/effects/gradients/
SkClampRange.cpp 120 SkTSwap(fx, ex);
150 SkTSwap(fCount0, fCount2);
151 SkTSwap(fV0, fV1);
SkTwoPointConicalGradient.cpp 69 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]);
Sk4fGradientBase.cpp 145 SkTSwap(first_index, last_index);
146 SkTSwap(first_pos, last_pos);
230 SkTSwap(fIntervals[i], fIntervals[count + i]);
  /external/skia/include/gpu/gl/
GrGLExtensions.h 33 SkTSwap(fInitialized, that->fInitialized);
  /external/skia/src/animator/
SkTypedArray.cpp 95 SkTSwap(fArray, other.fArray);
97 SkTSwap(fData, other.fData);
99 SkTSwap(fReserve, other.fReserve);
100 SkTSwap(fCount, other.fCount);
  /external/skia/src/images/
SkPageFlipper.cpp 73 SkTSwap<SkRegion*>(fDirty0, fDirty1);
  /external/skia/include/private/
SkUniquePtr.h 68 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);
SkTDArray.h 65 SkTSwap(fArray, other.fArray);
66 SkTSwap(fReserve, other.fReserve);
67 SkTSwap(fCount, other.fCount);
  /external/skia/tests/
PathOpsConicLineIntersectionTest.cpp 40 SkTSwap<double>(top, bottom);
48 SkTSwap<double>(left, right);
PathOpsQuadLineIntersectionTest.cpp 40 SkTSwap<double>(top, bottom);
48 SkTSwap<double>(left, right);
PathOpsQuadLineIntersectionThreadedTest.cpp 23 SkTSwap<double>(top, bottom);
31 SkTSwap<double>(left, right);
  /external/skia/src/pathops/
SkOpCoincidence.cpp 199 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(oStart, oEnd)
    [all...]
  /external/skia/gm/
complexclip3.cpp 47 SkTSwap<SkPath*>(firstClip, secondClip);
  /external/skia/src/effects/
SkDashPathEffect.cpp 94 SkTSwap(minX, maxX);
115 SkTSwap(minX, maxX);
125 SkTSwap(minY, maxY);
146 SkTSwap(minY, maxY);

Completed in 1830 milliseconds

1 2 3