Lines Matching refs:height

706 			    row < tems.ts_c_dimension.height;
734 row < tems.ts_c_dimension.height;
781 tems.ts_c_dimension.height - 1,
791 tems.ts_c_dimension.height - 1,
806 tems.ts_c_dimension.height - 1,
815 tems.ts_c_dimension.height - 1,
943 if (row >= tems.ts_c_dimension.height) {
946 tems.ts_c_dimension.height - 1,
949 row = tems.ts_c_dimension.height -
1144 if (tem->tvs_nscroll > tems.ts_c_dimension.height)
1145 tem->tvs_nscroll = tems.ts_c_dimension.height;
1269 s_row >= tems.ts_c_dimension.height ||
1270 e_row >= tems.ts_c_dimension.height ||
1271 t_row >= tems.ts_c_dimension.height)
1279 if (t_row + rows > tems.ts_c_dimension.height ||
1302 if (row < 0 || row >= tems.ts_c_dimension.height ||
1350 * fills a rectangle bounded to the width and height parameters.
1359 int height, int width, screen_pos_t row, screen_pos_t col,
1369 da.height = (screen_size_t)height;
1440 da.height = tems.ts_font.height;
1441 da.row = (row * da.height) + tems.ts_p_offset.y;
1478 ma.s_row = s_row * tems.ts_font.height + tems.ts_p_offset.y;
1479 ma.e_row = (e_row + 1) * tems.ts_font.height + tems.ts_p_offset.y - 1;
1480 ma.t_row = t_row * tems.ts_font.height + tems.ts_p_offset.y;
1581 int nrows, ncols, width, height;
1587 height = tems.ts_font.height;
1589 nrows = (tems.ts_p_offset.y + (height - 1))/ height;
1604 int nrows, ncols, width, height;
1610 height = tems.ts_font.height;
1612 nrows = (tems.ts_p_dimension.height + (height - 1))/ height;
1640 for (row = 0; row < tems.ts_c_dimension.height; row++) {
1652 for (row = 0; row < tems.ts_c_dimension.height; row++) {
1775 if (row >= tems.ts_c_dimension.height)
1776 row = tems.ts_c_dimension.height - 1;
1938 ca.row = tem->tvs_c_cursor.row * tems.ts_font.height +
1943 ca.height = tems.ts_font.height;
1979 set_font(struct font *f, short *rows, short *cols, short height, short width)
1995 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) &&
2006 if (((*rows * DEFAULT_FONT_DATA.height) > height) ||
2008 *rows = (height - 2) / DEFAULT_FONT_DATA.height;
2015 f->height = font_selected->height;
2053 for (row = 0; row < tems.ts_font.height; row++) {
2109 for (row = 0; row < tems.ts_font.height; row++) {
2173 for (row = 0; row < tems.ts_font.height; row++) {
2233 * offset_y: the offset of height in pixels to begin clear
2257 row_add = tems.ts_c_dimension.height - 1;
2260 da.height = tems.ts_font.height;
2268 da.row = (row + row_add) * da.height + offset_y;
2290 if (row < 0 || row >= tems.ts_c_dimension.height ||
2363 int rows = tems.ts_c_dimension.height;
2424 for (row = 0; row < tems.ts_c_dimension.height; row++) {
2461 for (row = 0; row < tems.ts_c_dimension.height; row++) {