Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngine.cpp453 float baselineShift = baselineLayout.calculateBaselineShift(svgStyle, lengthContext); in layoutTextOnLineOrPath() local
454 baselineShift -= baselineLayout.calculateAlignmentBaselineShift(m_isVerticalText, &text); in layoutTextOnLineOrPath()
526 xOrientationShift += m_dx + baselineShift; in layoutTextOnLineOrPath()
538 yOrientationShift += m_dy - baselineShift; in layoutTextOnLineOrPath()
570 x += baselineShift; in layoutTextOnLineOrPath()
574 y -= baselineShift; in layoutTextOnLineOrPath()
633 xNew -= baselineShift; in layoutTextOnLineOrPath()
635 yNew += baselineShift; in layoutTextOnLineOrPath()
DSVGTextLayoutEngineBaseline.cpp40 if (style.baselineShift() == BS_LENGTH) { in calculateBaselineShift()
49 switch (style.baselineShift()) { in calculateBaselineShift()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1121 EBaselineShift baselineShift = parentSvgStyle.baselineShift(); in applyInheritCSSPropertyBaselineShift() local
1123 svgStyle.setBaselineShift(baselineShift); in applyInheritCSSPropertyBaselineShift()
1124 if (baselineShift == BS_LENGTH) in applyInheritCSSPropertyBaselineShift()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp203 switch (svgStyle.baselineShift()) { in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h289 …EBaselineShift baselineShift() const { return (EBaselineShift) svg_noninherited_flags.f._baselineS… in baselineShift() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp378 int baselineShift = lineBox->verticalPositionForBox(run->m_box, verticalPositionCache); in setLogicalWidthForTextRun() local
381 int boxAscent = font.fontMetrics().ascent() - baselineShift; in setLogicalWidthForTextRun()
382 int boxDescent = font.fontMetrics().descent() + baselineShift; in setLogicalWidthForTextRun()