Home
last modified time | relevance | path

Searched defs:Gradient (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGradient.cpp34 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
DGraphicsContext.h104 class Gradient; variable
/external/webkit/WebCore/css/
DCSSGradientValue.h37 class Gradient; variable
/external/webkit/WebCore/html/
DCanvasStyle.h65 … enum Type { ColorString, ColorStringWithAlpha, GrayLevel, RGBA, CMYKA, Gradient, ImagePattern }; enumerator