Searched defs:Clockwise (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.h98 enum RotationDirection { Counterclockwise, Clockwise }; enumerator in enum:blink::InlineTextBox::RotationDirection
202 return rotationDirection == Clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())

Completed in 921 milliseconds