Searched defs:debugSetCoinT (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp1119 void SkOpSegment::debugSetCoinT(int index, SkScalar t) const { function in class:SkOpSegment
2371 span->debugSetCoinT(index++);
2560 void SkOpSpanBase::debugSetCoinT(int index) const { function in class:SkOpSpanBase
2565 ptT->debugSetCoinT(index);
2800 void SkOpPtT::debugSetCoinT(int index) const { function in class:SkOpPtT
2802 this->segment()->debugSetCoinT(index, fT);

Completed in 83 milliseconds