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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 98 enum RotationDirection { Counterclockwise, Clockwise };
TextPainter.cpp 232 m_graphicsContext->concatCTM(InlineTextBox::rotation(m_textBounds, InlineTextBox::Counterclockwise));
InlineTextBox.cpp 554 context->concatCTM(rotation(boxRect, Counterclockwise));
573 context->concatCTM(rotation(boxRect, Counterclockwise));
    [all...]

Completed in 319 milliseconds