Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dlive_view.c74 double splitline_x, splitline_y; // 0..1 member
302 lib->splitline_x = lib->splitline_y = 0.5; in gui_init()
562 x1 = buf.width * lib->splitline_x; in gui_post_expose()
572 x0 = buf.width * lib->splitline_x; in gui_post_expose()
627 const double sl_x = lib->overlay_x0 + lib->splitline_x * pw * scale; in gui_post_expose()
724 const double sl_x = lib->overlay_x0 + lib->splitline_x * width; in button_pressed()
762 lib->splitline_x = CLAMPS((x - lib->overlay_x0) / width, 0.0, 1.0); in mouse_moved()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dlive_view.c74 double splitline_x, splitline_y; // 0..1 member
339 lib->splitline_x = lib->splitline_y = 0.5; in gui_init()
641 x1 = buf.width * lib->splitline_x; in gui_post_expose()
651 x0 = buf.width * lib->splitline_x; in gui_post_expose()
706 const double sl_x = lib->overlay_x0 + lib->splitline_x * pw * scale; in gui_post_expose()
828 const double sl_x = lib->overlay_x0 + lib->splitline_x * width; in button_pressed()
866 lib->splitline_x = CLAMPS((x - lib->overlay_x0) / width, 0.0, 1.0); in mouse_moved()