HomeSort by relevance Sort by last modified time
    Searched refs:m_isVerticalText (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 47 , m_isVerticalText(false)
77 if (m_isVerticalText) {
107 if (m_isVerticalText) {
138 if (m_isVerticalText) {
253 m_isVerticalText = style->svgStyle()->isVerticalWritingMode();
461 baselineShift -= baselineLayout.calculateAlignmentBaselineShift(m_isVerticalText, text);
506 float orientationAngle = baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, *currentCharacter);
511 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
520 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph());
528 if (m_isVerticalText) {
    [all...]
SVGTextLayoutEngine.h 93 bool m_isVerticalText;

Completed in 80 milliseconds