Searched refs:baselineShift (Results 1 – 6 of 6) sorted by relevance
460 float baselineShift = baselineLayout.calculateBaselineShift(svgStyle, lengthContext); in layoutTextOnLineOrPath() local461 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()
40 if (style->baselineShift() == BS_LENGTH) { in calculateBaselineShift()48 switch (style->baselineShift()) { in calculateBaselineShift()
160 switch (svgStyle->baselineShift()) { in getSVGPropertyCSSValue()
136 HANDLE_INHERIT_AND_INITIAL(baselineShift, BaselineShift); in applySVGProperty()
280 …EBaselineShift baselineShift() const { return (EBaselineShift) svg_noninherited_flags.f._baselineS… in baselineShift() function
471 … int baselineShift = lineBox->verticalPositionForBox(r->m_box, verticalPositionCache); in computeInlineDirectionPositionsForLine() local474 int boxAscent = rt->style(firstLine)->font().fontMetrics().ascent() - baselineShift; in computeInlineDirectionPositionsForLine()475 … int boxDescent = rt->style(firstLine)->font().fontMetrics().descent() + baselineShift; in computeInlineDirectionPositionsForLine()