23#ifndef _NETSURF_DESKTOP_KNOCKOUT_H_
24#define _NETSURF_DESKTOP_KNOCKOUT_H_
Target independent plotting interface.
const struct plotter_table knockout_plotters
knockout plotter operation table
bool knockout_plot_end(const struct redraw_context *ctx)
End a knockout plotting session.
bool knockout_plot_start(const struct redraw_context *ctx, struct redraw_context *knk_ctx)
Start a knockout plotting session.
Plotter operations table.