Home | History | Annotate | Download | only in rendering

Lines Matching refs:computeUnderAnnotationAdjustment

1354 int InlineFlowBox::computeUnderAnnotationAdjustment(int allowedPosition) const
1362 result = max(result, static_cast<InlineFlowBox*>(curr)->computeUnderAnnotationAdjustment(allowedPosition));