HomeSort by relevance Sort by last modified time
    Searched defs:strokeGradient (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 62 RefPtr<Gradient> strokeGradient;
GraphicsContext.cpp 127 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
272 return m_common->state.strokeGradient.get();

Completed in 27 milliseconds