Searched refs:SVGCharOnPath (Results 1 – 3 of 3) sorted by relevance
178 struct SVGCharOnPath : RefCounted<SVGCharOnPath> { struct179 static PassRefPtr<SVGCharOnPath> create() { return adoptRef(new SVGCharOnPath); } in create() argument192 SVGCharOnPath() in SVGCharOnPath() argument227 RefPtr<SVGCharOnPath> pathData;
1116 svgChar.pathData = SVGCharOnPath::create(); in buildLayoutInformationForTextBox()
47972 (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.