HomeSort by relevance Sort by last modified time
    Searched defs:rotateValues (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.h 43 Vector<float> rotateValues;
70 Vector<float>& rotateValues() { return m_positioningLists.rotateValues; }
71 const Vector<float>& rotateValues() const { return m_positioningLists.rotateValues; }
SVGTextLayoutEngine.cpp 487 Vector<float>& rotateValues = logicalAttributes.rotateValues();
498 if (!rotateValues.isEmpty()) {
499 float newAngle = rotateValues.at(m_logicalCharacterOffset);

Completed in 69 milliseconds