Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalTop

257 float RootInlineBox::maxLogicalTop() const
259 float maxLogicalTop = 0;
260 computeMaxLogicalTop(maxLogicalTop);
261 return maxLogicalTop;