Home
last modified time | relevance | path

Searched refs:SkTSwap (Results 1 – 25 of 63) sorted by relevance

123

/external/skia/src/core/
DSkPictureContentInfo.cpp164 SkTSwap(fNumOperations, other->fNumOperations); in swap()
165 SkTSwap(fNumTexts, other->fNumTexts); in swap()
166 SkTSwap(fNumPaintWithPathEffectUses, other->fNumPaintWithPathEffectUses); in swap()
167 SkTSwap(fNumFastPathDashEffects, other->fNumFastPathDashEffects); in swap()
168 SkTSwap(fNumAAConcavePaths, other->fNumAAConcavePaths); in swap()
169 SkTSwap(fNumAAHairlineConcavePaths, other->fNumAAHairlineConcavePaths); in swap()
170 SkTSwap(fNumAADFEligibleConcavePaths, other->fNumAADFEligibleConcavePaths); in swap()
171 SkTSwap(fNumLayers, other->fNumLayers); in swap()
172 SkTSwap(fNumInteriorLayers, other->fNumInteriorLayers); in swap()
173 SkTSwap(fNumLeafLayers, other->fNumLeafLayers); in swap()
DSkEdge.cpp56 SkTSwap(x0, x1); in setLine()
57 SkTSwap(y0, y1); in setLine()
202 SkTSwap(x0, x2); in setQuadratic()
203 SkTSwap(y0, y2); in setQuadratic()
364 SkTSwap(x0, x3); in setCubic()
365 SkTSwap(x1, x2); in setCubic()
366 SkTSwap(y0, y3); in setCubic()
367 SkTSwap(y1, y2); in setCubic()
DSkTSort.h108 SkTSwap<T>(array[0], array[i]); in SkTHeapSort()
138 SkTSwap(*pivot, *right); in SkTQSort_Partition()
142 SkTSwap(*left, *newPivot); in SkTQSort_Partition()
147 SkTSwap(*newPivot, *right); in SkTQSort_Partition()
DSkTDPQueue.h121 SkTSwap(fArray[index], fArray[p]); in percolateUpIfNecessary()
147 SkTSwap(fArray[child], fArray[index]); in percolateDownIfNecessary()
159 SkTSwap(fArray[child], fArray[index]); in percolateDownIfNecessary()
DSkRRect.cpp432 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerRight_Corner]); in transform()
433 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerLeft_Corner]); in transform()
436 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kUpperLeft_Corner]); in transform()
437 SkTSwap(dst->fRadii[kLowerRight_Corner], dst->fRadii[kLowerLeft_Corner]); in transform()
441 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerLeft_Corner]); in transform()
442 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerRight_Corner]); in transform()
DSkEdge.h108 SkTSwap(x0, x1); in setLine()
109 SkTSwap(y0, y1); in setLine()
DSkStrokerPriv.cpp103 SkTSwap<SkPath*>(outer, inner); in BluntJoiner()
127 SkTSwap<SkPath*>(outer, inner); in RoundJoiner()
174 SkTSwap<SkPath*>(outer, inner); in MiterJoiner()
DSkCubicClipper.cpp150 SkTSwap<SkPoint>(dst[0], dst[3]); in clipCubic()
151 SkTSwap<SkPoint>(dst[1], dst[2]); in clipCubic()
DSkEdgeClipper.cpp138 SkTSwap<SkPoint>(pts[0], pts[2]); in clipMonoQuad()
287 SkTSwap<SkPoint>(pts[0], pts[3]); in clipMonoCubic()
288 SkTSwap<SkPoint>(pts[1], pts[2]); in clipMonoCubic()
381 SkTSwap<SkScalar>(y0, y1); in appendVLine()
DSkBitmap.cpp77 SkTSwap(fColorTable, other.fColorTable); in swap()
78 SkTSwap(fPixelRef, other.fPixelRef); in swap()
79 SkTSwap(fPixelRefOrigin, other.fPixelRefOrigin); in swap()
80 SkTSwap(fPixelLockCount, other.fPixelLockCount); in swap()
81 SkTSwap(fPixels, other.fPixels); in swap()
82 SkTSwap(fInfo, other.fInfo); in swap()
83 SkTSwap(fRowBytes, other.fRowBytes); in swap()
84 SkTSwap(fFlags, other.fFlags); in swap()
DSkRect.cpp30 SkTSwap<int32_t>(fLeft, fRight); in sort()
33 SkTSwap<int32_t>(fTop, fBottom); in sort()
DSkScan_Hairline.cpp111 SkTSwap<SkFDot6>(x0, x1); in HairLineRgn()
112 SkTSwap<SkFDot6>(y0, y1); in HairLineRgn()
126 SkTSwap<SkFDot6>(x0, x1); in HairLineRgn()
127 SkTSwap<SkFDot6>(y0, y1); in HairLineRgn()
/external/skia/src/animator/
DSkTypedArray.cpp95 SkTSwap(fArray, other.fArray); in swap()
97 SkTSwap(fData, other.fData); in swap()
99 SkTSwap(fReserve, other.fReserve); in swap()
100 SkTSwap(fCount, other.fCount); in swap()
/external/skia/src/effects/gradients/
DSkClampRange.cpp120 SkTSwap(fx, ex); in init()
150 SkTSwap(fCount0, fCount2); in init()
151 SkTSwap(fV0, fV1); in init()
DSkTwoPointConicalGradient.cpp69 SkTSwap(roots[0], roots[1]); in find_quad_roots()
334 SkTSwap(info->fPoint[0], info->fPoint[1]); in asAGradient()
335 SkTSwap(info->fRadius[0], info->fRadius[1]); in asAGradient()
352 SkTSwap(c1, c2); in CreateProc()
353 SkTSwap(r1, r2); in CreateProc()
360 SkTSwap(colors[i], colors[last - i]); in CreateProc()
/external/skia/src/pathops/
DSkOpCoincidence.cpp94 SkTSwap(cTs, oTs); in addIfMissing()
95 SkTSwap(cTe, oTe); in addIfMissing()
107 SkTSwap(oppTs, oppTe); in addIfMissing()
110 SkTSwap(coinTs, coinTe); in addIfMissing()
111 SkTSwap(oppTs, oppTe); in addIfMissing()
239 SkTSwap(oWindValue, oOppValue); in apply()
257 SkTSwap(windValue, oppValue); in apply()
396 SkTSwap(oStart, oEnd); in mark()
/external/skia/src/effects/
DSkGpuBlurUtils.cpp226 SkTSwap(dstTexture, tempTexture); in GaussianBlur()
242 SkTSwap(dstTexture, tempTexture); in GaussianBlur()
259 SkTSwap(dstTexture, tempTexture); in GaussianBlur()
277 SkTSwap(dstTexture, tempTexture); in GaussianBlur()
304 SkTSwap(dstTexture, tempTexture); in GaussianBlur()
DSkDashPathEffect.cpp93 SkTSwap(minX, maxX); in cull_line()
114 SkTSwap(minX, maxX); in cull_line()
124 SkTSwap(minY, maxY); in cull_line()
145 SkTSwap(minY, maxY); in cull_line()
/external/skia/include/core/
DSkTDArray.h65 SkTSwap(fArray, other.fArray); in swap()
66 SkTSwap(fReserve, other.fReserve); in swap()
67 SkTSwap(fCount, other.fCount); in swap()
DSkTemplates.h166 SkTSwap(fObj, that->fObj);
258 SkTSwap(fArray, other.fArray);
259 SkDEBUGCODE(SkTSwap(fCount, other.fCount));
/external/skia/tests/
DPathOpsQuadLineIntersectionTest.cpp40 SkTSwap<double>(top, bottom); in doIntersect()
48 SkTSwap<double>(left, right); in doIntersect()
DPathOpsQuadLineIntersectionThreadedTest.cpp23 SkTSwap<double>(top, bottom); in doIntersect()
31 SkTSwap<double>(left, right); in doIntersect()
DPathOpsConicLineIntersectionTest.cpp40 SkTSwap<double>(top, bottom); in doIntersect()
48 SkTSwap<double>(left, right); in doIntersect()
DPathOpsCubicLineIntersectionTest.cpp107 SkTSwap<double>(top, bottom); in doIntersect()
115 SkTSwap<double>(left, right); in doIntersect()
/external/skia/include/gpu/gl/
DGrGLExtensions.h32 SkTSwap(fInitialized, that->fInitialized); in swap()

123