Home | History | Annotate | Download | only in rendering

Lines Matching refs:extraOffset

978         int extraOffset = 0;
987 extraOffset = max(extraOffset, max(0, s->y) + s->blur);
991 extraOffset += baselinePos + 2;
992 ty += extraOffset;
1002 ty -= extraOffset;
1003 extraOffset = 0;
1005 context->setShadow(IntSize(shadow->x, shadow->y - extraOffset), shadow->blur, shadow->color, colorSpace);