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/cairo/
GraphicsContextCairo.cpp 39 #include "ContextShadow.h"
146 ContextShadow* shadow = context->contextShadow();
148 if (shadow->m_type == ContextShadow::NoShadow)
246 m_data->shadow = ContextShadow();
907 m_data->shadow = ContextShadow(color, blur, FloatSize(size.width(), -size.height()));
909 m_data->shadow = ContextShadow(color, blur, FloatSize(size.width(), size.height()));
914 ContextShadow* GraphicsContext::contextShadow()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 47 #include "ContextShadow.h"
201 ContextShadow shadow;
202 QStack<ContextShadow> shadowStack;
314 m_data->shadow = ContextShadow();
500 ContextShadow* shadow = contextShadow();
552 ContextShadow* shadow = contextShadow();
673 ContextShadow* shadow = contextShadow();
    [all...]

Completed in 72 milliseconds