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

1 2

  /external/skia/src/core/
SkTSort.h 23 SkTSwap<T>(array[root], array[child]);
37 SkTSwap<T>(array[0], array[i]);
SkPicture.cpp 133 SkTSwap(fRecord, other.fRecord);
134 SkTSwap(fPlayback, other.fPlayback);
135 SkTSwap(fWidth, other.fWidth);
136 SkTSwap(fHeight, other.fHeight);
SkClampRange.cpp 125 SkTSwap(fx, ex);
151 SkTSwap(fCount0, fCount2);
152 SkTSwap(fV0, fV1);
SkEdge.cpp 51 SkTSwap(x0, x1);
52 SkTSwap(y0, y1);
196 SkTSwap(x0, x2);
197 SkTSwap(y0, y2);
341 SkTSwap(x0, x3);
342 SkTSwap(x1, x2);
343 SkTSwap(y0, y3);
344 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);
SkBlitter_4444.cpp 139 SkTSwap<SkPMColor16>(color, other);
162 SkTSwap<SkPMColor16>(color, other);
169 SkTSwap<SkPMColor16>(color, other);
202 SkTSwap<SkPMColor16>(color, other);
209 SkTSwap<SkPMColor16>(color, other);
219 SkTSwap<uint32_t>(c32, o32);
235 SkTSwap<SkPMColor16>(color, other);
271 SkTSwap<SkPMColor16>(color, other);
SkCubicClipper.cpp 156 SkTSwap<SkPoint>(dst[0], dst[3]);
157 SkTSwap<SkPoint>(dst[1], dst[2]);
SkBitmap.cpp 134 SkTSwap(fColorTable, other.fColorTable);
135 SkTSwap(fPixelRef, other.fPixelRef);
136 SkTSwap(fPixelRefOffset, other.fPixelRefOffset);
137 SkTSwap(fPixelLockCount, other.fPixelLockCount);
138 SkTSwap(fMipMap, other.fMipMap);
139 SkTSwap(fPixels, other.fPixels);
140 SkTSwap(fRawPixelGenerationID, other.fRawPixelGenerationID);
141 SkTSwap(fRowBytes, other.fRowBytes);
142 SkTSwap(fWidth, other.fWidth);
143 SkTSwap(fHeight, other.fHeight)
    [all...]
SkStrokerPriv.cpp 109 SkTSwap<SkPath*>(outer, inner);
133 SkTSwap<SkPath*>(outer, inner);
187 SkTSwap<SkPath*>(outer, inner);
SkQuadClipper.cpp 123 SkTSwap<SkPoint>(dst[0], dst[2]);
SkScan_Hairline.cpp 89 SkTSwap<SkFDot6>(x0, x1);
90 SkTSwap<SkFDot6>(y0, y1);
104 SkTSwap<SkFDot6>(x0, x1);
105 SkTSwap<SkFDot6>(y0, y1);
SkEdgeClipper.cpp 134 SkTSwap<SkPoint>(pts[0], pts[2]);
332 SkTSwap<SkPoint>(pts[0], pts[3]);
333 SkTSwap<SkPoint>(pts[1], pts[2]);
432 SkTSwap<SkScalar>(y0, y1);
SkBlitter_RGB16.cpp 36 SkTSwap(value, other);
284 SkTSwap(ditherColor, srcColor);
307 SkTSwap(ditherColor, srcColor);
345 SkTSwap(ditherColor, srcColor);
506 SkTSwap(ditherColor, color16);
510 SkTSwap(ditherColor, color16);
    [all...]
SkScan_Antihair.cpp 238 SkTSwap<SkFDot6>(x0, x1);
239 SkTSwap<SkFDot6>(y0, y1);
304 SkTSwap<SkFDot6>(x0, x1);
305 SkTSwap<SkFDot6>(y0, y1);
SkString.cpp 574 SkTSwap<Rec*>(fRec, other.fRec);
576 SkTSwap<const char*>(fStr, other.fStr);
SkRegion.cpp 117 SkTSwap<SkIRect>(fBounds, other.fBounds);
118 SkTSwap<RunHead*>(fRunHead, other.fRunHead);
925 SkTSwap<const SkRegion*>(rgna, rgnb);
    [all...]
SkPath.cpp 177 SkTSwap<SkRect>(fBounds, other.fBounds);
180 SkTSwap<uint8_t>(fFillType, other.fFillType);
181 SkTSwap<uint8_t>(fBoundsIsDirty, other.fBoundsIsDirty);
182 SkTSwap<uint8_t>(fConvexity, other.fConvexity);
183 SkTSwap<uint8_t>(fSegmentMask, other.fSegmentMask);
184 SkTSwap<int>(fLastMoveToIndex, other.fLastMoveToIndex);
    [all...]
SkMath.cpp 502 SkTSwap<SkFixed>(sinValue, cosValue);
  /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);
SkScriptRuntime.cpp 184 SkTSwap(operand[0], operand[1]);
  /external/skia/src/images/
SkPageFlipper.cpp 73 SkTSwap<SkRegion*>(fDirty0, fDirty1);
SkFlipPixelRef.cpp 58 SkTSwap<void*>(fPage0, fPage1);
  /external/skia/include/core/
SkTDArray.h 74 SkTSwap(fArray, other.fArray);
76 SkTSwap(fData, other.fData);
78 SkTSwap(fReserve, other.fReserve);
79 SkTSwap(fCount, other.fCount);
SkTypes.h 256 template <typename T> inline void SkTSwap(T& a, T& b) {
  /external/skia/src/pdf/
SkPDFCatalog.cpp 104 SkTSwap(fCatalog[objNum - 1], fCatalog[currentIndex]);

Completed in 121 milliseconds

1 2