Home
last modified time | relevance | path

Searched refs:sum_height (Results 1 – 17 of 17) sorted by relevance

/dports/misc/tudu/tudu-0.10.3/src/
H A Dconfig.cc666 int sum_height; in genWindowHeights() local
670 sum_height = 0; in genWindowHeights()
681 sum_height += row.height; in genWindowHeights()
688 sum_height += height[i]; in genWindowHeights()
702 sum_height++; in genWindowHeights()
714 if (sum_height > lines) in genWindowHeights()
720 height[undefined_row] = lines-sum_height; in genWindowHeights()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssimagecrossfade.c153 double sum_height, sum_progress; in gtk_css_image_cross_fade_get_height() local
156 sum_height = 0.0; in gtk_css_image_cross_fade_get_height()
167 sum_height += image_height * entry->progress; in gtk_css_image_cross_fade_get_height()
174 return ceil (sum_height / sum_progress); in gtk_css_image_cross_fade_get_height()
/dports/math/fricas/fricas-1.3.7/src/doc/bitmaps/
H A Dsum.bm2 #define sum_height 16
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dhevcmerge.c449 u32 i, nb_pids, sum_height = 0, sum_width = 0; in hevcmerge_compute_address() local
455 sum_height = tile_pid->pos_y / ctx->max_CU_height; in hevcmerge_compute_address()
462 sum_height += actx->height / ctx->max_CU_height; in hevcmerge_compute_address()
467 return sum_height * (ctx->out_width / ctx->max_CU_width) + sum_width; in hevcmerge_compute_address()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dhevcmerge.c449 u32 i, nb_pids, sum_height = 0, sum_width = 0; in hevcmerge_compute_address() local
455 sum_height = tile_pid->pos_y / ctx->max_CU_height; in hevcmerge_compute_address()
462 sum_height += actx->height / ctx->max_CU_height; in hevcmerge_compute_address()
467 return sum_height * (ctx->out_width / ctx->max_CU_width) + sum_width; in hevcmerge_compute_address()
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp1894 unsigned int max_width = 0, sum_height = 0; in _gmic_display() local
1901 sum_height+=h; in _gmic_display()
1903 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,… in _gmic_display()
H A DCImg.h58538 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
58546 sum_width+=w; sum_height+=h;
58555 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
58563 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
58702 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
59991 unsigned int max_width = 0, sum_height = 0;
59998 sum_height+=h;
60000 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp1954 unsigned int max_width = 0, sum_height = 0; in _gmic_display() local
1961 sum_height+=h; in _gmic_display()
1963 …disp.assign(cimg_fitscreen(max_width,sum_height,1U),title?title:titles?titles->__display()._data:0… in _gmic_display()
H A DCImg.h61877 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
61885 sum_width+=w; sum_height+=h;
61894 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
61902 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
62041 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
63353 unsigned int max_width = 0, sum_height = 0;
63360 sum_height+=h;
63362 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp1930 unsigned int max_width = 0, sum_height = 0; in _gmic_display() local
1937 sum_height+=h; in _gmic_display()
1939 …disp.assign(cimg_fitscreen(max_width,sum_height,1U),title?title:titles?titles->__display()._data:0… in _gmic_display()
/dports/games/springlobby/springlobby-0.180/src/lsl/lib/cimg/
H A DCImg.h40634 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
40642 sum_width+=w; sum_height+=h;
40651 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
40656 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
40781 …size(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false)._is_re…
41800 unsigned int max_width = 0, sum_height = 0;
41807 sum_height+=h;
41809 disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
/dports/graphics/photivo/photivo/Sources/greyc/
H A DCImg.h42889 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
42897 sum_width+=w; sum_height+=h;
42906 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
42911 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
43037 …size(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false)._is_re…
44164 unsigned int max_width = 0, sum_height = 0;
44171 sum_height+=h;
44173 disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h56967 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
56975 sum_width+=w; sum_height+=h;
56984 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
56989 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
57130 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
58454 unsigned int max_width = 0, sum_height = 0;
58461 sum_height+=h;
58463 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h56903 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
56911 sum_width+=w; sum_height+=h;
56920 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
56925 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
57066 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
58385 unsigned int max_width = 0, sum_height = 0;
58392 sum_height+=h;
58394 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h54008 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
54016 sum_width+=w; sum_height+=h;
54025 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
54030 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
54170 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
55469 unsigned int max_width = 0, sum_height = 0;
55476 sum_height+=h;
55478 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h60715 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
60723 sum_width+=w; sum_height+=h;
60732 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
60740 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
60879 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
62189 unsigned int max_width = 0, sum_height = 0;
62196 sum_height+=h;
62198 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h61299 unsigned int max_width = 0, max_height = 0, sum_width = 0, sum_height = 0;
61307 sum_width+=w; sum_height+=h;
61316 else disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:0,1);
61324 else disp.resize(cimg_fitscreen(max_width,sum_height,1),false);
61463 … resize(cimg_fitscreen(axis=='x'?sum_width:max_width,axis=='x'?max_height:sum_height,1),false).
62773 unsigned int max_width = 0, sum_height = 0;
62780 sum_height+=h;
62782 …disp.assign(cimg_fitscreen(max_width,sum_height,1),title?title:titles?titles->__display()._data:0,…