NetSurf
|
Knockout rendering (interface). More...
#include "netsurf/plotters.h"
Go to the source code of this file.
Functions | |
bool | knockout_plot_start (const struct redraw_context *ctx, struct redraw_context *knk_ctx) |
Start a knockout plotting session. More... | |
bool | knockout_plot_end (const struct redraw_context *ctx) |
End a knockout plotting session. More... | |
Variables | |
const struct plotter_table | knockout_plotters |
knockout plotter operation table More... | |
Knockout rendering (interface).
Definition in file knockout.h.
bool knockout_plot_end | ( | const struct redraw_context * | ctx | ) |
End a knockout plotting session.
Definition at line 997 of file knockout.c.
References knockout_plot_flush(), and nested_depth.
Referenced by browser_window_redraw(), content_scaled_redraw(), knockout_plot_start(), page_info_redraw(), and treeview_redraw().
bool knockout_plot_start | ( | const struct redraw_context * | ctx, |
struct redraw_context * | knk_ctx | ||
) |
Start a knockout plotting session.
ctx | the redraw context with real plotter table |
knk_ctx | updated to copy of ctx, with plotter table replaced |
Definition at line 971 of file knockout.c.
References knockout_entry_cur, knockout_plot_end(), knockout_plotters, nested_depth, redraw_context::plot, real_plot, and plotter_table::rectangle.
Referenced by browser_window_redraw(), content_scaled_redraw(), page_info_redraw(), and treeview_redraw().
|
extern |
knockout plotter operation table
Definition at line 1012 of file knockout.c.
Referenced by knockout_plot_start().