HomeSort by relevance Sort by last modified time
    Searched refs:extraOffset (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 367 FloatSize extraOffset;
381 extraOffset = FloatSize(0, 2 * textRect.height() + max(0.0f, shadowOffset.height()) + shadowBlur);
382 shadowOffset -= extraOffset;
386 return extraOffset;
399 IntSize extraOffset;
401 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
407 context->drawText(font, textRun, textOrigin + extraOffset, startOffset, endOffset);
409 context->drawEmphasisMarks(font, textRun, emphasisMark, textOrigin + extraOffset + IntSize(0, emphasisMarkOffset), startOffset, endOffset);
413 context->drawText(font, textRun, textOrigin + extraOffset, 0, endOffset);
415 context->drawEmphasisMarks(font, textRun, emphasisMark, textOrigin + extraOffset + IntSize(0, emphasisMarkOffset), 0, endOffset)
    [all...]
RenderBoxModelObject.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 626 FloatSize extraOffset;
628 extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true /* opaque */, true /* horizontal */);
649 scaledFont.drawText(context, textRun, textOrigin + extraOffset, startPosition, endPosition);

Completed in 970 milliseconds