Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.h218 const SkOpSpan* debugStarter(SkOpSpanBase const** endPtr) const;
DSkPathOpsDebug.cpp1415 const SkOpSpan* start = coin->fCoinPtTStart->span()->debugStarter(&end); in debugMark()
1418 const SkOpSpanBase* oStart = coin->fOppPtTStart->span()->debugStarter(&oEnd); in debugMark()
1588 const SkOpSpan* SkOpSpanBase::debugStarter(SkOpSpanBase const** endPtr) const { in debugStarter() function in SkOpSpanBase