Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp151 bool bHasSegmentInSpan = bSegment != bSegmentEnd; in compareShapes() local
154 …if (bY < aY && !aHadSegmentInPreviousSpan && bHasSegmentInSpan && CompareOperation::bOutsideA(resu… in compareShapes()
158 bHadSegmentInPreviousSpan = bHasSegmentInSpan; in compareShapes()