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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributes.h43 Vector<float> rotateValues; member in struct:WebCore::SVGTextLayoutAttributes::PositioningLists
70 Vector<float>& rotateValues() { return m_positioningLists.rotateValues; } function in class:WebCore::SVGTextLayoutAttributes
71 const Vector<float>& rotateValues() const { return m_positioningLists.rotateValues; } function in class:WebCore::SVGTextLayoutAttributes
H A DSVGTextLayoutEngine.cpp487 Vector<float>& rotateValues = logicalAttributes.rotateValues(); local
498 if (!rotateValues.isEmpty()) {
499 float newAngle = rotateValues.at(m_logicalCharacterOffset);

Completed in 250 milliseconds