Home
last modified time | relevance | path

Searched refs:bottomWidth (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp722 int bottomWidth = fitToBorder ? style->borderBottomWidth() : bottomSlice; in paintNinePieceImage() local
727 bool drawBottom = bottomSlice > 0 && bottomWidth > 0; in paintNinePieceImage()
729 … (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0; in paintNinePieceImage()
745 … graphicsContext->drawImage(image, IntRect(tx, ty + h - bottomWidth, leftWidth, bottomWidth), in paintNinePieceImage()
751 h - topWidth - bottomWidth), in paintNinePieceImage()
767 …text->drawImage(image, IntRect(tx + w - rightWidth, ty + h - bottomWidth, rightWidth, bottomWidth), in paintNinePieceImage()
772 h - topWidth - bottomWidth), in paintNinePieceImage()
785 graphicsContext->drawTiledImage(image, IntRect(tx + leftWidth, ty + h - bottomWidth, in paintNinePieceImage()
786 w - leftWidth - rightWidth, bottomWidth), in paintNinePieceImage()
793 h - topWidth - bottomWidth), in paintNinePieceImage()
DRenderTableCell.cpp794 int bottomWidth = bottomVal.width(); in paintCollapsedBorder() local
801 h += topWidth / 2 + (bottomWidth + 1) / 2; in paintCollapsedBorder()
817 …borders.addBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bot… in paintCollapsedBorder()