Searched defs:platformGradient (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/haiku/
H A DGradientHaiku.cpp41 PlatformGradient Gradient::platformGradient() function in class:WebCore::Gradient
/external/webkit/WebCore/platform/graphics/wx/
H A DGradientWx.cpp39 PlatformGradient Gradient::platformGradient() function in class:WebCore::Gradient
/external/webkit/WebCore/platform/graphics/cairo/
H A DGradientCairo.cpp44 cairo_pattern_t* Gradient::platformGradient() function in class:WebCore::Gradient
84 cairo_set_source(cr, platformGradient());
/external/webkit/WebCore/platform/graphics/qt/
H A DGradientQt.cpp44 QGradient* Gradient::platformGradient() function in class:WebCore::Gradient
87 context->platformContext()->fillRect(rect, *platformGradient());
/external/webkit/WebCore/platform/graphics/cg/
H A DGradientCG.cpp58 CGShadingRef Gradient::platformGradient() function in class:WebCore::Gradient
78 CGGradientRef Gradient::platformGradient() function in class:WebCore::Gradient
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/skia/
H A DGradientSkia.cpp118 SkShader* Gradient::platformGradient() function in class:WebCore::Gradient

Completed in 87 milliseconds