Home | History | Annotate | Download | only in rendering

Lines Matching defs:third

754             int third = (width + 1) / 3;
762 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
763 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
770 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
771 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
781 y1, x2 - max((-adjbw2 * 2 + 1) / 3, 0), y1 + third,
784 y2 - third, x2 - max((adjbw2 * 2 + 1) / 3, 0), y2,
789 x1 + third, y2 - max((-adjbw2 * 2 + 1) / 3, 0),
791 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((adjbw1 * 2 + 1) / 3, 0),
797 y1, x2 - max((adjbw2 * 2 + 1) / 3, 0), y1 + third,
800 y2 - third, x2 - max((-adjbw2 * 2 + 1) / 3, 0), y2,
805 x1 + third, y2 - max((adjbw2 * 2 + 1) / 3, 0),
807 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((-adjbw1 * 2 + 1) / 3, 0),
937 float third = thickness / 3.0f;
954 graphicsContext->setStrokeThickness(third);