Searched refs:bottomSlice (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.cpp | 421 …nst RoundedIntRect::Radii& radii, int& leftSlice, int& rightSlice, int& topSlice, int& bottomSlice) in computeSliceSizesFromRadii() argument 427 bottomSlice = twiceRadius + max(radii.bottomLeft().height(), radii.bottomRight().height()); in computeSliceSizesFromRadii() 437 int bottomSlice; in templateSize() local 438 …eSliceSizesFromRadii(2 * ceilf(m_blurRadius), radii, leftSlice, rightSlice, topSlice, bottomSlice); in templateSize() 441 templateSideLength + topSlice + bottomSlice); in templateSize() 727 int bottomSlice; in drawLayerPieces() local 728 computeSliceSizesFromRadii(twiceRadius, radii, leftSlice, rightSlice, topSlice, bottomSlice); in drawLayerPieces() 731 int centerHeight = shadowBounds.height() - topSlice - bottomSlice; in drawLayerPieces() 754 tileRect.setY(templateSize.height() - bottomSlice); in drawLayerPieces() 755 tileRect.setHeight(bottomSlice); in drawLayerPieces() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 946 int bottomSlice = min(imageHeight, ninePieceImage.slices().bottom().calcValue(imageHeight)); in paintNinePieceImage() local 958 int bottomWidth = fitToBorder ? style->borderBottomWidth() : bottomSlice; in paintNinePieceImage() 963 bool drawBottom = bottomSlice > 0 && bottomWidth > 0; in paintNinePieceImage() 965 … (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0; in paintNinePieceImage() 983 … IntRect(0, imageHeight - bottomSlice, leftSlice, bottomSlice), op); in paintNinePieceImage() 989 … IntRect(0, topSlice, leftSlice, imageHeight - topSlice - bottomSlice), in paintNinePieceImage() 1005 … IntRect(imageWidth - rightSlice, imageHeight - bottomSlice, rightSlice, bottomSlice), op); in paintNinePieceImage() 1010 … IntRect(imageWidth - rightSlice, topSlice, rightSlice, imageHeight - topSlice - bottomSlice), in paintNinePieceImage() 1024 … IntRect(leftSlice, imageHeight - bottomSlice, imageWidth - rightSlice - leftSlice, bottomSlice), in paintNinePieceImage() 1031 …ct(leftSlice, topSlice, imageWidth - rightSlice - leftSlice, imageHeight - topSlice - bottomSlice), in paintNinePieceImage()
|