Searched defs:strokeGradient (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DGraphicsContextPrivate.h62 RefPtr<Gradient> strokeGradient; member in struct:WebCore::GraphicsContextState
H A DGraphicsContext.cpp127 m_common->state.strokeGradient.clear();
224 m_common->state.strokeGradient.clear();
248 m_common->state.strokeGradient = gradient;
250 setPlatformStrokeGradient(m_common->state.strokeGradient.get());
270 Gradient* GraphicsContext::strokeGradient() const function in class:WebCore::GraphicsContext
272 return m_common->state.strokeGradient.get();

Completed in 10 milliseconds