Home
last modified time | relevance | path

Searched refs:setDrawLooper (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp80 context->setDrawLooper(drawLooper); in paint()
DInlineTextBox.cpp412 context->setDrawLooper(drawLooper); in paintTextWithShadows()
DRenderBoxModelObject.cpp2553 context->setDrawLooper(drawLooper); in paintBoxShadow()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h322 void setDrawLooper(const DrawLooper&);
DGraphicsContext.cpp326 setDrawLooper(drawLooper); in setShadow()
329 void GraphicsContext::setDrawLooper(const DrawLooper& drawLooper) in setDrawLooper() function in WebCore::GraphicsContext
743 setDrawLooper(drawLooper); in drawInnerShadow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp648 context->setDrawLooper(drawLooper); in paintTextWithShadows()