Home
last modified time | relevance | path

Searched refs:fMultiple (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkOpSpan.h31 bool fMultiple; // set if this is one of mutiple spans with identical t and pt values member
DSkOpSegment.cpp614 span->fMultiple = false; in addT()
919 if (!span.fMultiple) { in alignMultiples()
2275 span.fMultiple = true; in checkMultiples()
/external/skia/src/pathops/
DSkOpSpan.h31 bool fMultiple; // set if this is one of mutiple spans with identical t and pt values member
DSkOpSegment.cpp610 span->fMultiple = false; in addT()
886 if (!span.fMultiple) { in alignMultiples()
2200 span.fMultiple = true; in checkMultiples()
/external/skia/tests/
DPathOpsDebug.cpp564 if (fMultiple) { in dumpOne()
/external/chromium_org/third_party/skia/tests/
DPathOpsDebug.cpp696 if (fMultiple) { in dumpOne()