Home | History | Annotate | Download | only in rendering

Lines Matching defs:shadowBlur

372     int shadowBlur = shadow->blur();
377 shadowRect.inflate(shadowBlur);
382 extraOffset = FloatSize(0, 2 * textRect.height() + max(0.0f, shadowOffset.height()) + shadowBlur);
386 context->setShadow(shadowOffset, shadowBlur, shadowColor, context->fillColorSpace());