Searched refs:fontHeight (Results 1 – 8 of 8) sorted by relevance
149 SkScalar x, y, scaledSpacing, height, fontHeight; in draw() local165 fontHeight = paint.getFontMetrics(&metrics); in draw()166 scaledSpacing = SkScalarMul(fontHeight, fSpacingMul) + fSpacingAdd; in draw()171 SkScalar textHeight = fontHeight; in draw()
101 final float fontHeight = -paint.ascent() + paint.descent(); in formatPages() local102 final int maxLinesPerPage = (int)(maxHeight / fontHeight); in formatPages()
535 int fontHeight = font.fontMetrics().height(); in draw() local538 …h / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4)); in draw()544 …th / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4)); in draw()
1110 int fontHeight = getRowFont(index).fontMetrics().height(); in getRowHeight() local1113 return max(fontHeight, iconHeight); in getRowHeight()
3154 int fontHeight = style()->fontMetrics().height(); in localCaretRect() local3155 if (fontHeight > rect.height() || (!isReplaced() && !isTable())) in localCaretRect()3156 rect.setHeight(fontHeight); in localCaretRect()
735 short fontHeight; /* Font height */ member746 m_int fontHeight; /* Height of the font */ member
11382 (-[NSTextView _KWQ_updateTypingAttributes:forLineHeight:fontHeight:]): Applies the