Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h204 SkOpDebugBool fCollapsed; variable
556 fCollapsed = fPart.collapsed(); in initBounds()
560 if (fCollapsed) { in initBounds()
738 fCollapsed = true; in splitAt()
743 work->fCollapsed = true; in splitAt()
775 SkASSERT(fBounds.width() || fBounds.height() || fCollapsed); in validate()
869 result->fCollapsed = result->fIsLinear = result->fIsLine = 0xFF; in addOne()
893 if (work.fCollapsed) { in binarySearchCoin()
938 bool lCollapsed = largest->fCollapsed; in boundsMax()
940 bool tCollapsed = test->fCollapsed; in boundsMax()
[all …]
/external/skia/tests/
DPathOpsTSectDebug.h198 fCollapsed ? " collapsed" : ""); in dumpBounds()