/external/skia/src/core/ |
D | SkPictureContentInfo.cpp | 164 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()
|
D | SkEdge.cpp | 56 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()
|
D | SkTSort.h | 108 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()
|
D | SkTDPQueue.h | 121 SkTSwap(fArray[index], fArray[p]); in percolateUpIfNecessary() 147 SkTSwap(fArray[child], fArray[index]); in percolateDownIfNecessary() 159 SkTSwap(fArray[child], fArray[index]); in percolateDownIfNecessary()
|
D | SkRRect.cpp | 432 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()
|
D | SkEdge.h | 108 SkTSwap(x0, x1); in setLine() 109 SkTSwap(y0, y1); in setLine()
|
D | SkStrokerPriv.cpp | 103 SkTSwap<SkPath*>(outer, inner); in BluntJoiner() 127 SkTSwap<SkPath*>(outer, inner); in RoundJoiner() 174 SkTSwap<SkPath*>(outer, inner); in MiterJoiner()
|
D | SkCubicClipper.cpp | 150 SkTSwap<SkPoint>(dst[0], dst[3]); in clipCubic() 151 SkTSwap<SkPoint>(dst[1], dst[2]); in clipCubic()
|
D | SkEdgeClipper.cpp | 138 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()
|
D | SkBitmap.cpp | 77 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()
|
D | SkRect.cpp | 30 SkTSwap<int32_t>(fLeft, fRight); in sort() 33 SkTSwap<int32_t>(fTop, fBottom); in sort()
|
D | SkScan_Hairline.cpp | 111 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/ |
D | SkTypedArray.cpp | 95 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/ |
D | SkClampRange.cpp | 120 SkTSwap(fx, ex); in init() 150 SkTSwap(fCount0, fCount2); in init() 151 SkTSwap(fV0, fV1); in init()
|
D | SkTwoPointConicalGradient.cpp | 69 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/ |
D | SkOpCoincidence.cpp | 94 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/ |
D | SkGpuBlurUtils.cpp | 226 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()
|
D | SkDashPathEffect.cpp | 93 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/ |
D | SkTDArray.h | 65 SkTSwap(fArray, other.fArray); in swap() 66 SkTSwap(fReserve, other.fReserve); in swap() 67 SkTSwap(fCount, other.fCount); in swap()
|
D | SkTemplates.h | 166 SkTSwap(fObj, that->fObj); 258 SkTSwap(fArray, other.fArray); 259 SkDEBUGCODE(SkTSwap(fCount, other.fCount));
|
/external/skia/tests/ |
D | PathOpsQuadLineIntersectionTest.cpp | 40 SkTSwap<double>(top, bottom); in doIntersect() 48 SkTSwap<double>(left, right); in doIntersect()
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 23 SkTSwap<double>(top, bottom); in doIntersect() 31 SkTSwap<double>(left, right); in doIntersect()
|
D | PathOpsConicLineIntersectionTest.cpp | 40 SkTSwap<double>(top, bottom); in doIntersect() 48 SkTSwap<double>(left, right); in doIntersect()
|
D | PathOpsCubicLineIntersectionTest.cpp | 107 SkTSwap<double>(top, bottom); in doIntersect() 115 SkTSwap<double>(left, right); in doIntersect()
|
/external/skia/include/gpu/gl/ |
D | GrGLExtensions.h | 32 SkTSwap(fInitialized, that->fInitialized); in swap()
|