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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 184 float minIntervalHeight = minLogicalIntervalSize.height();
192 float maxY = minY + minIntervalHeight;
215 if (minIntervalHeight < bounds.height() - (2 * cornerIntercept.y())) {
222 if (intervalFitsWithinCorners || minY <= bounds.maxY() - cornerIntercept.y() - minIntervalHeight) {
PolygonShape.cpp 434 float minIntervalHeight = minLogicalIntervalSize.height();
443 float maxY = minY + minIntervalHeight;
452 float dy = minIntervalHeight / 2;

Completed in 1042 milliseconds