OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphOrientationHorizontal
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp
158
switch (isVerticalText ? style->glyphOrientationVertical() : style->
glyphOrientationHorizontal
()) {
/external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp
172
return glyphOrientationToCSSPrimitiveValue(svgStyle->
glyphOrientationHorizontal
());
SVGCSSStyleSelector.cpp
511
HANDLE_INHERIT_AND_INITIAL(
glyphOrientationHorizontal
,
GlyphOrientationHorizontal
)
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h
293
EGlyphOrientation
glyphOrientationHorizontal
() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
Completed in 158 milliseconds