38#define dt_dev_pixelpipe_update_main(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_main_real, (dev))
42#define dt_dev_pixelpipe_update_preview(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_preview_real, (dev))
46#define dt_dev_pixelpipe_update_all(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_update_all_real, (dev))
51#define dt_dev_pixelpipe_change_zoom_main(dev) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_DEV, dt_dev_pixelpipe_change_zoom_main_real, (dev))
void dt_dev_pixelpipe_reset_all(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:74
void dt_dev_pixelpipe_change_zoom_preview(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:62
void dt_dev_pixelpipe_rebuild_all(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:17
void dt_dev_pixelpipe_update_main_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:43
void dt_dev_pixelpipe_resync_main(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:24
void dt_dev_pixelpipe_update_all_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:55
void dt_dev_pixelpipe_refresh_main(struct dt_develop_t *dev, gboolean full)
Definition dev_pixelpipe.c:84
void dt_dev_pixelpipe_resync_preview(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:30
void dt_dev_pixelpipe_change_zoom_main_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:68
void dt_dev_pixel_pipe_refresh_preview(struct dt_develop_t *dev, gboolean full)
Definition dev_pixelpipe.c:96
void dt_dev_pixelpipe_update_preview_real(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:49
void dt_dev_pixelpipe_resync_all(struct dt_develop_t *dev)
Definition dev_pixelpipe.c:36