Home | History | Annotate | Download | only in rendering

Lines Matching refs:extraOffset

1153     float extraOffset = 0;
1164 extraOffset = max(extraOffset, max(0.0f, shadowY) + s.blur());
1167 extraOffset += baseline + 2;
1168 localOrigin.move(0, extraOffset);
1176 localOrigin.move(0, -extraOffset);
1177 extraOffset = 0;
1182 context->setShadow(FloatSize(shadowX, shadowY - extraOffset), shadow.blur(), shadow.color());