Home
last modified time | relevance | path

Searched refs:_glyphOrientationHorizontal (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h144 …ntationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; } in setGlyphOrientationHorizontal()
293 …nHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; } in glyphOrientationHorizontal()
343 && (_glyphOrientationHorizontal == other._glyphOrientationHorizontal)
363 unsigned _glyphOrientationHorizontal : 3; // EGlyphOrientation member
417 svg_inherited_flags._glyphOrientationHorizontal = initialGlyphOrientationHorizontal(); in setBitDefaults()
DSVGRenderStyle.cpp148 …|| svg_inherited_flags._glyphOrientationHorizontal != other->svg_inherited_flags._glyphOrientation… in diff()