Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp603 fDebugWorstWeight[index * 2] = wt.weight(); in debugAddLoopCount()
604 fDebugWorstWeight[index * 2 + 1] = wn.weight(); in debugAddLoopCount()
619 fDebugWorstWeight[index * 2] = local->fDebugWorstWeight[index * 2]; in debugDoYourWorst()
620 fDebugWorstWeight[index * 2 + 1] = local->fDebugWorstWeight[index * 2 + 1]; in debugDoYourWorst()
656 fDebugWorstWeight[index * 2]); in debugLoopReport()
658 fDebugWorstWeight[index * 2 + 1]); in debugLoopReport()
666 sk_bzero(fDebugWorstWeight, sizeof(fDebugWorstWeight)); in debugResetLoopCounts()
DSkPathOpsTypes.h206 float fDebugWorstWeight[6]; variable