HomeSort by relevance Sort by last modified time
    Searched refs:Clockwise (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 101 enum RotationDirection { Counterclockwise, Clockwise };
207 return rotationDirection == Clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())
EllipsisBox.cpp 50 context->concatCTM(InlineTextBox::rotation(boxRect, InlineTextBox::Clockwise));
InlineTextBox.cpp 532 context->concatCTM(rotation(boxRect, Clockwise));
709 context->concatCTM(rotation(boxRect, Clockwise));
    [all...]

Completed in 97 milliseconds