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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h 37 float calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph);
SVGTextLayoutEngineSpacing.cpp 44 float SVGTextLayoutEngineSpacing::calculateSVGKerning(bool isVerticalText, const SVGTextMetrics::Glyph& currentGlyph)
SVGTextLayoutEngine.cpp 506 float kerning = spacingLayout.calculateSVGKerning(m_isVerticalText, visualMetrics.glyph());

Completed in 34 milliseconds