Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.h133 void debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* glitches,
139 this->debugAddAlignIntersection(id, glitches, *fHead.ptT(), fOriginal[0], contourList); in debugAddAlignIntersections()
140 this->debugAddAlignIntersection(id, glitches, *fTail.ptT(), fOriginal[1], contourList); in debugAddAlignIntersections()
DSkPathOpsDebug.cpp415 void SkOpSegment::debugAddAlignIntersection(const char* id, SkPathOpsDebug::GlitchLog* log, in debugAddAlignIntersection() function in SkOpSegment