Home | History | Annotate | Download | only in rendering

Lines Matching refs:floatHeight

1625             LayoutUnit floatHeight = isHorizontalWritingMode() ? std::max(floats[floatIndex].rect.height(), newSize.height())
1627 floatHeight = std::min(floatHeight, LayoutUnit::max() - floatTop);
1629 markLinesDirtyInBlockRange(line->lineBottomWithLeading(), floatTop + floatHeight, line);