Searched refs:adjacentWidth1 (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 711 int adjacentWidth1, int adjacentWidth2, bool antialias) in drawLineForBoxSide() argument 748 if (adjacentWidth1 == 0 && adjacentWidth2 == 0) { in drawLineForBoxSide() 773 … int adjacent1BigThird = ((adjacentWidth1 > 0) ? adjacentWidth1 + 1 : adjacentWidth1 - 1) / 3; in drawLineForBoxSide() 778 … drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 781 … drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 786 … drawLineForBoxSide(graphicsContext, x1, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 789 … drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 794 … drawLineForBoxSide(graphicsContext, x1 + max((adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 797 … drawLineForBoxSide(graphicsContext, x1 + max((-adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() 802 … drawLineForBoxSide(graphicsContext, x1, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0), in drawLineForBoxSide() [all …]
|