Lines Matching refs:line_height
2646 const float line_height = size; in CalcTextSizeA() local
2672 text_size.y += line_height; in CalcTextSizeA()
2705 text_size.y += line_height; in CalcTextSizeA()
2727 text_size.y += line_height; in CalcTextSizeA()
2763 const float line_height = FontSize * scale; in RenderText() local
2769 if (y + line_height < clip_rect.y && !word_wrap_enabled) in RenderText()
2770 while (y + line_height < clip_rect.y && s < text_end) in RenderText()
2774 y += line_height; in RenderText()
2787 y_end += line_height; in RenderText()
2819 y += line_height; in RenderText()
2850 y += line_height; in RenderText()