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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp 22 #include "core/rendering/svg/SVGTextMetrics.h"
29 SVGTextMetrics::SVGTextMetrics()
37 SVGTextMetrics::SVGTextMetrics(SVGTextMetrics::MetricsType)
45 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* textRenderer, const TextRun& run)
63 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length)
69 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length, TextDirection tex (…)
    [all...]
SVGTextMetrics.h 32 class SVGTextMetrics {
38 SVGTextMetrics();
39 SVGTextMetrics(MetricsType);
40 SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId);
43 static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length);
46 static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length, TextDirection);
61 SVGTextMetrics(RenderSVGInlineText*, const TextRun&);

Completed in 168 milliseconds