Lines Matching refs:lines
390 * Description: Finds the Maximum number of lines that will fit in
393 * height - height to fit lines into.
394 * Returns: the number of lines that will fit.
412 * lines.
414 * lines - the number of lines.
420 MaxHeight(w, lines)
422 int lines;
426 return(lines * (sink->text_sink.font->ascent +
655 * Description: Finds the Maximum number of lines that will fit in
658 * height - height to fit lines into.
659 * Returns: the number of lines that will fit.
675 * lines.
677 * lines - the number of lines.
683 XawTextSinkMaxHeight(w, lines)
685 int lines;
689 return((*class->text_sink_class.MaxHeight)(w, lines));