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

  /external/webkit/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 41 PlatformGradient Gradient::platformGradient()
  /external/webkit/WebCore/platform/graphics/wx/
GradientWx.cpp 39 PlatformGradient Gradient::platformGradient()
  /external/webkit/WebCore/platform/graphics/cg/
GradientCG.cpp 58 CGShadingRef Gradient::platformGradient()
78 CGGradientRef Gradient::platformGradient()
118 CGContextDrawShading(context->platformContext(), platformGradient());
122 CGContextDrawRadialGradient(context->platformContext(), platformGradient(), m_p0, m_r0, m_p1, m_r1, extendOptions);
124 CGContextDrawLinearGradient(context->platformContext(), platformGradient(), m_p0, m_p1, extendOptions);
  /external/webkit/WebCore/platform/graphics/cairo/
GradientCairo.cpp 44 cairo_pattern_t* Gradient::platformGradient()
84 cairo_set_source(cr, platformGradient());
FontCairo.cpp 132 cairo_set_source(cr, context->fillGradient()->platformGradient());
162 cairo_set_source(cr, context->strokeGradient()->platformGradient());
GraphicsContextCairo.cpp 83 cairo_set_source(cr, gcp->state.fillGradient->platformGradient());
98 cairo_set_source(cr, gcp->state.strokeGradient->platformGradient());
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GradientQt.cpp 44 QGradient* Gradient::platformGradient()
87 context->platformContext()->fillRect(rect, *platformGradient());
FontQt.cpp 78 QBrush brush(*ctx->fillGradient()->platformGradient());
90 QBrush brush(*ctx->strokeGradient()->platformGradient());
GraphicsContextQt.cpp 544 QBrush brush(*m_common->state.fillGradient->platformGradient());
583 QBrush brush(*m_common->state.strokeGradient->platformGradient());
621 QBrush brush(*m_common->state.fillGradient->platformGradient());
    [all...]
  /external/webkit/WebCore/platform/graphics/
Gradient.h 42 typedef CGShadingRef PlatformGradient;
45 typedef CGGradientRef PlatformGradient;
52 typedef QGradient* PlatformGradient;
55 typedef cairo_pattern_t* PlatformGradient;
59 typedef class PlatformGradientRec* PlatformGradient;
62 typedef class SkShader* PlatformGradient;
66 typedef void* PlatformGradient;
101 PlatformGradient platformGradient();
151 PlatformGradient m_gradient
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GradientSkia.cpp 118 SkShader* Gradient::platformGradient()
GraphicsContextSkia.cpp 973 platformContext()->setFillShader(gradient->platformGradient());
    [all...]

Completed in 80 milliseconds