Clockwise          49 Source/core/rendering/EllipsisBox.cpp         context->concatCTM(InlineTextBox::rotation(boxRect, InlineTextBox::Clockwise));
Clockwise         530 Source/core/rendering/InlineTextBox.cpp         context->concatCTM(rotation(boxRect, Clockwise));
Clockwise         707 Source/core/rendering/InlineTextBox.cpp                 context->concatCTM(rotation(boxRect, Clockwise));
Clockwise         741 Source/core/rendering/InlineTextBox.cpp                 context->concatCTM(rotation(boxRect, Clockwise));
Clockwise         758 Source/core/rendering/InlineTextBox.cpp             context->concatCTM(rotation(boxRect, Clockwise));
Clockwise         209 Source/core/rendering/InlineTextBox.h     return rotationDirection == Clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())