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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 145 void setGlyphOrientationVertical(EGlyphOrientation val) { svg_inherited_flags._glyphOrientationVertical = val; }
294 EGlyphOrientation glyphOrientationVertical() const { return (EGlyphOrientation) svg_inherited_flags._glyphOrientationVertical; }
344 && (_glyphOrientationVertical == other._glyphOrientationVertical);
364 unsigned _glyphOrientationVertical : 3; // EGlyphOrientation
418 svg_inherited_flags._glyphOrientationVertical = initialGlyphOrientationVertical();
SVGRenderStyle.cpp 149 || svg_inherited_flags._glyphOrientationVertical != other->svg_inherited_flags._glyphOrientationVertical

Completed in 44 milliseconds