Searched refs:baselineShift (Results 1 – 6 of 6) sorted by relevance
453 float baselineShift = baselineLayout.calculateBaselineShift(svgStyle, lengthContext); in layoutTextOnLineOrPath() local454 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()
40 if (style.baselineShift() == BS_LENGTH) { in calculateBaselineShift()49 switch (style.baselineShift()) { in calculateBaselineShift()
1121 EBaselineShift baselineShift = parentSvgStyle.baselineShift(); in applyInheritCSSPropertyBaselineShift() local1123 svgStyle.setBaselineShift(baselineShift); in applyInheritCSSPropertyBaselineShift()1124 if (baselineShift == BS_LENGTH) in applyInheritCSSPropertyBaselineShift()
203 switch (svgStyle.baselineShift()) { in getSVGPropertyCSSValue()
289 …EBaselineShift baselineShift() const { return (EBaselineShift) svg_noninherited_flags.f._baselineS… in baselineShift() function
378 int baselineShift = lineBox->verticalPositionForBox(run->m_box, verticalPositionCache); in setLogicalWidthForTextRun() local381 int boxAscent = font.fontMetrics().ascent() - baselineShift; in setLogicalWidthForTextRun()382 int boxDescent = font.fontMetrics().descent() + baselineShift; in setLogicalWidthForTextRun()