HomeSort by relevance Sort by last modified time
    Searched refs:PlatformGradient (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformGraphics.h 34 typedef class SkShader* PlatformGradient;
  /external/webkit/Source/WebCore/platform/graphics/wx/
GradientWx.cpp 39 PlatformGradient Gradient::platformGradient()
  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 46 typedef CGShadingRef PlatformGradient;
49 typedef CGGradientRef PlatformGradient;
56 typedef QGradient* PlatformGradient;
59 typedef cairo_pattern_t* PlatformGradient;
62 typedef class SkShader* PlatformGradient;
66 typedef BGradient* PlatformGradient;
68 typedef void* PlatformGradient;
114 PlatformGradient platformGradient();
168 PlatformGradient m_gradient
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 44 PlatformGradient Gradient::platformGradient()
69 context->platformContext()->FillRect(rect, *platformGradient());

Completed in 171 milliseconds