NetSurf
|
Redraw context. More...
#include <plotters.h>
Data Fields | |
bool | interactive |
Redraw to show interactive features. More... | |
bool | background_images |
Render background images. More... | |
const struct plotter_table * | plot |
Current plot operation table. More... | |
void * | priv |
Private context. More... | |
Redraw context.
Definition at line 51 of file plotters.h.
bool redraw_context::background_images |
Render background images.
Definition at line 66 of file plotters.h.
Referenced by bitmap_render(), and html_redraw_background().
bool redraw_context::interactive |
Redraw to show interactive features.
Active features include selections etc.
Definition at line 59 of file plotters.h.
Referenced by ami_cw_redraw_rect(), ami_do_redraw(), ami_do_redraw_limits(), atari_treeview_redraw(), bitmap_render(), cookie_draw(), fb_local_history_draw(), fb_redraw(), fb_redraw_text(), fb_redraw_text_button(), global_history_draw(), gui_init(), hotlist_draw(), html_redraw(), monkey_window_handle_redraw(), nsgtk_cookies_draw(), nsgtk_global_history_draw(), nsgtk_hotlist_draw(), nsgtk_local_history_draw(), nsgtk_pi_draw(), nsgtk_window_draw_event(), nsw32_cookie_draw(), nsw32_global_history_draw(), nsw32_hotlist_draw(), nsw32_local_history_draw(), nsws_drawable_paint(), print_declare_fonts(), print_document(), print_draw_next_page(), riscos_bitmap_render(), ro_gui_progress_bar_redraw_window(), ro_gui_status_bar_redraw(), ro_gui_url_bar_redraw(), ro_gui_window__redraw_rect(), ro_local_history_draw(), ro_pageinfo_draw(), text_draw(), and text_redraw().
const struct plotter_table* redraw_context::plot |
Current plot operation table.
Definition at line 73 of file plotters.h.
Referenced by amiga_plugin_hack_redraw(), bitmap_render(), browser_window_redraw(), content_scaled_redraw(), fb_redraw_text(), fb_redraw_text_button(), form_redraw_select_menu(), html_redraw(), html_redraw_background(), html_redraw_border_plot(), html_redraw_box(), html_redraw_checkbox(), html_redraw_file(), html_redraw_inline_background(), html_redraw_radio(), html_redraw_text_decoration_block(), html_redraw_text_decoration_inline(), image_bitmap_plot(), knockout_plot_start(), local_history_redraw(), nsbmp_redraw(), nsgtk_local_history_draw(), nssprite_redraw(), page_info__redraw_text_entry(), page_info_redraw(), plot_clipped_rectangle(), plot_init(), plot_set_dimensions(), redraw_entry(), ro_gui_progress_bar_redraw_window(), ro_gui_status_bar_redraw(), rsvg_redraw(), scrollbar_rectangle(), scrollbar_redraw(), svg_redraw_internal(), text_draw(), text_redraw(), textarea_redraw(), textplain_redraw(), treeview_redraw(), treeview_redraw_search(), treeview_redraw_tree(), window_redraw_content(), and window_redraw_favicon().
void* redraw_context::priv |
Private context.
Private context allows callers to pass context through to plot operations without using a global.
Definition at line 81 of file plotters.h.
Referenced by ami_arc(), ami_bitmap_tile(), ami_clip(), ami_disc(), ami_do_redraw_tiled(), ami_line(), ami_path(), ami_polygon(), ami_rectangle(), and ami_text().