Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1172 LayoutRect rectWithOutsets = rect; in paintNinePieceImage() local
1173 rectWithOutsets.expand(style->imageOutsets(ninePieceImage)); in paintNinePieceImage()
1174 IntRect borderImageRect = pixelSnappedIntRect(rectWithOutsets); in paintNinePieceImage()