HomeSort by relevance Sort by last modified time
    Searched full:platformgradient (Results 1 - 15 of 15) sorted by null

  /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/wx/
GradientWx.cpp 39 PlatformGradient Gradient::platformGradient()
  /external/webkit/Source/WebCore/platform/graphics/cg/
GradientCG.cpp 57 CGShadingRef Gradient::platformGradient()
77 CGGradientRef Gradient::platformGradient()
121 CGContextDrawShading(context, platformGradient());
136 CGContextDrawRadialGradient(context, platformGradient(), m_p0, m_r0, m_p1, m_r1, extendOptions);
141 CGContextDrawLinearGradient(context, platformGradient(), m_p0, m_p1, extendOptions);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 44 PlatformGradient Gradient::platformGradient()
69 context->platformContext()->FillRect(rect, *platformGradient());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 45 cairo_pattern_t* Gradient::platformGradient()
94 cairo_set_source(cr, platformGradient());
FontCairo.cpp 119 cairo_set_source(cr, context->fillGradient()->platformGradient());
149 cairo_set_source(cr, context->strokeGradient()->platformGradient());
GraphicsContextCairo.cpp 84 cairo_set_source(cr, state.fillGradient->platformGradient());
105 cairo_set_source(cr, state.strokeGradient->platformGradient());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformGraphics.h 34 typedef class SkShader* PlatformGradient;
GradientSkia.cpp 113 SkShader* Gradient::platformGradient()
GraphicsContextSkia.cpp 1012 platformContext()->setFillShader(gradient->platformGradient());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp 44 QGradient* Gradient::platformGradient()
116 context->platformContext()->fillRect(rect, *platformGradient());
FontQt.cpp 86 QBrush brush(*ctx->fillGradient()->platformGradient());
99 QBrush brush(*ctx->strokeGradient()->platformGradient());
GraphicsContextQt.cpp 510 QBrush brush(*m_state.fillGradient->platformGradient());
534 QBrush brush(*m_state.fillGradient->platformGradient());
560 QBrush brush(*m_state.strokeGradient->platformGradient());
590 QBrush brush(*m_state.strokeGradient->platformGradient());
686 QBrush brush(*m_state.fillGradient->platformGradient());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 84 pgc->setFillShader(grad->platformGradient());
94 pgc->setStrokeShader(grad->platformGradient());
  /external/webkit/Source/WebCore/
ChangeLog-2009-06-16     [all...]

Completed in 373 milliseconds