Home | History | Annotate | Download | only in rendering

Lines Matching refs:baselineType

481                                              FontBaseline baselineType, VerticalPositionCache& verticalPositionCache)
571 baselineType, verticalPositionCache);
576 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
581 setLogicalTop(top + maxAscent - fontMetrics.ascent(baselineType));
610 int posAdjust = maxAscent - curr->baselinePosition(baselineType);
621 newLogicalTop += curr->baselinePosition(baselineType) - fontMetrics.ascent(baselineType);
684 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);