Home
last modified time | relevance | path

Searched refs:Clockwise (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.h101 enum RotationDirection { Counterclockwise, Clockwise }; enumerator
207 …return rotationDirection == Clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(),… in rotation()
DEllipsisBox.cpp50 context->concatCTM(InlineTextBox::rotation(boxRect, InlineTextBox::Clockwise)); in paint()
DInlineTextBox.cpp532 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
709 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
736 context->concatCTM(rotation(boxRect, Clockwise)); in paint()
750 context->concatCTM(rotation(boxRect, Clockwise)); in paint()