Home
last modified time | relevance | path

Searched refs:PlatformGradient (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGradient.h40 typedef CGShadingRef PlatformGradient; typedef
45 typedef QGradient* PlatformGradient; typedef
48 typedef cairo_pattern_t* PlatformGradient; typedef
51 typedef class PlatformGradientRec* PlatformGradient; typedef
54 typedef class SkShader* PlatformGradient; typedef
57 typedef void* PlatformGradient; typedef
93 PlatformGradient platformGradient();
138 PlatformGradient m_gradient;
/external/webkit/WebCore/platform/graphics/skia/
DPlatformGraphics.h34 typedef class SkShader* PlatformGradient; typedef
/external/webkit/WebCore/platform/graphics/wx/
DGradientWx.cpp39 PlatformGradient Gradient::platformGradient() in platformGradient()
/external/webkit/WebCore/
DChangeLog-2008-08-1034516 Fix PlatformGradient so that it's a pointer on all platforms.