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

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

Completed in 278 milliseconds