HomeSort by relevance Sort by last modified time
    Searched refs:rotateValues (Results 1 - 5 of 5) 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; }
SVGTextLayoutAttributes.cpp 41 m_positioningLists.rotateValues.reserveCapacity(length);
51 rotateValues.fill(SVGTextLayoutAttributes::emptyValue(), length);
60 rotateValues.append(SVGTextLayoutAttributes::emptyValue());
74 rotateValues.append(safeValueAtPosition(source.rotateValues, position));
121 dumpLayoutVector(m_positioningLists.rotateValues);
SVGTextLayoutEngine.cpp 487 Vector<float>& rotateValues = logicalAttributes.rotateValues();
498 if (!rotateValues.isEmpty()) {
499 float newAngle = rotateValues.at(m_logicalCharacterOffset);
SVGRootInlineBox.cpp 245 swapItemsInVector(firstAttributes.rotateValues(), lastAttributes.rotateValues(), firstPosition, lastPosition);
SVGTextLayoutAttributesBuilder.cpp 283 fillListAtPosition(m_positioningLists.rotateValues, values, position.start);
291 m_positioningLists.rotateValues[position.start + i] = lastValue;

Completed in 36 milliseconds