Searched refs:topWidth (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 836 int topWidth = fitToBorder ? style->borderTopWidth() : topSlice; in paintNinePieceImage() local 841 bool drawTop = topSlice > 0 && topWidth > 0; in paintNinePieceImage() 845 … (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0; in paintNinePieceImage() 856 graphicsContext->drawImage(image, colorSpace, IntRect(tx, ty, leftWidth, topWidth), in paintNinePieceImage() 867 graphicsContext->drawTiledImage(image, colorSpace, IntRect(tx, ty + topWidth, leftWidth, in paintNinePieceImage() 868 h - topWidth - bottomWidth), in paintNinePieceImage() 878 …aphicsContext->drawImage(image, colorSpace, IntRect(tx + w - rightWidth, ty, rightWidth, topWidth), in paintNinePieceImage() 888 …sContext->drawTiledImage(image, colorSpace, IntRect(tx + w - rightWidth, ty + topWidth, rightWidth, in paintNinePieceImage() 889 h - topWidth - bottomWidth), in paintNinePieceImage() 896 …rawTiledImage(image, colorSpace, IntRect(tx + leftWidth, ty, w - leftWidth - rightWidth, topWidth), in paintNinePieceImage() [all …]
|
D | RenderTableCell.cpp | 783 int topWidth = topVal.width(); in paintCollapsedBorder() local 789 ty -= topWidth / 2; in paintCollapsedBorder() 791 h += topWidth / 2 + (bottomWidth + 1) / 2; in paintCollapsedBorder() 806 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder()
|