Home | History | Annotate | Download | only in rendering

Lines Matching defs:baselinePosition

5193 int RenderBlock::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
5205 return theme()->baselinePosition(this);
5222 return RenderBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);