Searched defs:createColor (Results 1 – 3 of 3) sorted by relevance
63 static PassRefPtr<SVGPaint> createColor(const Color& color) in createColor() function
110 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createColor(Color* color) in createColor() function in WebCore::SVGAnimatedType
204 …static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimi… in createColor() function