HomeSort by relevance Sort by last modified time
    Searched refs:_glyphOrientationVertical (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 143 void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVertical = val; }
320 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }
383 && (_glyphOrientationVertical == other._glyphOrientationVertical)
403 unsigned _glyphOrientationVertical : 3; // EGlyphOrientation
458 svg_inherited_flags._glyphOrientationVertical = initialGlyphOrientationVertical();
SVGRenderStyle.cpp 147 || svg_inherited_flags._glyphOrientationVertical != other->svg_inherited_flags._glyphOrientationVertical

Completed in 31 milliseconds