/external/skia/include/core/ |
D | SkPathRef.h | 47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) } in ~Editor() 73 SkDEBUGCODE(fPathRef->validate();) 247 int countPoints() const { SkDEBUGCODE(this->validate();) return fPointCnt; } in countPoints() 248 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs() 249 int countWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.count(); } in countWeights() 254 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; } in verbs() 264 const SkPoint* points() const { SkDEBUGCODE(this->validate();) return fPoints; } in points() 271 …const SkScalar* conicWeights() const { SkDEBUGCODE(this->validate();) return fConicWeights.begin()… in conicWeights() 272 …const SkScalar* conicWeightsEnd() const { SkDEBUGCODE(this->validate();) return fConicWeights.end(… in conicWeightsEnd() 314 SkDEBUGCODE(void validate() const;) [all …]
|
D | SkRegion.h | 392 SkDEBUGCODE(void dump() const;) 393 SkDEBUGCODE(void validate() const;) 394 SkDEBUGCODE(static void UnitTest();) 397 SkDEBUGCODE(bool debugSetRuns(const RunType runs[], int count);)
|
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 21 SkDEBUGCODE(fAllocationCnt = 0); in GrMemoryPool() 22 SkDEBUGCODE(fAllocBlockCnt = 0); in GrMemoryPool() 60 SkDEBUGCODE(++fAllocBlockCnt); in allocate() 68 SkDEBUGCODE(allocData->fSentinal = kAssignedMarker); in allocate() 76 SkDEBUGCODE(++fAllocationCnt); in allocate() 86 SkDEBUGCODE(allocData->fSentinal = kFreedMarker); in release() 108 SkDEBUGCODE(fAllocBlockCnt--); in release() 118 SkDEBUGCODE(--fAllocationCnt); in release() 128 SkDEBUGCODE(block->fBlockSentinal = kAssignedMarker); in CreateBlock() 139 SkDEBUGCODE(block->fBlockSentinal = kFreedMarker); // FWIW in DeleteBlock()
|
D | GrPathRenderingRenderTargetContext.cpp | 15 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(this->singleOwner());) 24 SkDEBUGCODE(this->validate();) in drawText() local 44 SkDEBUGCODE(this->validate();) in drawPosText() local 66 SkDEBUGCODE(this->validate();) in drawTextBlob() local
|
D | GrRenderTargetContext.cpp | 43 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(fSingleOwner);) 45 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(fRenderTargetContext->fSingleOwner);) 91 SkDEBUGCODE(this->validate();) in GrRenderTargetContext() 124 SkDEBUGCODE(this->validate();) in getOpList() 139 SkDEBUGCODE(this->validate();) in onCopy() local 213 SkDEBUGCODE(this->validate();) in drawText() local 228 SkDEBUGCODE(this->validate();) in drawPosText() local 242 SkDEBUGCODE(this->validate();) in drawTextBlob() local 253 SkDEBUGCODE(this->validate();) in discard() local 273 SkDEBUGCODE(this->validate();) in clear() local [all …]
|
D | GrPathRenderer.h | 68 SkDEBUGCODE(SkPath path;) in getStencilSupport() 69 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport() 109 SkDEBUGCODE(args.validate();) in canDrawPath() 153 SkDEBUGCODE(args.validate();) in drawPath() 213 SkDEBUGCODE(args.validate();) in stencilPath()
|
D | GrTextureContext.cpp | 16 SkDEBUGCODE(GrSingleOwner::AutoEnforce debug_SingleOwner(fSingleOwner);) 28 SkDEBUGCODE(this->validate();) in GrTextureContext() 61 SkDEBUGCODE(this->validate();) in getOpList() 76 SkDEBUGCODE(this->validate();) in onCopy() local
|
D | GrDrawOpAtlas.cpp | 123 SkDEBUGCODE(fDirty = true;) in addSubImage() 140 SkDEBUGCODE(fDirty = false;) in uploadToTexture() 157 SkDEBUGCODE(fDirty = false;) in resetRects() 173 SkDEBUGCODE(fNumPlots = numPlotsX * numPlotsY;) in GrDrawOpAtlas() 257 SkDEBUGCODE(bool verify = )plot->addSubImage(width, height, image, loc); in addToAtlas() 283 SkDEBUGCODE(bool verify = )newPlot->addSubImage(width, height, image, loc); in addToAtlas()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 29 SkDEBUGCODE(sk_atomic_inc(&fPathRef->fEditorsAttached);) in Editor() 36 SkDEBUGCODE(this->validate();) in ~SkPathRef() 39 SkDEBUGCODE(fPoints = nullptr;) in ~SkPathRef() 40 SkDEBUGCODE(fVerbs = nullptr;) in ~SkPathRef() 41 SkDEBUGCODE(fVerbCnt = 0x9999999;) in ~SkPathRef() 42 SkDEBUGCODE(fPointCnt = 0xAAAAAAA;) in ~SkPathRef() 43 SkDEBUGCODE(fPointCnt = 0xBBBBBBB;) in ~SkPathRef() 44 SkDEBUGCODE(fGenerationID = 0xEEEEEEEE;) in ~SkPathRef() 45 SkDEBUGCODE(fEditorsAttached = 0x7777777;) in ~SkPathRef() 117 SkDEBUGCODE(src.validate();) in CreateTransformedCopy() [all …]
|
D | SkAntiRun.h | 79 SkDEBUGCODE(this->validate();) in add() 95 SkDEBUGCODE(this->validate();) in add() 103 SkDEBUGCODE(this->validate();) in add() 110 SkDEBUGCODE(void assertValid(int y, int maxStep) const;) 111 SkDEBUGCODE(void dump() const;) in SkDEBUGCODE() function 192 SkDEBUGCODE(int fWidth;) 193 SkDEBUGCODE(void validate() const;)
|
D | SkMaskGamma.cpp | 15 SkScalar toLuma(SkScalar SkDEBUGCODE(gamma), SkScalar luminance) const override { in toLuma() 19 SkScalar fromLuma(SkScalar SkDEBUGCODE(gamma), SkScalar luma) const override { in fromLuma() 35 SkScalar toLuma(SkScalar SkDEBUGCODE(gamma), SkScalar luminance) const override { in toLuma() 45 SkScalar fromLuma(SkScalar SkDEBUGCODE(gamma), SkScalar luma) const override { in fromLuma()
|
D | SkBitmap.cpp | 54 SkDEBUGCODE(src.validate();) in SkBitmap() 55 SkDEBUGCODE(this->validate();) in SkBitmap() 79 SkDEBUGCODE(this->validate();) in ~SkBitmap() 95 SkDEBUGCODE(this->validate();) in operator =() 127 SkDEBUGCODE(this->validate();) in swap() 267 SkDEBUGCODE(this->validate();) in setPixelRef() 275 SkDEBUGCODE(this->validate();) in lockPixels() 285 SkDEBUGCODE(this->validate();) in unlockPixels() 310 SkDEBUGCODE(this->validate();) in setPixels() 417 SkDEBUGCODE(this->validate();) in installPixels() [all …]
|
D | SkRasterClip.cpp | 140 SkDEBUGCODE(this->validate();) in SkRasterClip() 147 SkDEBUGCODE(this->validate();) in SkRasterClip() 154 SkDEBUGCODE(this->validate();) in SkRasterClip() 161 SkDEBUGCODE(this->validate();) in SkRasterClip() 165 SkDEBUGCODE(this->validate();) in ~SkRasterClip() 473 SkDEBUGCODE(fClipRgn = nullptr;) in SkAAClipBlitterWrapper() 474 SkDEBUGCODE(fBlitter = nullptr;) in SkAAClipBlitterWrapper()
|
D | SkPath.cpp | 155 SkDEBUGCODE(that.validate();) in SkPath() 159 SkDEBUGCODE(this->validate();) in ~SkPath() 163 SkDEBUGCODE(that.validate();) in operator =() 169 SkDEBUGCODE(this->validate();) in operator =() 277 SkDEBUGCODE(int moveCnt = 0;) in conservativelyContainsRect() 278 SkDEBUGCODE(int segmentCount = 0;) in conservativelyContainsRect() 279 SkDEBUGCODE(int closeCount = 0;) in conservativelyContainsRect() 286 SkDEBUGCODE(++moveCnt); in conservativelyContainsRect() 292 SkDEBUGCODE(++segmentCount); in conservativelyContainsRect() 297 SkDEBUGCODE(++segmentCount); in conservativelyContainsRect() [all …]
|
D | SkRegion.cpp | 24 SkDEBUGCODE(int32_t gRgnAllocCounter;) in SkDEBUGCODE() function 233 SkDEBUGCODE(this->validate();) in setRuns() 296 SkDEBUGCODE(this->validate();) in setRuns() 313 SkDEBUGCODE(this->validate();) in contains() 371 SkDEBUGCODE(this->validate();) in contains() 395 SkDEBUGCODE(this->validate();) in contains() 396 SkDEBUGCODE(rgn.validate();) in contains() 451 SkDEBUGCODE(this->validate();) in intersects() 508 SkDEBUGCODE(validate();) in operator ==() 509 SkDEBUGCODE(b.validate();) in operator ==() [all …]
|
/external/skia/include/gpu/ |
D | GrCoordTransform.h | 30 SkDEBUGCODE(fInProcessor = false); in GrCoordTransform() 40 SkDEBUGCODE(fInProcessor = false); in GrCoordTransform() 47 SkDEBUGCODE(fInProcessor = false); in GrCoordTransform() 58 SkDEBUGCODE(fInProcessor = false); in GrCoordTransform() 65 SkDEBUGCODE(fInProcessor = false); in GrCoordTransform() 73 SkDEBUGCODE(fInProcessor = false);
|
D | GrResourceKey.h | 110 SkDEBUGCODE(size_t dataCount = fKey->internalSize() / sizeof(uint32_t) - kMetaDataCnt;) 244 SkDEBUGCODE(fTag = that.fTag;) 260 SkDEBUGCODE(const char* tag() const { return fTag.c_str(); }) in SkDEBUGCODE() function 266 SkDEBUGCODE(key->fTag = tag;) 280 SkDEBUGCODE(key->fTag = tag;) 293 SkDEBUGCODE(SkString fTag;)
|
/external/skia/src/pathops/ |
D | SkOpContour.h | 187 SkDEBUGCODE(fDebugIndent += 2); in indentDump() 194 SkDEBUGCODE(fID = globalState->nextContourID()); in init() 274 SkDEBUGCODE(fDebugIndent -= 2); in outdentDump() 284 SkDEBUGCODE(fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMin, SK_ScalarMin)); in reset() 285 SkDEBUGCODE(fFirstSorted = -1); in reset() 286 SkDEBUGCODE(fDebugIndent = 0); in reset() 387 SkDEBUGCODE(int fID); 388 SkDEBUGCODE(mutable int fDebugIndent);
|
D | SkOpSpan.cpp | 107 SkDEBUGCODE(fID = span->globalState()->nextPtTID()); in init() 237 SkDEBUGCODE(fCount = 1); in initBase() 238 SkDEBUGCODE(fID = globalState()->nextSpanID()); in initBase() 239 SkDEBUGCODE(fDebugDeleted = false); in initBase() 340 SkDEBUGCODE(testBase->debugSetDeleted()); in mergeMatches() 342 SkDEBUGCODE(innerBase->debugSetDeleted()); in mergeMatches() 434 SkDEBUGCODE(fDebugDeleted = true); in release()
|
/external/skia/include/private/ |
D | SkMutex.h | 23 SkDEBUGCODE(fOwner = SkGetThreadID();) in acquire() 28 SkDEBUGCODE(fOwner = kIllegalThreadID;) in release() 38 SkDEBUGCODE(SkThreadID fOwner{kIllegalThreadID};)
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 29 SkDEBUGCODE(fUnfinishedSyncs = 0;) in VkFenceSync() 79 SkDEBUGCODE(++fUnfinishedSyncs;) in insertFence() 93 SkDEBUGCODE(--fUnfinishedSyncs;) in deleteFence() 102 SkDEBUGCODE(mutable int fUnfinishedSyncs;)
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 101 SkDEBUGCODE(int numCoords = 0); in init_path_object_for_general_path() 180 SkDEBUGCODE(numCoords += num_coords(verb)); in init_path_object_for_general_path() 181 SkDEBUGCODE(verify_floats(coords, coordsForVerb)); in init_path_object_for_general_path() 237 SkDEBUGCODE(int verbCoordCnt = 0); in InitPathObjectPathData() 241 SkDEBUGCODE(verbCoordCnt += num_coords(v)); in InitPathObjectPathData() 245 SkDEBUGCODE(verify_floats(&pathCoords[0], pathCoords.count())); in InitPathObjectPathData()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLPrimitiveProcessor.h | 57 SkDEBUGCODE(fAddedCoord = true;) in specifyCoordsForCurrCoordTransform() 62 SkDEBUGCODE(bool fAddedCoord = false;) 63 SkDEBUGCODE(const GrCoordTransform* fCurr = nullptr;)
|
/external/skia/src/pdf/ |
D | SkDeflate.cpp | 42 SkDEBUGCODE(int returnValue;) in do_deflate() 46 SkDEBUGCODE(returnValue =) deflate(zStream, flush); in do_deflate() 78 SkDEBUGCODE(int r =) deflateInit2(&fImpl->fZStream, compressionLevel, in SkDeflateWStream()
|
/external/skia/src/views/ |
D | SkEvent.cpp | 142 … SkDEBUGCODE(SkDebugf("SkEvent::inflate unrecognized subelement <%s>\n", dom.getName(node));) in inflate() 149 …SkDEBUGCODE(SkDebugf("SkEvent::inflate missing required \"name\" attribute in <data> subelement\n"… in inflate() 277 SkDEBUGCODE(fEventCounter = 0;) in SkEvent_Globals() 283 SkDEBUGCODE(int fEventCounter;) 350 SkDEBUGCODE(++globals.fEventCounter); in Enqueue() 361 SkDEBUGCODE(--globals.fEventCounter); in Dequeue()
|