Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1235 int leftOuter = outer.x(); in paintOutline() local
1244 …drawLineForBoxSide(graphicsContext, leftOuter, topOuter, leftInner, bottomOuter, BSLeft, outlineCo… in paintOutline()
1245 …drawLineForBoxSide(graphicsContext, leftOuter, topOuter, rightOuter, topInner, BSTop, outlineColor… in paintOutline()
1247 …drawLineForBoxSide(graphicsContext, leftOuter, bottomInner, rightOuter, bottomOuter, BSBottom, out… in paintOutline()