Home
last modified time | relevance | path

Searched defs:extraOffset (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp368 FloatSize extraOffset; in applyShadowToGraphicsContext() local
400 IntSize extraOffset; in paintTextWithShadows() local
906 int extraOffset = 0; in paintDecoration() local
DRenderBoxModelObject.cpp2102 … IntSize extraOffset(w + max(0, shadowOffset.width()) + shadowBlur + 2 * shadowSpread + 1, 0); in paintBoxShadow() local
2190 … IntSize extraOffset(2 * w + max(0, shadowOffset.width()) + shadowBlur - 2 * shadowSpread + 1, 0); in paintBoxShadow() local
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp626 FloatSize extraOffset; in paintTextWithShadows() local