Searched defs:floatValues (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp61 static inline void extractFloatValuesFromSVGLengthList(SVGElement* lengthContext, const SVGLengthList& list, Vector<float>& floatValues, unsigned textContentLength) argument
68 floatValues.reserveCapacity(length);
72 floatValues.append(length.value(lengthContext));
76 static inline void extractFloatValuesFromSVGNumberList(const SVGNumberList& list, Vector<float>& floatValues, unsigned textContentLength) argument
81 floatValues.reserveCapacity(length);
84 floatValues.append(list.at(i));
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp1826 Vector<float> floatValues; local
1849 floatValues.append(value);
1871 keyframeAnim->setValues(floatValues);

Completed in 74 milliseconds