Home | History | Annotate | Download | only in rendering

Lines Matching refs:imageHeight

943     int imageHeight = imageSize.height();
945 int topSlice = min(imageHeight, ninePieceImage.slices().top().calcValue(imageHeight));
946 int bottomSlice = min(imageHeight, ninePieceImage.slices().bottom().calcValue(imageHeight));
965 (imageHeight - topSlice - bottomSlice) > 0 && (h - topWidth - bottomWidth) > 0;
980 // The rect to use from within the image is (0, imageHeight - bottomSlice, leftSlice, botomSlice)
983 IntRect(0, imageHeight - bottomSlice, leftSlice, bottomSlice), op);
989 IntRect(0, topSlice, leftSlice, imageHeight - topSlice - bottomSlice),
1002 // The rect to use from within the image is (imageWidth - rightSlice, imageHeight - bottomSlice, rightSlice, bottomSlice)
1005 IntRect(imageWidth - rightSlice, imageHeight - bottomSlice, rightSlice, bottomSlice), op);
1010 IntRect(imageWidth - rightSlice, topSlice, rightSlice, imageHeight - topSlice - bottomSlice),
1024 IntRect(leftSlice, imageHeight - bottomSlice, imageWidth - rightSlice - leftSlice, bottomSlice),
1031 IntRect(leftSlice, topSlice, imageWidth - rightSlice - leftSlice, imageHeight - topSlice - bottomSlice),