Home | History | Annotate | Download | only in rendering

Lines Matching refs:setShadow

386     context->setShadow(shadowOffset, shadowBlur, shadowColor, context->fillColorSpace());
927 bool setShadow = false;
938 context->setShadow(FloatSize(shadowX, shadowY - extraOffset), shadow->blur(), shadow->color(), colorSpace);
939 setShadow = true;
963 else if (setShadow)