NetSurf
|
Data Fields | |
short | x |
drawing (screen) offset x More... | |
short | y |
drawing (screen) offset y More... | |
short | w |
width of buffer, not in sync with vis_w More... | |
short | h |
height of buffer, not in sync with vis_w More... | |
short | vis_x |
visible rectangle of the screen buffer More... | |
short | vis_y |
coords are relative to plot location More... | |
short | vis_w |
clipped to screen dimensions More... | |
short | vis_h |
visible width More... | |
struct rect | abs_clipping |
The toplevel clipping rectangle More... | |
struct rect | clipping |
actual clipping rectangle More... | |
float | scale |
struct rect s_view::abs_clipping |
The toplevel clipping rectangle
Definition at line 56 of file plot.c.
Referenced by plot_get_abs_clipping(), plot_get_abs_clipping_grect(), and plot_set_abs_clipping().
struct rect s_view::clipping |
actual clipping rectangle
Definition at line 57 of file plot.c.
Referenced by plot_blit_bitmap(), plot_clip(), plot_get_clip(), and plot_rectangle().
short s_view::h |
height of buffer, not in sync with vis_w
Definition at line 51 of file plot.c.
Referenced by fbrect_to_screen(), plot_get_dimensions(), plot_init(), plot_line(), plot_set_dimensions(), and update_visible_rect().
float s_view::scale |
Definition at line 58 of file plot.c.
Referenced by plot_bitmap(), plot_get_scale(), plot_set_scale(), and plot_text().
short s_view::vis_h |
visible width
Definition at line 55 of file plot.c.
Referenced by plot_get_visible_grect(), plot_rectangle(), and update_visible_rect().
short s_view::vis_w |
clipped to screen dimensions
Definition at line 54 of file plot.c.
Referenced by plot_get_visible_grect(), plot_rectangle(), and update_visible_rect().
short s_view::vis_x |
visible rectangle of the screen buffer
Definition at line 52 of file plot.c.
Referenced by plot_get_visible_grect(), and update_visible_rect().
short s_view::vis_y |
coords are relative to plot location
Definition at line 53 of file plot.c.
Referenced by plot_get_visible_grect(), and update_visible_rect().
short s_view::w |
width of buffer, not in sync with vis_w
Definition at line 50 of file plot.c.
Referenced by fbrect_to_screen(), plot_get_dimensions(), plot_init(), plot_set_dimensions(), and update_visible_rect().
short s_view::x |
drawing (screen) offset x
Definition at line 48 of file plot.c.
Referenced by fbrect_to_screen(), plot_arc(), plot_blit_bitmap(), plot_blit_mfdb(), plot_copy_rect(), plot_disc(), plot_get_dimensions(), plot_init(), plot_line(), plot_polygon(), plot_rectangle(), plot_set_dimensions(), and update_visible_rect().
short s_view::y |
drawing (screen) offset y
Definition at line 49 of file plot.c.
Referenced by fbrect_to_screen(), plot_arc(), plot_blit_bitmap(), plot_blit_mfdb(), plot_copy_rect(), plot_disc(), plot_get_dimensions(), plot_init(), plot_line(), plot_polygon(), plot_rectangle(), plot_set_dimensions(), and update_visible_rect().