Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h193 RefPtr<Pattern> fillPattern; member
DGraphicsContext.cpp316 Pattern* GraphicsContext::fillPattern() const in fillPattern() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp558 void GraphicsContext::setPlatformFillPattern(Pattern* fillPattern) in setPlatformFillPattern()