Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp828 int rightSlice = min(imageWidth, ninePieceImage.m_slices.right().calcValue(imageWidth)); in paintNinePieceImage() local
837 int rightWidth = fitToBorder ? style->borderRightWidth() : rightSlice; in paintNinePieceImage()
842 bool drawRight = rightSlice > 0 && rightWidth > 0; in paintNinePieceImage()
844 … bool drawMiddle = (imageWidth - leftSlice - rightSlice) > 0 && (w - leftWidth - rightWidth) > 0 && in paintNinePieceImage()
879 … IntRect(imageWidth - rightSlice, 0, rightSlice, topSlice), op); in paintNinePieceImage()
885 … IntRect(imageWidth - rightSlice, imageHeight - bottomSlice, rightSlice, bottomSlice), op); in paintNinePieceImage()
890 … IntRect(imageWidth - rightSlice, topSlice, rightSlice, imageHeight - topSlice - bottomSlice), in paintNinePieceImage()
897 … IntRect(leftSlice, 0, imageWidth - rightSlice - leftSlice, topSlice), in paintNinePieceImage()
904 … IntRect(leftSlice, imageHeight - bottomSlice, imageWidth - rightSlice - leftSlice, bottomSlice), in paintNinePieceImage()
911 …IntRect(leftSlice, topSlice, imageWidth - rightSlice - leftSlice, imageHeight - topSlice - bottomS… in paintNinePieceImage()