NetSurf
|
Plot style for stroke/fill plotters. More...
#include <plot_style.h>
Data Fields | |
plot_operation_type_t | stroke_type |
Stroke plot type. More... | |
plot_style_fixed | stroke_width |
Width of stroke, in pixels. More... | |
colour | stroke_colour |
Colour of stroke. More... | |
plot_operation_type_t | fill_type |
Fill plot type. More... | |
colour | fill_colour |
Colour of fill. More... | |
Plot style for stroke/fill plotters.
Definition at line 76 of file plot_style.h.
colour plot_style_s::fill_colour |
Colour of fill.
Definition at line 81 of file plot_style.h.
Referenced by ami_arc(), ami_disc(), ami_path(), ami_polygon(), ami_rectangle(), disc(), framebuffer_plot_arc(), framebuffer_plot_disc(), framebuffer_plot_polygon(), framebuffer_plot_rectangle(), html_redraw(), html_redraw_background(), html_redraw_border_plot(), html_redraw_inline_background(), image_bitmap_plot(), local_history_init(), nsbeos_plot_arc(), nsbeos_plot_disc(), nsbeos_plot_path(), nsbeos_plot_polygon(), nsbeos_plot_rectangle(), nsgtk_plot_arc(), nsgtk_plot_disc(), nsgtk_plot_path(), nsgtk_plot_polygon(), nsgtk_plot_rectangle(), nsgtk_print_plot_arc(), nsgtk_print_plot_disc(), nsgtk_print_plot_polygon(), nsgtk_print_plot_rectangle(), page_info_init(), plot_arc(), plot_disc(), plot_polygon(), plot_rectangle(), polygon(), rectangle(), ro_plot_arc(), ro_plot_disc(), ro_plot_path(), ro_plot_polygon(), ro_plot_rectangle(), scrollbar_redraw(), svg_redraw_internal(), text_draw(), text_redraw(), textarea_redraw(), treeview_init_furniture(), treeview_init_plot_styles(), treeview_redraw(), treeview_redraw_search(), and treeview_redraw_tree().
plot_operation_type_t plot_style_s::fill_type |
Fill plot type.
Definition at line 80 of file plot_style.h.
Referenced by ami_disc(), ami_rectangle(), amiga_plugin_hack_redraw(), disc(), framebuffer_plot_disc(), framebuffer_plot_rectangle(), html_redraw(), html_redraw_background(), html_redraw_inline_background(), image_bitmap_plot(), knockout_plot_rectangle(), nsbeos_plot_disc(), nsbeos_plot_rectangle(), nsgtk_plot_disc(), nsgtk_plot_rectangle(), nsgtk_print_plot_disc(), nsgtk_print_plot_rectangle(), plot_arc(), plot_disc(), plot_polygon(), plot_rectangle(), rectangle(), ro_plot_disc(), ro_plot_rectangle(), scrollbar_redraw(), svg_redraw_internal(), and treeview_init_plot_styles().
colour plot_style_s::stroke_colour |
Colour of stroke.
Definition at line 79 of file plot_style.h.
Referenced by ami_disc(), ami_line(), ami_path(), ami_rectangle(), arc(), disc(), framebuffer_plot_disc(), framebuffer_plot_line(), framebuffer_plot_rectangle(), html_redraw_border_plot(), line(), local_history_init(), nsbeos_plot_line(), nsbeos_plot_path(), nsbeos_plot_rectangle(), nsgtk_plot_disc(), nsgtk_plot_line(), nsgtk_plot_path(), nsgtk_plot_rectangle(), nsgtk_print_plot_disc(), nsgtk_print_plot_line(), nsgtk_print_plot_rectangle(), plot_arc(), plot_disc(), plot_line(), plot_polygon(), plot_rectangle(), rectangle(), ro_plot_disc(), ro_plot_line(), ro_plot_path(), ro_plot_rectangle(), scrollbar_rectangle(), svg_redraw_internal(), and treeview_init_plot_styles().
plot_operation_type_t plot_style_s::stroke_type |
Stroke plot type.
Definition at line 77 of file plot_style.h.
Referenced by ami_disc(), ami_line(), ami_rectangle(), framebuffer_plot_disc(), framebuffer_plot_line(), framebuffer_plot_rectangle(), html_redraw_border_plot(), html_redraw_text_decoration_block(), html_redraw_text_decoration_inline(), image_bitmap_plot(), knockout_plot_rectangle(), line(), nsbeos_plot_line(), nsbeos_plot_rectangle(), nsgtk_plot_disc(), nsgtk_plot_line(), nsgtk_plot_rectangle(), nsgtk_print_plot_disc(), nsgtk_print_plot_line(), nsgtk_print_plot_rectangle(), plot_rectangle(), rectangle(), ro_plot_disc(), ro_plot_line(), ro_plot_rectangle(), scrollbar_rectangle(), svg_redraw_internal(), textarea_redraw(), and treeview_init_plot_styles().
plot_style_fixed plot_style_s::stroke_width |
Width of stroke, in pixels.
Definition at line 78 of file plot_style.h.
Referenced by ami_line(), ami_rectangle(), framebuffer_plot_line(), framebuffer_plot_rectangle(), html_redraw_border_plot(), line(), monkey_plot_path(), nsbeos_plot_line(), nsbeos_plot_path(), nsbeos_plot_rectangle(), nsgtk_plot_disc(), nsgtk_plot_line(), nsgtk_plot_path(), nsgtk_plot_rectangle(), nsgtk_print_plot_disc(), nsgtk_print_plot_line(), nsgtk_print_plot_rectangle(), plot_line(), plot_rectangle(), rectangle(), ro_plot_line(), ro_plot_path(), ro_plot_rectangle(), svg_redraw_internal(), and treeview_init_plot_styles().