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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.cpp176 void GraphicsContextState::setFillPattern(const PassRefPtr<Pattern> pattern) function in class:WebCore::GraphicsContextState
H A DGraphicsContext.cpp273 void GraphicsContext::setFillPattern(PassRefPtr<Pattern> pattern) function in class:WebCore::GraphicsContext
284 mutableState()->setFillPattern(pattern);

Completed in 97 milliseconds