Home
last modified time | relevance | path

Searched refs:baselineShift (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp460 float baselineShift = baselineLayout.calculateBaselineShift(svgStyle, lengthContext); in layoutTextOnLineOrPath() local
461 baselineShift -= baselineLayout.calculateAlignmentBaselineShift(m_isVerticalText, text); in layoutTextOnLineOrPath()
537 xOrientationShift += m_dx + baselineShift; in layoutTextOnLineOrPath()
549 yOrientationShift += m_dy - baselineShift; in layoutTextOnLineOrPath()
584 x += baselineShift; in layoutTextOnLineOrPath()
588 y -= baselineShift; in layoutTextOnLineOrPath()
658 xNew -= baselineShift; in layoutTextOnLineOrPath()
660 yNew += baselineShift; in layoutTextOnLineOrPath()
DSVGTextLayoutEngineBaseline.cpp40 if (style->baselineShift() == BS_LENGTH) { in calculateBaselineShift()
48 switch (style->baselineShift()) { in calculateBaselineShift()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp160 switch (svgStyle->baselineShift()) { in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp136 HANDLE_INHERIT_AND_INITIAL(baselineShift, BaselineShift); in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h280 …EBaselineShift baselineShift() const { return (EBaselineShift) svg_noninherited_flags.f._baselineS… in baselineShift() function
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp471 … int baselineShift = lineBox->verticalPositionForBox(r->m_box, verticalPositionCache); in computeInlineDirectionPositionsForLine() local
474 int boxAscent = rt->style(firstLine)->font().fontMetrics().ascent() - baselineShift; in computeInlineDirectionPositionsForLine()
475 … int boxDescent = rt->style(firstLine)->font().fontMetrics().descent() + baselineShift; in computeInlineDirectionPositionsForLine()