NetSurf
Data Fields
redraw_context Struct Reference

Redraw context. More...

#include <plotters.h>

Collaboration diagram for redraw_context:
[legend]

Data Fields

bool interactive
 Redraw to show interactive features. More...
 
bool background_images
 Render background images. More...
 
const struct plotter_tableplot
 Current plot operation table. More...
 
void * priv
 Private context. More...
 

Detailed Description

Redraw context.

Definition at line 51 of file plotters.h.

Field Documentation

◆ background_images

bool redraw_context::background_images

Render background images.

Note
May want it off for printing.

Definition at line 66 of file plotters.h.

Referenced by bitmap_render(), and html_redraw_background().

◆ interactive

bool redraw_context::interactive

◆ plot

const struct plotter_table* redraw_context::plot

◆ priv

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().


The documentation for this struct was generated from the following file: