Home
last modified time | relevance | path

Searched refs:oStartRange (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp486 double oStartRange = oNextT - oPriorT; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
487 FAIL_IF(!oStartRange); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
488 double oStartPart = (oTest->t() - oPriorT) / oStartRange; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
494 oPriorT + oStartRange * startPart, test, &startOver) in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A 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()

Completed in 8 milliseconds