Lines Matching full:third
741 int third = (width + 1) / 3;
749 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third));
750 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
753 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
754 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
757 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
758 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
768 y1, x2 - max((-adjbw2 * 2 + 1) / 3, 0), y1 + third,
771 y2 - third, x2 - max((adjbw2 * 2 + 1) / 3, 0), y2,
776 x1 + third, y2 - max((-adjbw2 * 2 + 1) / 3, 0),
778 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((adjbw1 * 2 + 1) / 3, 0),
784 y1, x2 - max((adjbw2 * 2 + 1) / 3, 0), y1 + third,
787 y2 - third, x2 - max((-adjbw2 * 2 + 1) / 3, 0), y2,
792 x1 + third, y2 - max((adjbw2 * 2 + 1) / 3, 0),
794 drawLineForBoxSide(graphicsContext, x2 - third, y1 + max((-adjbw1 * 2 + 1) / 3, 0),
924 float third = thickness / 3.0f;
941 graphicsContext->setStrokeThickness(third);