Searched refs:SkTSwap (Results 76 - 100 of 140) sorted by relevance

123456

/external/skia/src/pathops/
H A DSkOpSegment.cpp115 SkTSwap<int>(sumMiWinding, sumSuWinding);
346 SkTSwap<int>(sumMiWinding, sumSuWinding);
375 SkTSwap<int>(sumMiWinding, sumSuWinding);
572 SkTSwap<int>(sumMiWinding, sumSuWinding);
1173 SkTSwap(priorPtT, ptT);
1174 SkTSwap(oppStart, oppEnd);
1201 SkTSwap(priorPtT, ptT);
H A DSkPathOpsDebug.cpp928 SkTSwap(priorPtT, ptT);
929 SkTSwap(oppStart, oppEnd);
956 SkTSwap(priorPtT, ptT);
1536 SkTSwap(coinSeg, oppSeg);
1543 SkTSwap(coinTs, coinTe);
1544 SkTSwap(oppTs, oppTe);
1748 SkTSwap(coinTs, coinTe);
1749 SkTSwap(oppTs, oppTe);
1853 SkTSwap(coinTs, coinTe);
1854 SkTSwap(oppT
[all...]
H A DSkAddIntersections.cpp554 SkTSwap(coinPtT[0], coinPtT[1]);
555 SkTSwap(testTAt, nextTAt);
/external/skqp/src/pathops/
H A DSkOpSegment.cpp115 SkTSwap<int>(sumMiWinding, sumSuWinding);
346 SkTSwap<int>(sumMiWinding, sumSuWinding);
375 SkTSwap<int>(sumMiWinding, sumSuWinding);
572 SkTSwap<int>(sumMiWinding, sumSuWinding);
1173 SkTSwap(priorPtT, ptT);
1174 SkTSwap(oppStart, oppEnd);
1201 SkTSwap(priorPtT, ptT);
H A DSkPathOpsDebug.cpp928 SkTSwap(priorPtT, ptT);
929 SkTSwap(oppStart, oppEnd);
956 SkTSwap(priorPtT, ptT);
1536 SkTSwap(coinSeg, oppSeg);
1543 SkTSwap(coinTs, coinTe);
1544 SkTSwap(oppTs, oppTe);
1748 SkTSwap(coinTs, coinTe);
1749 SkTSwap(oppTs, oppTe);
1853 SkTSwap(coinTs, coinTe);
1854 SkTSwap(oppT
[all...]
H A DSkAddIntersections.cpp554 SkTSwap(coinPtT[0], coinPtT[1]);
555 SkTSwap(testTAt, nextTAt);
/external/skia/src/core/
H A DSkPixmap.cpp440 SkTSwap(W, H);
467 SkTSwap(w, h);
H A DSkLineClipper.cpp12 SkTSwap(limit0, limit1);
H A DSkScan_AAAPath.cpp583 if (l1 > r1) { SkTSwap(l1, r1); }
584 if (l2 > r2) { SkTSwap(l2, r2); }
832 if (ul > ll) { SkTSwap(ul, ll); }
833 if (ur > lr) { SkTSwap(ur, lr); }
980 SkTSwap(currE, nextCurrE);
1039 SkTSwap(leftE, riteE);
H A DSkRegion.cpp123 SkTSwap<SkIRect>(fBounds, other.fBounds);
124 SkTSwap<RunHead*>(fRunHead, other.fRunHead);
997 SkTSwap<const SkRegion*>(rgna, rgnb);
H A DSkDistanceFieldGen.cpp123 SkTSwap(dx, dy);
H A DSkPath.cpp198 SkTSwap<int>(fLastMoveToIndex, that.fLastMoveToIndex);
199 SkTSwap<uint8_t>(fFillType, that.fFillType);
200 SkTSwap<SkBool8>(fIsVolatile, that.fIsVolatile);
2811 SkTSwap(y0, y3);
2885 SkTSwap(y0, y2);
2959 SkTSwap(y0, y2);
3032 SkTSwap(y0, y1);
/external/skqp/src/core/
H A DSkPixmap.cpp427 SkTSwap(W, H);
454 SkTSwap(w, h);
H A DSkLineClipper.cpp12 SkTSwap(limit0, limit1);
H A DSkScan_AAAPath.cpp583 if (l1 > r1) { SkTSwap(l1, r1); }
584 if (l2 > r2) { SkTSwap(l2, r2); }
832 if (ul > ll) { SkTSwap(ul, ll); }
833 if (ur > lr) { SkTSwap(ur, lr); }
979 SkTSwap(currE, nextCurrE);
1038 SkTSwap(leftE, riteE);
H A DSkRegion.cpp123 SkTSwap<SkIRect>(fBounds, other.fBounds);
124 SkTSwap<RunHead*>(fRunHead, other.fRunHead);
997 SkTSwap<const SkRegion*>(rgna, rgnb);
H A DSkDistanceFieldGen.cpp123 SkTSwap(dx, dy);
/external/skia/include/core/
H A DSkString.h279 template <> inline void SkTSwap(SkString& a, SkString& b) { function
H A DSkTypes.h305 template <typename T> static inline void SkTSwap(T& a, T& b) { function
/external/skia/tests/
H A DPathOpsTestCommon.cpp225 SkTSwap(tInflects[0], tInflects[1]);
/external/skqp/include/core/
H A DSkString.h281 template <> inline void SkTSwap(SkString& a, SkString& b) { function
H A DSkTypes.h305 template <typename T> static inline void SkTSwap(T& a, T& b) { function
/external/skqp/tests/
H A DPathOpsTestCommon.cpp225 SkTSwap(tInflects[0], tInflects[1]);
/external/skia/src/opts/
H A DSkSwizzler_opts.h253 SkTSwap(rgba.val[0], rgba.val[2]);
267 SkTSwap(rgba.val[0], rgba.val[2]);
/external/skqp/src/opts/
H A DSkSwizzler_opts.h253 SkTSwap(rgba.val[0], rgba.val[2]);
267 SkTSwap(rgba.val[0], rgba.val[2]);

Completed in 669 milliseconds

123456