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

1 2 3

  /external/chromium_org/third_party/skia/experimental/Intersection/
TSearch.h 16 SkTSwap(*pivot, *right);
20 SkTSwap(*left, *newPivot);
25 SkTSwap(*newPivot, *right);
45 SkTSwap(*pivot, *right);
49 SkTSwap(*left, *newPivot);
54 SkTSwap(*newPivot, *right);
75 SkTSwap(*pivot, *right);
79 SkTSwap(*left, *newPivot);
84 SkTSwap(*newPivot, *right);
CubicBezierClip.cpp 35 SkTSwap(top, bottom);
Intersections.h 98 SkTSwap(fT[0][index], fT[1][index]);
QuadraticBezierClip.cpp 36 SkTSwap(top, bottom);
LineIntersection.cpp 132 SkTSwap(min, max);
188 SkTSwap(lineL, lineR);
243 SkTSwap(min, max);
277 SkTSwap(lineT, lineB);
  /external/chromium_org/third_party/skia/src/core/
SkPictureContentInfo.cpp 157 SkTSwap(fNumOperations, other->fNumOperations);
158 SkTSwap(fNumTexts, other->fNumTexts);
159 SkTSwap(fNumPaintWithPathEffectUses, other->fNumPaintWithPathEffectUses);
160 SkTSwap(fNumFastPathDashEffects, other->fNumFastPathDashEffects);
161 SkTSwap(fNumAAConcavePaths, other->fNumAAConcavePaths);
162 SkTSwap(fNumAAHairlineConcavePaths, other->fNumAAHairlineConcavePaths);
163 SkTSwap(fNumLayers, other->fNumLayers);
164 SkTSwap(fNumInteriorLayers, other->fNumInteriorLayers);
165 SkTSwap(fNumLeafLayers, other->fNumLeafLayers);
SkTInternalSList.h 116 SkTSwap(fHead, other->fHead);
117 SkTSwap(fCount, other->fCount);
SkEdge.cpp 56 SkTSwap(x0, x1);
57 SkTSwap(y0, y1);
202 SkTSwap(x0, x2);
203 SkTSwap(y0, y2);
365 SkTSwap(x0, x3);
366 SkTSwap(x1, x2);
367 SkTSwap(y0, y3);
368 SkTSwap(y1, y2);
SkRect.cpp 31 SkTSwap<int32_t>(fLeft, fRight);
34 SkTSwap<int32_t>(fTop, fBottom);
42 SkTSwap<SkScalar>(fLeft, fRight);
45 SkTSwap<SkScalar>(fTop, fBottom);
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 109 SkTSwap(x0, x1);
110 SkTSwap(y0, y1);
SkQuadClipper.cpp 111 SkTSwap<SkPoint>(dst[0], dst[2]);
SkRRect.cpp 380 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerRight_Corner]);
381 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerLeft_Corner]);
384 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kUpperLeft_Corner]);
385 SkTSwap(dst->fRadii[kLowerRight_Corner], dst->fRadii[kLowerLeft_Corner]);
389 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerLeft_Corner]);
390 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerRight_Corner]);
SkStrokerPriv.cpp 109 SkTSwap<SkPath*>(outer, inner);
133 SkTSwap<SkPath*>(outer, inner);
183 SkTSwap<SkPath*>(outer, inner);
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLExtensions.h 32 SkTSwap(fInitialized, that->fInitialized);
  /external/chromium_org/third_party/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/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp 122 SkTSwap(fx, ex);
148 SkTSwap(fCount0, fCount2);
149 SkTSwap(fV0, fV1);
SkTwoPointConicalGradient.cpp 69 SkTSwap(roots[0], roots[1]);
339 SkTSwap(info->fPoint[0], info->fPoint[1]);
340 SkTSwap(info->fRadius[0], info->fRadius[1]);
358 SkTSwap(fCenter1, fCenter2);
359 SkTSwap(fRadius1, fRadius2);
383 SkTSwap(c1, c2);
384 SkTSwap(r1, r2);
391 SkTSwap(colors[i], colors[last - i]);
  /external/chromium_org/third_party/skia/src/images/
SkPageFlipper.cpp 73 SkTSwap<SkRegion*>(fDirty0, fDirty1);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 98 SkTSwap(startT, endT);
105 SkTSwap(oStartT, oEndT);
338 SkTSwap(min1, max1);
341 SkTSwap(min2, max2);
467 SkTSwap(missingPt1, missingPt2);
472 SkTSwap(missingPt1, missingPt2);
521 SkTSwap(startT, endT);
522 SkTSwap(oStartT, oEndT);
523 SkTSwap(startPt, endPt);
570 SkTSwap<double>(startT, endT)
    [all...]
  /external/chromium_org/third_party/skia/tests/
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/chromium_org/third_party/skia/include/core/
SkTDArray.h 77 SkTSwap(fArray, other.fArray);
79 SkTSwap(fData, other.fData);
81 SkTSwap(fReserve, other.fReserve);
82 SkTSwap(fCount, other.fCount);
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 216 SkTSwap(dstTexture, tempTexture);
234 SkTSwap(dstTexture, tempTexture);
251 SkTSwap(dstTexture, tempTexture);
269 SkTSwap(dstTexture, tempTexture);
296 SkTSwap(dstTexture, tempTexture);

Completed in 167 milliseconds

1 2 3