Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h190 RefPtr<Pattern> strokePattern; member
DGraphicsContext.cpp321 Pattern* GraphicsContext::strokePattern() const in strokePattern() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp566 void GraphicsContext::setPlatformStrokePattern(Pattern* strokePattern) in setPlatformStrokePattern()