Searched refs:fDebugWorstVerb (Results 1 – 2 of 2) sorted by relevance
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()
204 SkPath::Verb fDebugWorstVerb[6]; variable