Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp230 fCollapsed = fPart->collapsed(); in initBounds()
234 if (fCollapsed) { in initBounds()
406 fCollapsed = true; in splitAt()
411 work->fCollapsed = true; in splitAt()
448 SkASSERT(fBounds.width() || fBounds.height() || fCollapsed); in validate()
449 SkASSERT(fBoundsMax == SkTMax(fBounds.width(), fBounds.height()) || fCollapsed == 0xFF); in validate()
453 SkASSERT(fBounded || fCollapsed == 0xFF); in validate()
542 result->fCollapsed = result->fIsLinear = result->fIsLine = 0xFF; in addOne()
566 if (work.fCollapsed) { in binarySearchCoin()
618 bool lCollapsed = largest->fCollapsed; in boundsMax()
[all …]
DSkPathOpsTSect.h234 SkOpDebugBool fCollapsed; variable
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp231 fCollapsed = fPart->collapsed(); in initBounds()
235 if (fCollapsed) { in initBounds()
407 fCollapsed = true; in splitAt()
412 work->fCollapsed = true; in splitAt()
449 SkASSERT(fBounds.width() || fBounds.height() || fCollapsed); in validate()
450 SkASSERT(fBoundsMax == std::max(fBounds.width(), fBounds.height()) || fCollapsed == 0xFF); in validate()
454 SkASSERT(fBounded || fCollapsed == 0xFF); in validate()
543 result->fCollapsed = result->fIsLinear = result->fIsLine = 0xFF; in addOne()
567 if (work.fCollapsed) { in binarySearchCoin()
619 bool lCollapsed = largest->fCollapsed; in boundsMax()
[all …]
DSkPathOpsTSect.h233 SkOpDebugBool fCollapsed; variable
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp1343 fCollapsed ? " collapsed" : ""); in dumpBounds()
/third_party/skia/tests/
DPathOpsDebug.cpp1343 fCollapsed ? " collapsed" : ""); in dumpBounds()