Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineBaseline.cpp71 EDominantBaseline baseline = style->dominantBaseline(); in dominantBaselineToAlignmentBaseline()
/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp112 return CSSPrimitiveValue::create(svgStyle->dominantBaseline()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp170 HANDLE_INHERIT_AND_INITIAL(dominantBaseline, DominantBaseline) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h279 …EDominantBaseline dominantBaseline() const { return (EDominantBaseline) svg_noninherited_flags.f._… in dominantBaseline() function