Home
last modified time | relevance | path

Searched refs:height_new (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dresizeimage.hxx734 int height_new = dest_iter_end.y - dest_iter.y; in doxygen_overloaded_function() local
740 vigra_precondition((width_new > 1) && (height_new > 1), in doxygen_overloaded_function()
745 Rational<int> yratio(height_new - 1, height_old - 1); in doxygen_overloaded_function()
759 BasicImage<TMPTYPE> tmp(width_old, height_new); in doxygen_overloaded_function()
781 if(height_new >= height_old) in doxygen_overloaded_function()
784 c_tmp, c_tmp + height_new, tmp_acc, in doxygen_overloaded_function()
790 line_tmp, line.accessor(), (double)height_old/height_new/scale); in doxygen_overloaded_function()
792 c_tmp, c_tmp + height_new, tmp_acc, in doxygen_overloaded_function()
807 if(height_new < height_old) in doxygen_overloaded_function()
813 c_tmp, c_tmp + height_new, tmp_acc, in doxygen_overloaded_function()
[all …]
H A Dbasicgeometry.hxx865 int height_new = sizeForResamplingFactor(height_old, yfactor); in doxygen_overloaded_function() local
871 vigra_precondition((width_new > 1) && (height_new > 1), in doxygen_overloaded_function()
879 BasicImage<SRCVT> tmp(width_old, height_new); in doxygen_overloaded_function()
894 for(y=0; y < height_new; ++y, ++yt.y, ++id.y) in doxygen_overloaded_function()
/dports/databases/redis-devel/redis-0e5b813/tests/unit/
H A Dgeo.tcl655 set height_new [expr {$height_m+4}]
657 …es [lsort [r geosearch mypoints fromlonlat $search_lon $search_lat bybox $width_new $height_new m]]
661 … fail "place should be found, debuginfo: $debuginfo, height_new: $height_new width_new: $width_new"
666 set height_new [expr {$height_m+4}]
667 …es [lsort [r geosearch mypoints fromlonlat $search_lon $search_lat bybox $width_new $height_new m]]
670 …fail "place should not be found, debuginfo: $debuginfo, height_new: $height_new width_new: $width_…
675 set height_new [expr {$height_m-4}]
676 …es [lsort [r geosearch mypoints fromlonlat $search_lon $search_lat bybox $width_new $height_new m]]
679 …fail "place should not be found, debuginfo: $debuginfo, height_new: $height_new width_new: $width_…
683 set height_new [expr {$height_m-4}]
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dresizeimage.hxx683 int height_new = dest_iter_end.y - dest_iter.y; in TestI()
689 vigra_precondition((width_new > 1) && (height_new > 1), in TestI()
694 Rational<int> yratio(height_new - 1, height_old - 1); in TestI()
708 BasicImage<TMPTYPE> tmp(width_old, height_new); in TestI()
730 if(height_new >= height_old) in TestI()
733 c_tmp, c_tmp + height_new, tmp_acc, in TestI()
739 line_tmp, line.accessor(), (double)height_old/height_new/scale); in TestI()
741 c_tmp, c_tmp + height_new, tmp_acc, in TestI()
756 if(height_new < height_old) in TestI()
762 c_tmp, c_tmp + height_new, tmp_acc, in TestI()
[all …]
H A Dbasicgeometry.hxx656 int height_new = sizeForResamplingFactor(height_old, factor); in resampleImage() local
662 vigra_precondition((width_new > 1) && (height_new > 1), in resampleImage()
670 BasicImage<SRCVT> tmp(width_old, height_new); in resampleImage()
685 for(y=0; y < height_new; ++y, ++yt.y, ++id.y) in resampleImage()
/dports/graphics/freetype-gl/freetype-gl-647b062/
H A Dtexture-font.c741 size_t height_new ) in texture_font_enlarge_atlas() argument
747 assert(height_new >= self->atlas->height); in texture_font_enlarge_atlas()
748 assert(width_new + height_new > self->atlas->width + self->atlas->height); in texture_font_enlarge_atlas()
754 ta->data = calloc(1,width_new*height_new * sizeof(char)*ta->depth); in texture_font_enlarge_atlas()
757 ta->height = height_new; in texture_font_enlarge_atlas()
774 float mulh = (float)height_old / height_new; in texture_font_enlarge_atlas()
H A Dtexture-font.h451 size_t height_new );
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_view.c103 const float height_new = width / oldasp; in space_node_view_flag() local
104 cur_new.ymin = cur_new.ymin - height_new / 2.0f; in space_node_view_flag()
105 cur_new.ymax = cur_new.ymax + height_new / 2.0f; in space_node_view_flag()
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py177 width_new, height_new = width * 2, height * 2
181 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py177 width_new, height_new = width * 2, height * 2
181 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/test/test_ttk/
H A Dtest_extensions.py187 width_new, height_new = width * 2, height * 2
191 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/test/test_ttk/
H A Dtest_extensions.py187 width_new, height_new = width * 2, height * 2
191 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python38/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py177 width_new, height_new = width * 2, height * 2
181 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py177 width_new, height_new = width * 2, height * 2
181 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py177 width_new, height_new = width * 2, height * 2
181 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python37/Python-3.7.12/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py194 width_new, height_new = width * 2, height * 2
198 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python39/Python-3.9.9/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py180 width_new, height_new = width * 2, height * 2
184 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python310/Python-3.10.1/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py180 width_new, height_new = width * 2, height * 2
184 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py180 width_new, height_new = width * 2, height * 2
184 x.master.wm_geometry("%dx%d" % (width_new, height_new))
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsdparam.c787 float height_new = pa->data[1] * res[1] / 72; in param_MediaSize() local
789 if (width_new < 0 || height_new < 0) in param_MediaSize()
793 else if (width_new > max_coord || height_new > max_coord) in param_MediaSize()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsdparam.c787 float height_new = pa->data[1] * res[1] / 72; in param_MediaSize() local
789 if (width_new < 0 || height_new < 0) in param_MediaSize()
793 else if (width_new > max_coord || height_new > max_coord) in param_MediaSize()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsdparam.c869 float height_new = pa->data[1] * res[1] / 72; in param_MediaSize() local
871 if (width_new < 0 || height_new < 0) in param_MediaSize()
875 else if (width_new > max_coord || height_new > max_coord) in param_MediaSize()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsdparam.c869 float height_new = pa->data[1] * res[1] / 72; in param_MediaSize() local
871 if (width_new < 0 || height_new < 0) in param_MediaSize()
875 else if (width_new > max_coord || height_new > max_coord) in param_MediaSize()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/texture_cache/
H A Dsurface_params.cpp293 const u32 height_new{GetMipHeight(level)}; in GetMipBlockHeight() local
295 const u32 blocks_in_y{(height_new + default_block_height - 1) / default_block_height}; in GetMipBlockHeight()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsdparam.c1131 float height_new = pa->data[1] * res[1] / 72; in param_MediaSize() local
1133 if (width_new < 0 || height_new < 0) in param_MediaSize()
1137 else if (width_new > max_coord || height_new > max_coord) in param_MediaSize()

12