HomeSort by relevance Sort by last modified time
    Searched full:rotatelist (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 163 static inline void updateCharacterData(unsigned i, float& lastRotation, SVGCharacterData& data, const SVGLengthContext& lengthContext, const SVGLengthList* xList, const SVGLengthList* yList, const SVGLengthList* dxList, const SVGLengthList* dyList, const SVGNumberList* rotateList)
173 if (rotateList) {
174 data.rotate = rotateList->at(i).value();
185 const SVGNumberList& rotateList = position.element->rotateCurrentValue();
191 unsigned rotateListSize = rotateList.size();
202 const SVGNumberList* rotateListPtr = i < rotateListSize ? &rotateList : 0;
221 for (unsigned i = rotateList.size(); i < position.length; ++i) {

Completed in 55 milliseconds