Searched refs:destinationHeight (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 1223 float destinationHeight = borderImageRect.height() - topWidth - bottomWidth; in paintNinePieceImage() local 1251 ….get(), IntRect(borderImageRect.x(), borderImageRect.y() + topWidth, leftWidth, destinationHeight), in paintNinePieceImage() 1273 destinationHeight), in paintNinePieceImage() 1313 middleScaleFactor.setHeight(destinationHeight / sourceHeight); in paintNinePieceImage() 1316 …derImageRect.x() + leftWidth, borderImageRect.y() + topWidth, destinationWidth, destinationHeight), in paintNinePieceImage()
|