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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 71 EDominantBaseline baseline = style->dominantBaseline();
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 112 return CSSPrimitiveValue::create(svgStyle->dominantBaseline());
SVGCSSStyleSelector.cpp 170 HANDLE_INHERIT_AND_INITIAL(dominantBaseline, DominantBaseline)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 279 EDominantBaseline dominantBaseline() const { return (EDominantBaseline) svg_noninherited_flags.f._dominantBaseline; }

Completed in 75 milliseconds