Searched refs:fDebugWorstVerb (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 596 fDebugWorstVerb[index * 2] = wt.segment()->verb(); in debugAddLoopCount() 597 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb(); in debugAddLoopCount() 615 fDebugWorstVerb[index * 2] = local->fDebugWorstVerb[index * 2]; in debugDoYourWorst() 616 fDebugWorstVerb[index * 2 + 1] = local->fDebugWorstVerb[index * 2 + 1]; in debugDoYourWorst() 655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport() 657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport() 664 sk_bzero(fDebugWorstVerb, sizeof(fDebugWorstVerb)); in debugResetLoopCounts()
|
D | SkPathOpsTypes.h | 204 SkPath::Verb fDebugWorstVerb[6]; variable
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 596 fDebugWorstVerb[index * 2] = wt.segment()->verb(); in debugAddLoopCount() 597 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb(); in debugAddLoopCount() 615 fDebugWorstVerb[index * 2] = local->fDebugWorstVerb[index * 2]; in debugDoYourWorst() 616 fDebugWorstVerb[index * 2 + 1] = local->fDebugWorstVerb[index * 2 + 1]; in debugDoYourWorst() 655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport() 657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport() 664 sk_bzero(fDebugWorstVerb, sizeof(fDebugWorstVerb)); in debugResetLoopCounts()
|
D | SkPathOpsTypes.h | 204 SkPath::Verb fDebugWorstVerb[6]; variable
|