Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontScale

1095     float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / (baseArrowHeight * 2 + baseSpaceBetweenArrows));
1097 float arrowHeight = baseArrowHeight * fontScale;
1098 float arrowWidth = baseArrowWidth * fontScale;
1100 float spaceBetweenArrows = baseSpaceBetweenArrows * fontScale;
1129 // FIXME: Should the separator thickness and space be scaled up by fontScale?
1196 float fontScale = style->fontSize() / baseFontSize;
1197 float arrowWidth = baseArrowWidth * fontScale;
1223 float fontScale = style->fontSize() / baseFontSize;
1226 style->setBorderRadius(IntSize(int(baseBorderRadius + fontScale - 1), int(baseBorderRadius + fontScale - 1))); // FIXME: Round up?