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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 61 static inline void extractFloatValuesFromSVGLengthList(SVGElement* lengthContext, const SVGLengthList& list, Vector<float>& floatValues, unsigned textContentLength)
68 floatValues.reserveCapacity(length);
72 floatValues.append(length.value(lengthContext));
76 static inline void extractFloatValuesFromSVGNumberList(const SVGNumberList& list, Vector<float>& floatValues, unsigned textContentLength)
81 floatValues.reserveCapacity(length);
84 floatValues.append(list.at(i));
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 466 milliseconds