HomeSort by relevance Sort by last modified time
    Searched defs:drawLineForBoxSide (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 101 // This is a partial copy from RenderObject::drawLineForBoxSide
102 static void drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1,
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/
RenderObject.cpp 709 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
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(graphicsContext, x1 + max(-adjacentWidth1, 0) / 2, y1, x2 - max(-adjacentWidth2, 0) / 2, (y1 + y2 (…)
    [all...]

Completed in 379 milliseconds