Searched refs:debugInsertCoincidence (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpSpan.h | 452 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* , const SkOpSpan* ) const; 453 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* ,
|
D | SkPathOpsDebug.cpp | 2070 start->debugInsertCoincidence(log, oStart->upCast()); in debugMark() 2080 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) { in debugMark() 2086 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) { in debugMark() 2650 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* coin) const { in debugInsertCoincidence() function in SkOpSpan 2664 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, b… in debugInsertCoincidence() function in SkOpSpan
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 452 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* , const SkOpSpan* ) const; 453 void debugInsertCoincidence(SkPathOpsDebug::GlitchLog* ,
|
D | SkPathOpsDebug.cpp | 2047 start->debugInsertCoincidence(log, oStart->upCast()); in debugMark() 2057 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) { in debugMark() 2063 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) { in debugMark() 2627 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSpan* coin) const { in debugInsertCoincidence() function in SkOpSpan 2641 void SkOpSpan::debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, b… in debugInsertCoincidence() function in SkOpSpan
|