NetSurf
|
parameters to content redraw More...
#include <content.h>
Data Fields | |
int | x |
coordinate for top-left of redraw More... | |
int | y |
coordinate for top-left of redraw More... | |
int | width |
dimensions to render content at (for scaling contents with intrinsic dimensions) More... | |
int | height |
vertical dimension More... | |
colour | background_colour |
The background colour. More... | |
float | scale |
Scale for redraw (for scaling contents without intrinsic dimensions) More... | |
bool | repeat_x |
whether content is tiled in x direction More... | |
bool | repeat_y |
whether content is tiled in y direction More... | |
colour content_redraw_data::background_colour |
The background colour.
Definition at line 51 of file content.h.
Referenced by browser_window_redraw(), content_scaled_redraw(), html_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), textplain_redraw(), treeview_redraw(), treeview_redraw_search(), and treeview_redraw_tree().
int content_redraw_data::height |
vertical dimension
Definition at line 48 of file content.h.
Referenced by amiga_plugin_hack_redraw(), browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nsico_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), and treeview_redraw().
bool content_redraw_data::repeat_x |
whether content is tiled in x direction
Definition at line 58 of file content.h.
Referenced by browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), and treeview_redraw().
bool content_redraw_data::repeat_y |
whether content is tiled in y direction
Definition at line 59 of file content.h.
Referenced by browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), and treeview_redraw().
float content_redraw_data::scale |
Scale for redraw (for scaling contents without intrinsic dimensions)
Scale factor for redraw
Definition at line 56 of file content.h.
Referenced by browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), svg_redraw(), svg_redraw_tiled_internal(), textplain_redraw(), and treeview_redraw().
int content_redraw_data::width |
dimensions to render content at (for scaling contents with intrinsic dimensions)
horizontal dimension
Definition at line 47 of file content.h.
Referenced by amiga_plugin_hack_redraw(), browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nsico_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), and treeview_redraw().
int content_redraw_data::x |
coordinate for top-left of redraw
Definition at line 41 of file content.h.
Referenced by amiga_plugin_hack_redraw(), browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), textplain_redraw(), treeview_redraw(), treeview_redraw_search(), and treeview_redraw_tree().
int content_redraw_data::y |
coordinate for top-left of redraw
Definition at line 42 of file content.h.
Referenced by amiga_plugin_hack_redraw(), browser_window_redraw(), content_scaled_redraw(), html_redraw_background(), html_redraw_box(), html_redraw_inline_background(), image_bitmap_plot(), nsbmp_redraw(), nssprite_redraw(), print_declare_fonts(), print_document(), print_draw_next_page(), ro_gui_url_bar_redraw(), rsvg_redraw(), svg_redraw(), svg_redraw_tiled_internal(), textplain_redraw(), treeview_redraw(), treeview_redraw_search(), and treeview_redraw_tree().