Searched refs:Clockwise (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.h | 101 enum RotationDirection { Counterclockwise, Clockwise }; enumerator 207 …return rotationDirection == Clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(),… in rotation()
|
D | EllipsisBox.cpp | 50 context->concatCTM(InlineTextBox::rotation(boxRect, InlineTextBox::Clockwise)); in paint()
|
D | InlineTextBox.cpp | 532 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()
|