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

  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.h 73 class ContextShadow {
85 ContextShadow();
86 ContextShadow(const Color&, float radius, const FloatSize& offset);
ContextShadow.cpp 30 #include "ContextShadow.h"
44 ContextShadow::ContextShadow()
52 ContextShadow::ContextShadow(const Color& color, float radius, const FloatSize& offset)
78 void ContextShadow::clear()
86 bool ContextShadow::mustUseContextShadow(GraphicsContext* context)
88 // We can't avoid ContextShadow, since the shadow has blur.
89 if (m_type == ContextShadow::BlurShadow)
91 // We can avoid ContextShadow and optimize, since we're not drawing on
    [all...]

Completed in 154 milliseconds