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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 176 void GraphicsContextState::setFillPattern(const PassRefPtr<Pattern> pattern)
GraphicsContext.cpp 273 void GraphicsContext::setFillPattern(PassRefPtr<Pattern> pattern)
284 mutableState()->setFillPattern(pattern);
    [all...]

Completed in 35 milliseconds