Home
last modified time | relevance | path

Searched refs:fDebugWorstVerb (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.cpp294 fDebugWorstVerb[index * 2] = wt.segment()->verb(); in debugAddLoopCount()
295 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb(); in debugAddLoopCount()
313 fDebugWorstVerb[index * 2] = local->fDebugWorstVerb[index * 2]; in debugDoYourWorst()
314 fDebugWorstVerb[index * 2 + 1] = local->fDebugWorstVerb[index * 2 + 1]; in debugDoYourWorst()
353 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport()
355 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport()
362 sk_bzero(fDebugWorstVerb, sizeof(fDebugWorstVerb)); in debugResetLoopCounts()
DSkPathOpsTypes.h158 SkPath::Verb fDebugWorstVerb[6]; variable