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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 62 void updateCurrentTextPosition(float x, float y, float glyphAdvance);
SVGTextLayoutEngine.cpp 74 void SVGTextLayoutEngine::updateCurrentTextPosition(float x, float y, float glyphAdvance)
79 m_y = y + glyphAdvance;
81 m_x = x + glyphAdvance;
511 float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics, orientationAngle, xOrientationShift, yOrientationShift);
527 float scaledGlyphAdvance = glyphAdvance * m_textPathScaling;
648 updateCurrentTextPosition(x, y, glyphAdvance);
662 updateCurrentTextPosition(xNew, yNew, glyphAdvance + spacing);

Completed in 39 milliseconds