HomeSort by relevance Sort by last modified time
    Searched full:textrendererparent (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 116 const RenderObject* textRendererParent = textRenderer->parent();
117 ASSERT(textRendererParent);
121 baseline = dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent);
130 return dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent);

Completed in 70 milliseconds