Searched refs:leftWidth (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 835 int leftWidth = fitToBorder ? style->borderLeftWidth() : leftSlice; in paintNinePieceImage() local 840 bool drawLeft = leftSlice > 0 && leftWidth > 0; in paintNinePieceImage() 844 … bool drawMiddle = (imageWidth - leftSlice - rightSlice) > 0 && (w - leftWidth - rightWidth) > 0 && in paintNinePieceImage() 856 graphicsContext->drawImage(image, colorSpace, IntRect(tx, ty, leftWidth, topWidth), in paintNinePieceImage() 862 …icsContext->drawImage(image, colorSpace, IntRect(tx, ty + h - bottomWidth, leftWidth, bottomWidth), in paintNinePieceImage() 867 graphicsContext->drawTiledImage(image, colorSpace, IntRect(tx, ty + topWidth, leftWidth, in paintNinePieceImage() 896 …aphicsContext->drawTiledImage(image, colorSpace, IntRect(tx + leftWidth, ty, w - leftWidth - right… in paintNinePieceImage() 902 … graphicsContext->drawTiledImage(image, colorSpace, IntRect(tx + leftWidth, ty + h - bottomWidth, in paintNinePieceImage() 903 w - leftWidth - rightWidth, bottomWidth), in paintNinePieceImage() 909 …sContext->drawTiledImage(image, colorSpace, IntRect(tx + leftWidth, ty + topWidth, w - leftWidth -… in paintNinePieceImage()
|
D | RenderTableCell.cpp | 785 int leftWidth = leftVal.width(); in paintCollapsedBorder() local 788 tx -= leftWidth / 2; in paintCollapsedBorder() 790 w += leftWidth / 2 + (rightWidth + 1) / 2; in paintCollapsedBorder() 808 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()
|