Home | History | Annotate | Download | only in rendering

Lines Matching defs:baselinePosition

5174 int RenderBlock::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
5186 return theme()->baselinePosition(this);
5203 return RenderBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);