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

/external/skia/src/pathops/
H A DSkOpSegment.h133 const SkOpPtT* debugAddT(double t, SkPathOpsDebug::GlitchLog* ) const;
H A DSkPathOpsDebug.cpp747 const SkOpPtT* SkOpSegment::debugAddT(double t, SkPathOpsDebug::GlitchLog* log) const { function in class:SkOpSegment
1823 cs = coinSeg->debugAddT(coinTs, log);
1825 os = oppSeg->debugAddT(oppTs, log);
1834 ce = coinSeg->debugAddT(coinTe, log);
1836 oe = oppSeg->debugAddT(oppTe, log);

Completed in 74 milliseconds