Home | History | Annotate | Download | only in rendering

Lines Matching refs:third

746             int third = (width + 1) / 3;
758 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
759 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
779 y1, x2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), y1 + third,
782 y2 - third, x2 - max((adjacentWidth2 * 2 + 1) / 3, 0), y2,
787 x1 + third, y2 - max((-adjacentWidth2 * 2 + 1) / 3, 0),
789 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((adjacentWidth1 * 2 + 1) / 3, 0),
795 y1, x2 - max((adjacentWidth2 * 2 + 1) / 3, 0), y1 + third,
798 y2 - third, x2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), y2,
803 x1 + third, y2 - max((adjacentWidth2 * 2 + 1) / 3, 0),
805 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((-adjacentWidth1 * 2 + 1) / 3, 0),
947 float third = thickness / 3.0f;
964 graphicsContext->setStrokeThickness(third);