Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp462 double nextT, oNextT; in addExpanded() local
465 oNextT = containedOpp->fT; in addExpanded()
468 oNextT = oTest->t(); in addExpanded()
480 oNextT = walkOpp->fT; in addExpanded()
486 double oStartRange = oNextT - oPriorT; in addExpanded()
DSkPathOpsDebug.cpp1641 double nextT, oNextT; in debugAddExpanded() local
1644 oNextT = containedOpp->fT; in debugAddExpanded()
1647 oNextT = oTest->t(); in debugAddExpanded()
1659 oNextT = walkOpp->fT; in debugAddExpanded()
1665 double oStartRange = oNextT - oPriorT; in debugAddExpanded()