Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dev_snapshot.h File Reference
#include <cairo.h>
#include <glib.h>
#include <stdint.h>
+ Include dependency graph for dev_snapshot.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dt_dev_snapshot_t
 

Typedefs

typedef struct dt_dev_snapshot_t dt_dev_snapshot_t
 

Functions

gboolean dt_dev_snapshot_capture (dt_dev_snapshot_t *snap, int32_t imgid, float scale, GList *history_override, GList *iop_order_override, int32_t history_end_override)
 
void dt_dev_snapshot_clear (dt_dev_snapshot_t *snap)
 
void dt_dev_snapshot_draw (dt_dev_snapshot_t *snap, cairo_t *cri, struct dt_develop_t *dev, int32_t width, int32_t height, double clip_x, double clip_y, double clip_w, double clip_h)
 

Typedef Documentation

◆ dt_dev_snapshot_t

Function Documentation

◆ dt_dev_snapshot_capture()

◆ dt_dev_snapshot_clear()

◆ dt_dev_snapshot_draw()