Searched defs:drawLineForBoxSide (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp101 // This is a partial copy from RenderObject::drawLineForBoxSide
102 static void drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, function in namespace:WebCore
329 drawLineForBoxSide(context, rect.x(), rect.y(), rect.maxX(), innerrect.y(),
331 drawLineForBoxSide(context, rect.x(), rect.y(), innerrect.x(), rect.maxY(),
333 drawLineForBoxSide(context, innerrect.maxX(), rect.y(), rect.maxX(), rect.maxY(),
335 drawLineForBoxSide(context, rect.x(), innerrect.maxY(), rect.maxX(), rect.maxY(),
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp709 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, function in class:WebCore::RenderObject
778 drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
781 drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
786 drawLineForBoxSide(graphicsContext, x1, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
789 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
794 drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
797 drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
802 drawLineForBoxSide(graphicsContext, x1, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
805 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
832 drawLineForBoxSide(graphicsContex
[all...]

Completed in 1682 milliseconds