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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
DrawLooper.cpp 32 #include "core/platform/graphics/DrawLooper.h"
46 DrawLooper::DrawLooper() : m_skDrawLooper(adoptRef(new SkLayerDrawLooper)) { }
48 DrawLooper::~DrawLooper() { }
50 SkDrawLooper* DrawLooper::skDrawLooper() const
55 void DrawLooper::addUnmodifiedContent()
61 void DrawLooper::addShadow(const FloatSize& offset, float blur, const Color& color,
DrawLooper.h 45 class DrawLooper {
48 WTF_MAKE_NONCOPYABLE(DrawLooper);
60 DrawLooper();
61 ~DrawLooper();

Completed in 41 milliseconds