Searched defs:extraOffset (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp626 FloatSize extraOffset; local
628 extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true /* opaque */, true /* horizontal */);
649 scaledFont.drawText(context, textRun, textOrigin + extraOffset, startPosition, endPosition);
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp368 FloatSize extraOffset;
382 extraOffset = FloatSize(0, 2 * textRect.height() + max(0.0f, shadowOffset.height()) + shadowBlur);
383 shadowOffset -= extraOffset;
387 return extraOffset;
400 IntSize extraOffset; local
402 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
408 context->drawText(font, textRun, textOrigin + extraOffset, startOffset, endOffset);
410 context->drawEmphasisMarks(font, textRun, emphasisMark, textOrigin + extraOffset + IntSize(0, emphasisMarkOffset), startOffset, endOffset);
414 context->drawText(font, textRun, textOrigin + extraOffset, 0, endOffset);
416 context->drawEmphasisMarks(font, textRun, emphasisMark, textOrigin + extraOffset
906 int extraOffset = 0; local
[all...]

Completed in 102 milliseconds