Home
last modified time | relevance | path

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

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