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

1 2

  /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 38 SkTSwap<int32_t>(fLeft, fRight);
41 SkTSwap<int32_t>(fTop, fBottom);
56 SkTSwap<SkScalar>(fLeft, fRight);
59 SkTSwap<SkScalar>(fTop, fBottom);
SkClampRange.cpp 132 SkTSwap(fx, ex);
158 SkTSwap(fCount0, fCount2);
159 SkTSwap(fV0, fV1);
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 147 SkTSwap<SkPMColor16>(color, other);
170 SkTSwap<SkPMColor16>(color, other);
177 SkTSwap<SkPMColor16>(color, other);
210 SkTSwap<SkPMColor16>(color, other);
217 SkTSwap<SkPMColor16>(color, other);
227 SkTSwap<uint32_t>(c32, o32);
243 SkTSwap<SkPMColor16>(color, other);
279 SkTSwap<SkPMColor16>(color, other);
SkCubicClipper.cpp 163 SkTSwap<SkPoint>(dst[0], dst[3]);
164 SkTSwap<SkPoint>(dst[1], dst[2]);
SkBitmap.cpp 141 SkTSwap(fColorTable, other.fColorTable);
142 SkTSwap(fPixelRef, other.fPixelRef);
143 SkTSwap(fPixelRefOffset, other.fPixelRefOffset);
144 SkTSwap(fPixelLockCount, other.fPixelLockCount);
145 SkTSwap(fMipMap, other.fMipMap);
146 SkTSwap(fPixels, other.fPixels);
147 SkTSwap(fRawPixelGenerationID, other.fRawPixelGenerationID);
148 SkTSwap(fRowBytes, other.fRowBytes);
149 SkTSwap(fWidth, other.fWidth);
150 SkTSwap(fHeight, other.fHeight)
    [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 97 SkTSwap<SkFDot6>(x0, x1);
98 SkTSwap<SkFDot6>(y0, y1);
112 SkTSwap<SkFDot6>(x0, x1);
113 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);
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...]
SkScan_Antihair.cpp 246 SkTSwap<SkFDot6>(x0, x1);
247 SkTSwap<SkFDot6>(y0, y1);
312 SkTSwap<SkFDot6>(x0, x1);
313 SkTSwap<SkFDot6>(y0, y1);
SkString.cpp 582 SkTSwap<Rec*>(fRec, other.fRec);
584 SkTSwap<const char*>(fStr, other.fStr);
SkRegion.cpp 129 SkTSwap<SkIRect>(fBounds, other.fBounds);
130 SkTSwap<RunHead*>(fRunHead, other.fRunHead);
954 SkTSwap<const SkRegion*>(rgna, rgnb);
    [all...]
SkMath.cpp 509 SkTSwap<SkFixed>(sinValue, cosValue);
SkPath.cpp 146 SkTSwap<SkRect>(fBounds, other.fBounds);
149 SkTSwap<uint8_t>(fFillType, other.fFillType);
150 SkTSwap<uint8_t>(fBoundsIsDirty, other.fBoundsIsDirty);
151 SkTSwap<uint8_t>(fConvexity, other.fConvexity);
    [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 245 template <typename T> inline void SkTSwap(T& a, T& b) {
  /external/skia/src/pdf/
SkPDFCatalog.cpp 95 SkTSwap(fCatalog[objNum - 1], fCatalog[currentIndex]);

Completed in 61 milliseconds

1 2