Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalTop

266 float RootInlineBox::maxLogicalTop() const
268 float maxLogicalTop = 0;
269 computeMaxLogicalTop(maxLogicalTop);
270 return maxLogicalTop;