Home | History | Annotate | Download | only in cairo

Lines Matching defs:contextShadow

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()