Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontScale

817     float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
819 float arrowHeight = baseArrowHeight * fontScale;
820 float arrowWidth = baseArrowWidth * fontScale;
842 // FIXME: Should the separator thickness and space be scaled up by fontScale?
901 float fontScale = style->fontSize() / baseFontSize;
902 float arrowWidth = baseArrowWidth * fontScale;
928 float fontScale = style->fontSize() / baseFontSize;
931 style->setBorderRadius(IntSize(int(baseBorderRadius + fontScale - 1), int(baseBorderRadius + fontScale - 1))); // FIXME: Round up?