Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.cpp150 bool aHasSegmentInSpan = aSegment != aSegmentEnd; in compareShapes() local
152 …if (aY < bY && !bHadSegmentInPreviousSpan && aHasSegmentInSpan && CompareOperation::aOutsideB(resu… in compareShapes()
157 aHadSegmentInPreviousSpan = aHasSegmentInSpan; in compareShapes()