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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 110 void setDrawLooper(PassRefPtr<SkDrawLooper>);
GraphicsContextState.cpp 193 void GraphicsContextState::setDrawLooper(PassRefPtr<SkDrawLooper> drawLooper)
GraphicsContext.cpp 314 setDrawLooper(drawLooperBuilder.release());
317 void GraphicsContext::setDrawLooper(PassOwnPtr<DrawLooperBuilder> drawLooperBuilder)
322 mutableState()->setDrawLooper(drawLooperBuilder->detachDrawLooper());
749 setDrawLooper(drawLooperBuilder.release());
    [all...]
GraphicsContext.h 361 void setDrawLooper(PassOwnPtr<DrawLooperBuilder>);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 99 context->setDrawLooper(textStyle.shadow->createDrawLooper(DrawLooperBuilder::ShadowIgnoresAlpha, horizontal));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 587 context->setDrawLooper(shadowList->createDrawLooper(DrawLooperBuilder::ShadowRespectsAlpha));
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 637 milliseconds