Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSpan.h209 bool debugAlignedEnd(double t, const SkPoint& pt) const;
DSkPathOpsDebug.cpp512 if (!span->debugAlignedEnd(0, fPts[0])) { in debugAlign()
525 span->debugAlignedEnd(1, fPts[SkPathOpsVerbToPoints(fVerb)]); in debugAlign()
586 if (!fHead.debugAlignedEnd(0, fHead.pt())) { in debugFindCollapsed()
1503 bool SkOpSpanBase::debugAlignedEnd(double t, const SkPoint& pt) const { in debugAlignedEnd() function in SkOpSpanBase