Home | History | Annotate | Download | only in rendering

Lines Matching defs:bottomWidth

1132     int bottomWidth = computeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBottomWidth(), bottomSlice, borderImageRect.height(), renderView);
1140 int borderSideHeight = max(1, topWidth + bottomWidth);
1145 bottomWidth *= borderSideScaleFactor;
1152 bool drawBottom = bottomSlice > 0 && bottomWidth > 0;
1154 && (imageHeight - topSlice - bottomSlice) > 0 && (borderImageRect.height() - topWidth - bottomWidth) > 0;
1159 float destinationHeight = borderImageRect.height() - topWidth - bottomWidth;
1167 float bottomSideScale = drawBottom ? (float)bottomWidth / bottomSlice : 1;
1178 // The bottom left corner rect is (tx, ty + h - bottomWidth, leftWidth, bottomWidth)
1181 graphicsContext->drawImage(image.get(), IntRect(borderImageRect.x(), borderImageRect.maxY() - bottomWidth, leftWidth, bottomWidth),
1200 // The bottom right corner rect is (tx + w - rightWidth, ty + h - bottomWidth, rightWidth, bottomWidth)
1203 graphicsContext->drawImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.maxY() - bottomWidth, rightWidth, bottomWidth),
1223 graphicsContext->drawTiledImage(image.get(), IntRect(borderImageRect.x() + leftWidth, borderImageRect.maxY() - bottomWidth,
1224 destinationWidth, bottomWidth),
1956 LayoutUnit bottomWidth = edges[BSBottom].usedWidth() / 2;
1961 topWidth, bottomWidth, leftWidth, rightWidth,