HomeSort by relevance Sort by last modified time
    Searched refs:minIntervalWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 185 float minIntervalWidth = minLogicalIntervalSize.width();
188 if (bounds.isEmpty() || minIntervalWidth > bounds.width())
207 bool intervalFitsWithinCorners = minIntervalWidth + 2 * bounds.rx() <= bounds.width();
208 FloatPoint cornerIntercept = bounds.cornerInterceptForWidth(minIntervalWidth);
PolygonShape.cpp 435 float minIntervalWidth = minLogicalIntervalSize.width();
439 if (minIntervalWidth > boundingBox.width())
451 float dx = minIntervalWidth / 2;

Completed in 37 milliseconds