Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1216 bool drawBottom = bottomSlice > 0 && bottomWidth > 0; in paintNinePieceImage() local
1231 float bottomSideScale = drawBottom ? (float)bottomWidth / bottomSlice : 1; in paintNinePieceImage()
1244 if (drawBottom) in paintNinePieceImage()
1266 if (drawBottom) in paintNinePieceImage()
1286 if (drawBottom && sourceWidth > 0) in paintNinePieceImage()
1298 else if (drawBottom) in paintNinePieceImage()