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

  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 285 IntSize extraOffset;
299 extraOffset = IntSize(0, 2 * h + max(0, shadowOffset.height()) + shadowBlur);
300 shadowOffset -= extraOffset;
307 context->drawText(font, textRun, textOrigin + extraOffset, startOffset, endOffset);
310 context->drawText(font, textRun, textOrigin + extraOffset, 0, endOffset);
312 context->drawText(font, textRun, textOrigin + extraOffset, startOffset, truncationPoint);
675 int extraOffset = 0;
684 extraOffset = max(extraOffset, max(0, s->y) + s->blur);
688 extraOffset += baseline + 2
    [all...]
InlineFlowBox.cpp     [all...]
RenderBoxModelObject.cpp     [all...]

Completed in 21 milliseconds