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

  /external/skia/src/core/
SkTSort.h 31 SkTSwap<T>(array[root], array[child]);
45 SkTSwap<T>(array[0], array[i]);
SkPicture.cpp 141 SkTSwap(fRecord, other.fRecord);
142 SkTSwap(fPlayback, other.fPlayback);
143 SkTSwap(fWidth, other.fWidth);
144 SkTSwap(fHeight, other.fHeight);
SkRect.cpp 40 SkTSwap<int32_t>(fLeft, fRight);
42 SkTSwap<int32_t>(fTop, fBottom);
50 SkTSwap<SkScalar>(fLeft, fRight);
52 SkTSwap<SkScalar>(fTop, fBottom);
SkEdge.cpp 58 SkTSwap(x0, x1);
59 SkTSwap(y0, y1);
203 SkTSwap(x0, x2);
204 SkTSwap(y0, y2);
348 SkTSwap(x0, x3);
349 SkTSwap(x1, x2);
350 SkTSwap(y0, y3);
351 SkTSwap(y1, y2);
SkBlitter_4444.cpp 159 SkTSwap<SkPMColor16>(color, other);
184 SkTSwap<SkPMColor16>(color, other);
191 SkTSwap<SkPMColor16>(color, other);
224 SkTSwap<SkPMColor16>(color, other);
231 SkTSwap<SkPMColor16>(color, other);
241 SkTSwap<uint32_t>(c32, o32);
257 SkTSwap<SkPMColor16>(color, other);
293 SkTSwap<SkPMColor16>(color, other);
SkBitmap.cpp 132 SkTSwap<SkColorTable*>(fColorTable, other.fColorTable);
133 SkTSwap<SkPixelRef*>(fPixelRef, other.fPixelRef);
134 SkTSwap<size_t>(fPixelRefOffset, other.fPixelRefOffset);
135 SkTSwap<int>(fPixelLockCount, other.fPixelLockCount);
136 SkTSwap<MipMap*>(fMipMap, other.fMipMap);
137 SkTSwap<void*>(fPixels, other.fPixels);
138 SkTSwap<uint32_t>(fRowBytes, other.fRowBytes);
139 SkTSwap<uint32_t>(fWidth, other.fWidth);
140 SkTSwap<uint32_t>(fHeight, other.fHeight);
141 SkTSwap<uint8_t>(fConfig, other.fConfig)
    [all...]
SkStrokerPriv.cpp 117 SkTSwap<SkPath*>(outer, inner);
141 SkTSwap<SkPath*>(outer, inner);
195 SkTSwap<SkPath*>(outer, inner);
SkQuadClipper.cpp 130 SkTSwap<SkPoint>(dst[0], dst[2]);
SkScan_Hairline.cpp 99 SkTSwap<SkFDot6>(x0, x1);
100 SkTSwap<SkFDot6>(y0, y1);
116 SkTSwap<SkFDot6>(x0, x1);
117 SkTSwap<SkFDot6>(y0, y1);
SkEdgeClipper.cpp 141 SkTSwap<SkPoint>(pts[0], pts[2]);
336 SkTSwap<SkPoint>(pts[0], pts[3]);
337 SkTSwap<SkPoint>(pts[1], pts[2]);
430 SkTSwap<SkScalar>(y0, y1);
SkScan_Antihair.cpp 252 SkTSwap<SkFDot6>(x0, x1);
253 SkTSwap<SkFDot6>(y0, y1);
323 SkTSwap<SkFDot6>(x0, x1);
324 SkTSwap<SkFDot6>(y0, y1);
SkBlitter_RGB16.cpp 44 SkTSwap(value, other);
286 SkTSwap(ditherColor, srcColor);
309 SkTSwap(ditherColor, srcColor);
347 SkTSwap(ditherColor, srcColor);
508 SkTSwap(ditherColor, color16);
512 SkTSwap(ditherColor, color16);
    [all...]
SkString.cpp 555 SkTSwap<Rec*>(fRec, other.fRec);
557 SkTSwap<const char*>(fStr, other.fStr);
SkPath.cpp 137 SkTSwap<SkRect>(fBounds, other.fBounds);
140 SkTSwap<uint8_t>(fFillType, other.fFillType);
141 SkTSwap<uint8_t>(fBoundsIsDirty, other.fBoundsIsDirty);
142 SkTSwap<uint8_t>(fIsConvex, other.fIsConvex);
    [all...]
SkRegion.cpp 156 SkTSwap<SkIRect>(fBounds, other.fBounds);
157 SkTSwap<RunHead*>(fRunHead, other.fRunHead);
941 SkTSwap<const SkRegion*>(rgna, rgnb);
    [all...]
SkMath.cpp 509 SkTSwap<SkFixed>(sinValue, cosValue);
SkDraw.cpp 774 SkTSwap(x, y);
    [all...]
SkGeometry.cpp 152 SkTSwap<SkScalar>(roots[0], roots[1]);
    [all...]
  /external/skia/src/animator/
SkTypedArray.cpp 103 SkTSwap(fArray, other.fArray);
105 SkTSwap(fData, other.fData);
107 SkTSwap(fReserve, other.fReserve);
108 SkTSwap(fCount, other.fCount);
SkScriptRuntime.cpp 176 SkTSwap(operand[0], operand[1]);
  /external/skia/src/images/
SkPageFlipper.cpp 80 SkTSwap<SkRegion*>(fDirty0, fDirty1);
SkFlipPixelRef.cpp 51 SkTSwap<void*>(fPage0, fPage1);
  /external/skia/include/core/
SkTDArray.h 81 SkTSwap(fArray, other.fArray);
83 SkTSwap(fData, other.fData);
85 SkTSwap(fReserve, other.fReserve);
86 SkTSwap(fCount, other.fCount);
SkTypes.h 213 template <typename T> inline void SkTSwap(T& a, T& b) {
  /external/skia/src/effects/
SkGradientShader.cpp 784 SkTSwap(value, other);
    [all...]

Completed in 370 milliseconds