Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h255 result->initBounds(fCurve); in addSplitAt()
256 span->initBounds(fCurve); in addSplitAt()
314 const TCurve& fCurve; variable
395 result->resetBounds(fCurve); in addFollowing()
824 SkASSERT(fDebugSect->fOppSect->fCurve.ptAtT(t) == pt); in validatePerpPt()
830 : fCurve(c) in SkTSect()
880 SkDPoint last = fCurve.ptAtT(tStart); in binarySearchCoin()
884 const OppCurve& opp = sect2->fCurve; in binarySearchCoin()
892 work.initBounds(fCurve); in binarySearchCoin()
900 work.fCoinStart.setPerp(fCurve, work.fStartT, last, opp); in binarySearchCoin()
[all …]