Home
last modified time | relevance | path

Searched defs:strokeGradient (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h189 RefPtr<Gradient> strokeGradient; member
DGraphicsContext.cpp311 Gradient* GraphicsContext::strokeGradient() const in strokeGradient() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp562 void GraphicsContext::setPlatformStrokeGradient(Gradient* strokeGradient) in setPlatformStrokeGradient()