Home
last modified time | relevance | path

Searched defs:coincident (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp1267 bool coincident = false; in missingCoincidence() local
1682 bool coincident = true; in testForCoincidence() local
DSkPathOpsTSect.h1818 const SkTSpan<TCurve, OppCurve>* coincident = fCoincident; in validate() local
2127 SkTSpan<TCurve, OppCurve>* coincident = sect1->fCoincident; in BinarySearch() local
DSkPathOpsDebug.cpp680 bool coincident = false; in debugMissingCoincidence() local
/external/skia/tests/
DPathOpsDebug.cpp1036 const SkOpSpan* coincident = fCoincident; in dumpCoin() local
/external/skia/src/gpu/
DGrTessellator.cpp452 bool coincident(const SkPoint& a, const SkPoint& b) { in coincident() function