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

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

Completed in 94 milliseconds