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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 142 void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; }
319 EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
382 && (_glyphOrientationHorizontal == other._glyphOrientationHorizontal)
402 unsigned _glyphOrientationHorizontal : 3; // EGlyphOrientation
457 svg_inherited_flags._glyphOrientationHorizontal = initialGlyphOrientationHorizontal();
SVGRenderStyle.cpp 146 || svg_inherited_flags._glyphOrientationHorizontal != other->svg_inherited_flags._glyphOrientationHorizontal

Completed in 89 milliseconds