Home | History | Annotate | Download | only in rendering

Lines Matching defs:setShadow

385     context->setShadow(shadowOffset, shadowBlur, shadowColor, context->fillColorSpace());
926 bool setShadow = false;
937 context->setShadow(FloatSize(shadowX, shadowY - extraOffset), shadow->blur(), shadow->color(), colorSpace);
938 setShadow = true;
962 else if (setShadow)