Searched refs:SkTSwap (Results 101 - 125 of 140) sorted by relevance

123456

/external/skqp/src/core/
H A DSkPath.cpp197 SkTSwap<int>(fLastMoveToIndex, that.fLastMoveToIndex);
198 SkTSwap<uint8_t>(fFillType, that.fFillType);
199 SkTSwap<SkBool8>(fIsVolatile, that.fIsVolatile);
2927 SkTSwap(y0, y3);
3001 SkTSwap(y0, y2);
3075 SkTSwap(y0, y2);
3148 SkTSwap(y0, y1);
H A DSkBitmap.cpp84 SkTSwap(*this, other);
H A DSkString.cpp626 SkTSwap(fRec, other.fRec);
H A DSkAAClip.cpp690 SkTSwap(fBounds, other.fBounds);
691 SkTSwap(fRunHead, other.fRunHead);
1697 SkTSwap(clipA, clipB);
H A DSkScan_Path.cpp234 SkTSwap(leftE, riteE);
H A DSkMatrix.cpp1491 SkTSwap(results[0], results[1]);
1521 SkTSwap(results[0], results[1]);
H A DSkDraw.cpp870 SkTSwap(x, y);
/external/skia/src/core/
H A DSkBitmap.cpp84 SkTSwap(*this, other);
H A DSkString.cpp559 SkTSwap(fRec, other.fRec);
H A DSkAAClip.cpp690 SkTSwap(fBounds, other.fBounds);
691 SkTSwap(fRunHead, other.fRunHead);
1697 SkTSwap(clipA, clipB);
H A DSkScan_Path.cpp235 SkTSwap(leftE, riteE);
H A DSkMatrix.cpp1492 SkTSwap(results[0], results[1]);
1522 SkTSwap(results[0], results[1]);
H A DSkDraw.cpp875 SkTSwap(x, y);
H A DSkGeometry.cpp93 SkTSwap<SkScalar>(roots[0], roots[1]);
H A DSkStroke.cpp983 SkTSwap(smaller, larger);
/external/skia/src/gpu/effects/
H A DGrTextureDomain.cpp187 SkTSwap(values[1], values[3]);
/external/skqp/src/gpu/effects/
H A DGrTextureDomain.cpp187 SkTSwap(values[1], values[3]);
/external/skia/src/pathops/
H A DSkPathOpsTSect.h1046 SkTSwap(oppStartT, oppEndT);
1236 SkTSwap(oppFirst, oppLast);
1237 SkTSwap(oppStartT, oppEndT);
1267 SkTSwap(oppStartT, oppEndT);
1516 SkTSwap(tStart, tEnd);
/external/skqp/src/pathops/
H A DSkPathOpsTSect.h1046 SkTSwap(oppStartT, oppEndT);
1236 SkTSwap(oppFirst, oppLast);
1237 SkTSwap(oppStartT, oppEndT);
1267 SkTSwap(oppStartT, oppEndT);
1516 SkTSwap(tStart, tEnd);
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2055 SkTSwap(pts[0].fY, pts[1].fY);
2056 SkTSwap(clipStart, clipEnd);
2064 SkTSwap(pts[0].fX, pts[1].fX);
2065 SkTSwap(clipStart, clipEnd);
/external/skia/src/gpu/
H A DGrShape.cpp688 SkTSwap(pts[0], pts[1]);
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp163 SkTSwap(srcR, srcB);
/external/skqp/src/gpu/
H A DGrShape.cpp639 SkTSwap(pts[0], pts[1]);
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.cpp163 SkTSwap(srcR, srcB);
/external/skia/tests/
H A DPathTest.cpp1806 SkTSwap(qRect.fLeft, qRect.fRight);
1809 SkTSwap(qRect.fTop, qRect.fBottom);
2217 SkTSwap(swapRect.fLeft, swapRect.fRight);
2222 SkTSwap(swapRect.fTop, swapRect.fBottom);

Completed in 672 milliseconds

123456