Home
last modified time | relevance | path

Searched refs:thumb_border (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dmap.c100 static const int thumb_size = 128, thumb_border = 2, image_pin_size = 13, place_pin_size = 72; variable
382 const int w = DT_PIXEL_APPLY_DPI(thumb_size + 2 * thumb_border); in _view_map_images_count()
415 const size_t w = DT_PIXEL_APPLY_DPI(thumb_size + 2 * thumb_border); in _init_image_pin()
1125 const float _thumb_border = DT_PIXEL_APPLY_DPI(thumb_border); in _draw_image()
1650 DT_PIXEL_APPLY_DPI(height + image_pin_size + 2 * thumb_border)); in _view_map_drag_set_icon()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dmap.c102 static const int thumb_size = 128, thumb_border = 2, image_pin_size = 13, place_pin_size = 72; variable
384 const int w = DT_PIXEL_APPLY_DPI(thumb_size + 2 * thumb_border); in _view_map_images_count()
417 const size_t w = DT_PIXEL_APPLY_DPI(thumb_size + 2 * thumb_border); in _init_image_pin()
1128 const float _thumb_border = DT_PIXEL_APPLY_DPI(thumb_border); in _draw_image()
1655 … DT_PIXEL_APPLY_DPI(height + image_pin_size + 2 * thumb_border) + lib->start_drag_offset_y); in _view_map_drag_set_icon()