OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGlyphOrientation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
72
static
EGlyphOrientation
initialGlyphOrientationHorizontal() { return GO_0DEG; }
73
static
EGlyphOrientation
initialGlyphOrientationVertical() { return GO_AUTO; }
142
void setGlyphOrientationHorizontal(
EGlyphOrientation
val) { svg_inherited_flags._glyphOrientationHorizontal = val; }
143
void setGlyphOrientationVertical(
EGlyphOrientation
val) { svg_inherited_flags._glyphOrientationVertical = val; }
319
EGlyphOrientation
glyphOrientationHorizontal() const { return (
EGlyphOrientation
) svg_inherited_flags._glyphOrientationHorizontal; }
320
EGlyphOrientation
glyphOrientationVertical() const { return (
EGlyphOrientation
) svg_inherited_flags._glyphOrientationVertical; }
402
unsigned _glyphOrientationHorizontal : 3; //
EGlyphOrientation
403
unsigned _glyphOrientationVertical : 3; //
EGlyphOrientation
[
all
...]
SVGRenderStyleDefs.h
63
enum
EGlyphOrientation
{
/external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp
33
static PassRefPtr<CSSPrimitiveValue> glyphOrientationToCSSPrimitiveValue(
EGlyphOrientation
orientation)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
Completed in 364 milliseconds