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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp460 enum RotationDirection { Counterclockwise, Clockwise }; enumerator in enum:WebCore::RotationDirection
702 context->concatCTM(rotation(boxRect, Counterclockwise));
728 context->concatCTM(rotation(boxRect, Counterclockwise));
771 context->concatCTM(rotation(boxRect, Counterclockwise));

Completed in 45 milliseconds