Home
last modified time | relevance | path

Searched refs:dominantBaseline (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineBaseline.cpp71 EDominantBaseline baseline = style.dominantBaseline(); in dominantBaselineToAlignmentBaseline()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp157 return CSSPrimitiveValue::create(svgStyle.dominantBaseline()); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h288 …EDominantBaseline dominantBaseline() const { return (EDominantBaseline) svg_noninherited_flags.f._… in dominantBaseline() function