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 164 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)
174 if (rotateList) {
175 data.rotate = rotateList->at(i)->value();
186 RefPtr<SVGNumberList> rotateList = position.element->rotate()->currentValue();
192 unsigned rotateListSize = rotateList->length();
203 const SVGNumberList* rotateListPtr = i < rotateListSize ? rotateList.get() : 0;
222 for (unsigned i = rotateList->length(); i < position.length; ++i) {

Completed in 96 milliseconds