Home
last modified time | relevance | path

Searched refs:row_to_pixel (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvte.cc292 inline vte::view::coord_t VteTerminalPrivate::row_to_pixel(vte::grid::row_t row) const in row_to_pixel() function in VteTerminalPrivate
357 rect.y = row_to_pixel(row_start) - 1; in invalidate_cells()
358 int yend = row_to_pixel(row_start + n_rows) + 1; in invalidate_cells()
2948 rect.y = row_to_pixel(m_screen->cursor.row) + m_padding.top; in im_update_cursor()
4040 bbox->y = allocation.y + m_padding.top + row_to_pixel(top); in hyperlink_invalidate_and_get_bbox()
4806 row_to_pixel(m_screen->insert_delta + m_row_count)); in confine_coordinates()
7867 rect.y = row_to_pixel(row); in expand_rectangle()
7918 row_to_pixel(row), in paint_area()
7972 item.y = row_to_pixel(drow); in paint_cursor()
8116 items[i].y = row_to_pixel(m_screen->cursor.row); in paint_im_preedit_string()
[all …]
H A Dvteinternal.hh660 inline vte::view::coord_t row_to_pixel(vte::grid::row_t row) const;
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvte.cc292 inline vte::view::coord_t VteTerminalPrivate::row_to_pixel(vte::grid::row_t row) const in row_to_pixel() function in VteTerminalPrivate
357 rect.y = row_to_pixel(row_start) - 1; in invalidate_cells()
358 int yend = row_to_pixel(row_start + n_rows) + 1; in invalidate_cells()
2947 rect.y = row_to_pixel(m_screen->cursor.row) + m_padding.top; in im_update_cursor()
4039 bbox->y = allocation.y + m_padding.top + row_to_pixel(top); in hyperlink_invalidate_and_get_bbox()
4805 row_to_pixel(m_screen->insert_delta + m_row_count)); in confine_coordinates()
7866 rect.y = row_to_pixel(row); in expand_rectangle()
7917 row_to_pixel(row), in paint_area()
7971 item.y = row_to_pixel(drow); in paint_cursor()
8115 items[i].y = row_to_pixel(m_screen->cursor.row); in paint_im_preedit_string()
[all …]
H A Dvteinternal.hh660 inline vte::view::coord_t row_to_pixel(vte::grid::row_t row) const;
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvte.cc336 Terminal::row_to_pixel(vte::grid::row_t row) const in row_to_pixel() function in vte::terminal::Terminal
374 auto cursor_top = row_to_pixel (m_screen->cursor.row) - VTE_LINE_WIDTH; in cursor_is_onscreen()
426 rect.y = row_to_pixel(row_start) - std::max(cell_overflow_top(), VTE_LINE_WIDTH); in invalidate_rows()
1680 row_to_pixel(rowcol.row())); in view_coords_from_grid_coords()
4426 rect.y = row_to_pixel(m_screen->cursor.row) + m_padding.top; in im_update_cursor()
5759 bbox->y = allocation.y + m_padding.top + row_to_pixel(top); in hyperlink_invalidate_and_get_bbox()
6518 row_to_pixel(m_screen->insert_delta + m_row_count)); in confine_coordinates()
8946 item.y = row_to_pixel(drow); in paint_cursor()
9115 items[i].y = row_to_pixel(m_screen->cursor.row); in paint_im_preedit_string()
9122 row_to_pixel(m_screen->cursor.row), in paint_im_preedit_string()
[all …]
H A Dvteinternal.hh706 inline vte::view::coord_t row_to_pixel(vte::grid::row_t row) const;