OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateBaselineShift
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.h
40
float
calculateBaselineShift
(const SVGRenderStyle*, SVGElement* lengthContext) const;
SVGTextLayoutEngineBaseline.cpp
38
float SVGTextLayoutEngineBaseline::
calculateBaselineShift
(const SVGRenderStyle* style, SVGElement* contextElement) const
SVGTextLayoutEngine.cpp
450
float baselineShift = baselineLayout.
calculateBaselineShift
(svgStyle, lengthContext);
Completed in 45 milliseconds