OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
()
36
SVGTextMetrics
::
SVGTextMetrics
(
SVGTextMetrics
::MetricsType)
43
SVGTextMetrics
::
SVGTextMetrics
(RenderSVGInlineText* textRenderer, const TextRun& run)
64
TextRun
SVGTextMetrics
::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length)
98
SVGTextMetrics
SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, unsigned lengt (…)
[
all
...]
SVGTextMetrics.h
31
class
SVGTextMetrics
{
37
SVGTextMetrics
();
38
SVGTextMetrics
(MetricsType);
39
SVGTextMetrics
(RenderSVGInlineText*, unsigned position, unsigned length, float width, const String& glyphName);
41
static
SVGTextMetrics
measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length);
67
SVGTextMetrics
(RenderSVGInlineText*, const TextRun&);
Completed in 34 milliseconds