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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 191 unsigned rotateListSize = rotateList.size();
192 if (!xListSize && !yListSize && !dxListSize && !dyListSize && !rotateListSize)
202 const SVGNumberList* rotateListPtr = i < rotateListSize ? &rotateList : 0;

Completed in 41 milliseconds