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

/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGradientWx.cpp39 PlatformGradient Gradient::platformGradient() function in class:WebCore::Gradient
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGradientHaiku.cpp44 PlatformGradient Gradient::platformGradient() function in class:WebCore::Gradient
69 context->platformContext()->FillRect(rect, *platformGradient());
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGradientCairo.cpp45 cairo_pattern_t* Gradient::platformGradient() function in class:WebCore::Gradient
94 cairo_set_source(cr, platformGradient());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGradientQt.cpp44 QGradient* Gradient::platformGradient() function in class:WebCore::Gradient
116 context->platformContext()->fillRect(rect, *platformGradient());
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGradientCG.cpp57 CGShadingRef Gradient::platformGradient() function in class:WebCore::Gradient
77 CGGradientRef Gradient::platformGradient() function in class:WebCore::Gradient
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/skia/
H A DGradientSkia.cpp113 SkShader* Gradient::platformGradient() function in class:WebCore::Gradient

Completed in 3703 milliseconds