Home
last modified time | relevance | path

Searched refs:SVGCharOnPath (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h178 struct SVGCharOnPath : RefCounted<SVGCharOnPath> { struct
179 static PassRefPtr<SVGCharOnPath> create() { return adoptRef(new SVGCharOnPath); } in create() argument
192 SVGCharOnPath() in SVGCharOnPath() argument
227 RefPtr<SVGCharOnPath> pathData;
DSVGRootInlineBox.cpp1116 svgChar.pathData = SVGCharOnPath::create(); in buildLayoutInformationForTextBox()
/external/webkit/WebCore/
DChangeLog-2008-08-1047972 (WebCore::SVGCharOnPath::create):
47973 (WebCore::SVGCharOnPath::SVGCharOnPath):
51324 (WebCore::SVGCharOnPath::SVGCharOnPath):
71594 (WebCore::SVGCharOnPath::SVGCharOnPath):
73475 (WebCore::SVGCharOnPath::SVGCharOnPath):
74438 (WebCore::SVGCharOnPath::SVGCharOnPath):
79770 Move textPath related SVGChar data in it's own structure SVGCharOnPath.