Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp440 const SkOpPtT* oStartPtT = coin->oppPtTStart(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
442 double oPriorT = oStartPtT->fT; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
443 FAIL_IF(!startPtT->contains(oStartPtT)); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
446 const SkOpSpanBase* oStart = oStartPtT->span(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A DSkPathOpsDebug.cpp1619 const SkOpPtT* oStartPtT = coin->oppPtTStart(); in debugAddExpanded() local
1621 double oPriorT = oStartPtT->fT; in debugAddExpanded()
1622 FAIL_IF(!startPtT->contains(oStartPtT), coin); in debugAddExpanded()
1625 const SkOpSpanBase* oStart = oStartPtT->span(); in debugAddExpanded()
1667 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded()

Completed in 13 milliseconds