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 141 void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; }
317 EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
378 && (_glyphOrientationHorizontal == other._glyphOrientationHorizontal)
397 unsigned _glyphOrientationHorizontal : 3; // EGlyphOrientation
451 svg_inherited_flags._glyphOrientationHorizontal = initialGlyphOrientationHorizontal();
SVGRenderStyle.cpp 147 || svg_inherited_flags._glyphOrientationHorizontal != other->svg_inherited_flags._glyphOrientationHorizontal

Completed in 125 milliseconds