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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp
159
switch (isVerticalText ? style->glyphOrientationVertical() : style->
glyphOrientationHorizontal
()) {
/external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp
203
return glyphOrientationToCSSPrimitiveValue(svgStyle->
glyphOrientationHorizontal
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
319
EGlyphOrientation
glyphOrientationHorizontal
() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
Completed in 89 milliseconds