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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.cpp 23 #include "SVGTextMetrics.h"
30 SVGTextMetrics::SVGTextMetrics()
37 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* textRenderer, const TextRun& run, unsigned position, unsigned textLength)
60 bool SVGTextMetrics::operator==(const SVGTextMetrics& other)
68 SVGTextMetrics SVGTextMetrics::emptyMetrics()
70 DEFINE_STATIC_LOCAL(SVGTextMetrics, s_emptyMetrics, ())
    [all...]
SVGTextMetrics.h 31 class SVGTextMetrics {
33 static SVGTextMetrics emptyMetrics();
34 static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length);
36 bool operator==(const SVGTextMetrics&);
68 SVGTextMetrics();
69 SVGTextMetrics(RenderSVGInlineText*, const TextRun&, unsigned position, unsigned textLength);

Completed in 32 milliseconds