Home
last modified time | relevance | path

Searched refs:oStartRange (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/pathops/
DSkOpCoincidence.cpp486 double oStartRange = oNextT - oPriorT; in addExpanded() local
487 FAIL_IF(!oStartRange); in addExpanded()
488 double oStartPart = (oTest->t() - oPriorT) / oStartRange; in addExpanded()
494 oPriorT + oStartRange * startPart, test, &startOver) in addExpanded()
DSkPathOpsDebug.cpp1688 double oStartRange = oNextT - oPriorT; in debugAddExpanded() local
1689 FAIL_IF(!oStartRange, coin); in debugAddExpanded()
1690 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded()
1696 oPriorT + oStartRange * startPart, test) in debugAddExpanded()
/external/skia/src/pathops/
DSkOpCoincidence.cpp486 double oStartRange = oNextT - oPriorT; in addExpanded() local
487 FAIL_IF(!oStartRange); in addExpanded()
488 double oStartPart = (oTest->t() - oPriorT) / oStartRange; in addExpanded()
494 oPriorT + oStartRange * startPart, test, &startOver) in addExpanded()
DSkPathOpsDebug.cpp1665 double oStartRange = oNextT - oPriorT; in debugAddExpanded() local
1666 FAIL_IF(!oStartRange, coin); in debugAddExpanded()
1667 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded()
1673 oPriorT + oStartRange * startPart, test) in debugAddExpanded()