Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGTextMetrics

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, ());
98 SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, unsigned length)
102 return SVGTextMetrics(text, run, position, text->textLength());