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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 144 void setGlyphOrientationHorizontal(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationHorizontal = val; }
293 EGlyphOrientation glyphOrientationHorizontal() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationHorizontal; }
343 && (_glyphOrientationHorizontal == other._glyphOrientationHorizontal)
363 unsigned _glyphOrientationHorizontal : 3; // EGlyphOrientation
417 svg_inherited_flags._glyphOrientationHorizontal = initialGlyphOrientationHorizontal();
SVGRenderStyle.cpp 148 || svg_inherited_flags._glyphOrientationHorizontal != other->svg_inherited_flags._glyphOrientationHorizontal

Completed in 19 milliseconds