Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp483 double startRange = nextT - priorT; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
484 FAIL_IF(!startRange); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
485 double startPart = (test->t() - priorT) / startRange; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
496 priorT + startRange * oStartPart, oTest, &startOver); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A DSkPathOpsDebug.cpp1662 double startRange = nextT - priorT; in debugAddExpanded() local
1663 FAIL_IF(!startRange, coin); in debugAddExpanded()
1664 double startPart = (test->t() - priorT) / startRange; in debugAddExpanded()
1675 priorT + startRange * oStartPart, oTest); in debugAddExpanded()

Completed in 8 milliseconds