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

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasGradient.cpp49 void CanvasGradient::addColorStop(float value, const String& color, ExceptionCode& ec) function in class:WebCore::CanvasGradient
63 m_gradient->addColorStop(value, Color(rgba));
/external/webkit/Source/WebCore/platform/graphics/
H A DGradient.cpp91 void Gradient::addColorStop(float value, const Color& color) function in class:WebCore::Gradient
104 void Gradient::addColorStop(const Gradient::ColorStop& stop) function in class:WebCore::Gradient

Completed in 66 milliseconds