Searched refs:bHadSegmentInPreviousSpan (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.cpp137 bool bHadSegmentInPreviousSpan = false; local
152 if (aY < bY && !bHadSegmentInPreviousSpan && aHasSegmentInSpan && CompareOperation::aOutsideB(result))
158 bHadSegmentInPreviousSpan = bHasSegmentInSpan;

Completed in 233 milliseconds