Searched refs:dt_view_image_get_surface (Results 1 – 12 of 12) sorted by relevance
/dports/graphics/darktable/darktable-3.6.1/src/views/ |
H A D | print.c | 235 …const dt_view_surface_value_t res = dt_view_image_get_surface(prt->image_id, iwidth, iheight, &sur… in expose_print_page()
|
H A D | view.h | 173 dt_view_surface_value_t dt_view_image_get_surface(int imgid, int width, int height, cairo_surface_t…
|
H A D | tethering.c | 336 …const dt_view_surface_value_t res = dt_view_image_get_surface(lib->image_id, width - (MARGIN * 2.0… in _expose_tethered_mode()
|
H A D | view.c | 991 dt_view_surface_value_t dt_view_image_get_surface(int imgid, int width, int height, cairo_surface_t… in dt_view_image_get_surface() function
|
/dports/graphics/darktable38/darktable-3.8.0/src/views/ |
H A D | view.h | 174 dt_view_surface_value_t dt_view_image_get_surface(int imgid, int width, int height, cairo_surface_t…
|
H A D | tethering.c | 336 …const dt_view_surface_value_t res = dt_view_image_get_surface(lib->image_id, width - (MARGIN * 2.0… in _expose_tethered_mode()
|
H A D | view.c | 994 dt_view_surface_value_t dt_view_image_get_surface(int imgid, int width, int height, cairo_surface_t… in dt_view_image_get_surface() function
|
/dports/graphics/darktable/darktable-3.6.1/src/libs/ |
H A D | duplicate.c | 277 res = dt_view_image_get_surface(d->imgid, img_wd * nz, img_ht * nz, &d->preview_surf, TRUE); in gui_post_expose()
|
/dports/graphics/darktable38/darktable-3.8.0/src/libs/ |
H A D | duplicate.c | 277 res = dt_view_image_get_surface(d->imgid, img_wd * nz, img_ht * nz, &d->preview_surf, TRUE); in gui_post_expose()
|
H A D | print_settings.c | 1824 dt_view_image_get_surface(img->imgid, screen.width, screen.height, &surf, TRUE); in gui_post_expose()
|
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/ |
H A D | thumbnail.c | 606 …res = dt_view_image_get_surface(thumb->imgid, image_w * thumb->zoom, image_h * thumb->zoom, &img_s… in _event_image_draw() 610 res = dt_view_image_get_surface(thumb->imgid, image_w, image_h, &img_surf, FALSE); in _event_image_draw()
|
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/ |
H A D | thumbnail.c | 578 …res = dt_view_image_get_surface(thumb->imgid, image_w * thumb->zoom, image_h * thumb->zoom, &img_s… in _event_image_draw() 582 res = dt_view_image_get_surface(thumb->imgid, image_w, image_h, &img_surf, FALSE); in _event_image_draw()
|