Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp585 sk_bzero(&fDebugWorstPts[index * 8], sizeof(SkPoint) * 8); in debugAddLoopCount()
586 memcpy(&fDebugWorstPts[index * 2 * 4], wt.pts(), in debugAddLoopCount()
588 memcpy(&fDebugWorstPts[(index * 2 + 1) * 4], wn.pts(), in debugAddLoopCount()
604 memcpy(&fDebugWorstPts[index * 2 * 4], &local->fDebugWorstPts[index * 2 * 4], in debugDoYourWorst()
642 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4], in debugLoopReport()
644 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4], in debugLoopReport()
652 sk_bzero(fDebugWorstPts, sizeof(fDebugWorstPts)); in debugResetLoopCounts()
DSkPathOpsTypes.h202 SkPoint fDebugWorstPts[24]; variable