Home
last modified time | relevance | path

Searched refs:debugID (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPathOpsDebug.cpp565 SkDebugf("[%d", segment->debugID()); in dumpOne()
566 SkDebugf("/%d", debugID()); in dumpOne()
569 SkDebugf("%d", fNext->fStart->segment()->debugID()); in dumpOne()
570 SkDebugf("/%d", fNext->debugID()); in dumpOne()
575 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fStart->t(), fStart->debugID(), in dumpOne()
576 fEnd->t(), fEnd->debugID()); in dumpOne()
622 next->fPart.fCurve.dumpID(next->segment()->debugID()); in dumpCurves()
655 if (ptT->debugID() == id) { in debugMatchID()
688 this->segment()->debugID(), this->span()->debugID(), this->debugID()); in dump()
701 next->segment()->debugID(), next->span()->debugID(), next->debugID()); in dumpAll()
[all …]
/aosp_15_r20/external/google-breakpad/src/tools/mac/symupload/
H A Dsymupload.mm74 NSString* debugID; field
115 NSString* debugID,
122 [parameters setObject:debugID forKey:@"debug_identifier"];
160 NSString* debugID,
171 withDebugID:debugID];
214 withDebugID:debugID
234 StartSymUploadProtocolV2(options, options->debugID, options->codeFile);
243 NSMutableString* debugID =
245 [debugID replaceOccurrencesOfString:@"-"
248 range:NSMakeRange(0, [debugID length])];
[all …]
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpSegment.cpp152 __FUNCTION__, debugID(), start->t(), end->t(), in activeOp()
277 span->segment()->debugID(), span->debugID()); in addT()
629 last->segment()->debugID(), last->debugID()); in findNextOp()
646 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextOp()
725 last->segment()->debugID(), last->debugID()); in findNextWinding()
742 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextWinding()
813 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd); in findNextXor()
973 last->segment()->debugID(), last->debugID()); in markAngle()
1002 last->segment()->debugID(), last->debugID()); in markAngle()
1247 rootPriorPtT->debugID(), rootPtT->debugID(), rootOppStart->debugID(), in missingCoincidence()
[all …]
H A DSkPathOpsDebug.cpp394 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(), in CheckHealth()
395 glitch.fBase->debugID()); in CheckHealth()
398 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(), in CheckHealth()
399 glitch.fSuspect->debugID()); in CheckHealth()
402 SkDebugf(" segment=%d", glitch.fSegment->debugID()); in CheckHealth()
405 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(), in CheckHealth()
406 glitch.fCoinSpan->span()->debugID(), glitch.fCoinSpan->debugID()); in CheckHealth()
409 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID()); in CheckHealth()
412 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(), in CheckHealth()
413 glitch.fOppSpan->span()->debugID(), glitch.fOppSpan->debugID()); in CheckHealth()
[all …]
H A DSkOpAngle.cpp91 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
93 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
94 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
111 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
113 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
114 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
H A DSkPathOpsSimplify.cpp51 current->debugID(), start->pt().fX, start->pt().fY, in bridgeWinding()
81 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID()); in bridgeWinding()
128 current->debugID(), start->pt().fX, start->pt().fY, in bridgeXor()
H A DSkPathOpsTSect.h209 int debugID() const { in debugID() function
304 int debugID() const { in debugID() function
H A DSkPathOpsOp.cpp167 current->debugID(), start->pt().fX, start->pt().fY, in bridgeOp()
197 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID()); in bridgeOp()
H A DSkOpSpan.h50 int debugID() const { in debugID() function
224 int debugID() const { in debugID() function
H A DSkPathOpsWinding.cpp291 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(), in sortableTop()
300 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop()
H A DSkPathOpsTSect.cpp102 priorSpan->debugID() : -1, t, opp->debugID()); in addForPerp()
108 priorSpan->debugID() : -1, opp->debugID()); in addForPerp()
490 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1); in validateBounded()
H A DSkOpAngle.h45 int debugID() const { in debugID() function
H A DSkOpCoincidence.cpp1125 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", segment->debugID(), in apply()
1126 start->debugID(), windValue, oppValue); in apply()
1127 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(), in apply()
1128 oStart->debugID(), oWindValue, oOppValue); in apply()
H A DSkOpBuilder.cpp95 topSegment->debugID(), globalState.nested(), topContour->isCcw()); in FixWinding()
H A DSkOpContour.h88 int debugID() const { in debugID() function
H A DSkOpCoincidence.h46 const char* debugID() const { in debugID() function
H A DSkOpSegment.h154 int debugID() const { in debugID() function
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A DSymbolCollectorClient.m71 withDebugID:(NSString*)debugID {
87 APIURL, escapedDebugFile, debugID,
191 withDebugID:(NSString*)debugID
200 @"symbol_id" : @{@"debug_file" : debugFile, @"debug_id" : debugID},
H A DSymbolCollectorClient.h82 withDebugID:(NSString*)debugID;
97 withDebugID:(NSString*)debugID