OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTextLayoutEngineBaseline
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.h
35
class
SVGTextLayoutEngineBaseline
{
36
WTF_MAKE_NONCOPYABLE(
SVGTextLayoutEngineBaseline
);
38
SVGTextLayoutEngineBaseline
(const Font&);
SVGTextLayoutEngineBaseline.cpp
22
#include "core/rendering/svg/
SVGTextLayoutEngineBaseline
.h"
33
SVGTextLayoutEngineBaseline
::
SVGTextLayoutEngineBaseline
(const Font& font)
38
float
SVGTextLayoutEngineBaseline
::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* contextElement) const
62
EAlignmentBaseline
SVGTextLayoutEngineBaseline
::dominantBaselineToAlignmentBaseline(bool isVerticalText, const RenderObject* textRenderer) const
110
float
SVGTextLayoutEngineBaseline
::calculateAlignmentBaselineShift(bool isVerticalText, const RenderObject* textRenderer) const
155
float
SVGTextLayoutEngineBaseline
::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const UChar& character) const
186
float
SVGTextLayoutEngineBaseline
::calculateGlyphAdvanceAndOrientation(bool isVerticalText, SVGTextMetrics& metrics, float angle, float& xOrientationShift, float& yOrientationShift) const
SVGTextLayoutEngine.cpp
27
#include "core/rendering/svg/
SVGTextLayoutEngineBaseline
.h"
444
SVGTextLayoutEngineBaseline
baselineLayout(font);
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
webcore_svg.target.darwin-mips.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
webcore_svg.target.darwin-x86.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
webcore_svg.target.linux-arm.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
webcore_svg.target.linux-mips.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
webcore_svg.target.linux-x86.mk
75
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline
.cpp \
Completed in 848 milliseconds