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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.cpp 193 void GraphicsContextState::setDrawLooper(PassRefPtr<SkDrawLooper> drawLooper)
GraphicsContext.cpp 316 setDrawLooper(drawLooperBuilder.release());
319 void GraphicsContext::setDrawLooper(PassOwnPtr<DrawLooperBuilder> drawLooperBuilder)
324 mutableState()->setDrawLooper(drawLooperBuilder->detachDrawLooper());
671 setDrawLooper(drawLooperBuilder.release());
    [all...]

Completed in 37 milliseconds