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.c1125 const float _thumb_border = DT_PIXEL_APPLY_DPI(thumb_border); in _draw_image() local
1153 h + 2 * _thumb_border + _pin_size); in _draw_image()
1157 gdk_pixbuf_scale(source, thumb, _thumb_border, _thumb_border, w, h, in _draw_image()
1158 _thumb_border, _thumb_border, (1.0 * w) / buf.width, in _draw_image()
1161 gdk_pixbuf_copy_area(lib->image_pin, 0, 0, w + 2 * _thumb_border, in _draw_image()
1162 _pin_size, thumb, 0, h + 2 * _thumb_border); in _draw_image()
1170 _thumb_border, h - count_height + _thumb_border); in _draw_image()
1183 const int w = count_width + 2 * _thumb_border; in _draw_image()
1184 const int h = count_height + 2 * _thumb_border + _pin_size; in _draw_image()
1189 _thumb_border, _thumb_border); in _draw_image()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dmap.c1128 const float _thumb_border = DT_PIXEL_APPLY_DPI(thumb_border); in _draw_image() local
1156 h + 2 * _thumb_border + _pin_size); in _draw_image()
1160 gdk_pixbuf_scale(source, thumb, _thumb_border, _thumb_border, w, h, in _draw_image()
1161 _thumb_border, _thumb_border, (1.0 * w) / buf.width, in _draw_image()
1164 gdk_pixbuf_copy_area(lib->image_pin, 0, 0, w + 2 * _thumb_border, in _draw_image()
1165 _pin_size, thumb, 0, h + 2 * _thumb_border); in _draw_image()
1173 _thumb_border, h - count_height + _thumb_border); in _draw_image()
1186 const int w = count_width + 2 * _thumb_border; in _draw_image()
1187 const int h = count_height + 2 * _thumb_border + _pin_size; in _draw_image()
1192 _thumb_border, _thumb_border); in _draw_image()
[all …]