Searched defs:Gradient (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | Gradient.cpp | 34 Gradient::Gradient(const FloatPoint& p0, const FloatPoint& p1) in Gradient() function in WebCore::Gradient 46 Gradient::Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1) in Gradient() function in WebCore::Gradient
|
D | GraphicsContext.h | 104 class Gradient; variable
|
/external/webkit/WebCore/css/ |
D | CSSGradientValue.h | 37 class Gradient; variable
|
/external/webkit/WebCore/html/ |
D | CanvasStyle.h | 65 … enum Type { ColorString, ColorStringWithAlpha, GrayLevel, RGBA, CMYKA, Gradient, ImagePattern }; enumerator
|