Home
last modified time | relevance | path

Searched refs:height_o (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DGLRenderer.cpp114 height_o = options->getHeight(); in Resize()
116 aspect_pano = width_o / height_o; in Resize()
126 scale = height_o / height; in Resize()
138 y_offs = (scale * double(height) - height_o) / 2.0; in Resize()
146 width_o / scale, height_o / scale); in Resize()
151 (0.5 + center.x) * width_o, (0.5 + center.y) * height_o)); in Resize()
169 glVertex2f(width_o, height_o); in Redraw()
170 glVertex2f(0.0, height_o); in Redraw()
217 glVertex2f(0.0, height_o); glVertex2i(roi.left(), roi.bottom()); in Redraw()
403 height_o = options->getHeight(); in Resize()
[all …]
H A DGLRenderer.h67 float width_o, height_o; variable
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/ipython/
H A Dstart_kernel.py162 height_o = float(os.environ.get('SPY_HEIGHT_O'))
163 if width_o is not None and height_o is not None:
165 height_o)
/dports/devel/py-spyder-kernels/spyder-kernels-2.2.1/spyder_kernels/console/
H A Dstart.py187 height_o = float(os.environ.get('SPY_HEIGHT_O'))
188 if width_o is not None and height_o is not None:
190 height_o)
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dptil_fpx.h44 long height_o; // height in pixels of the full-resolution image in member
H A Dfilter.cpp164 FiltP.height_o = ( w < h ? w : h); in ApplyFilter()
/dports/www/moodle39/moodle/repository/flickr/
H A Dlib.php255 'image_height' => $p->height_o,
/dports/www/moodle310/moodle/repository/flickr/
H A Dlib.php255 'image_height' => $p->height_o,
/dports/www/moodle311/moodle/repository/flickr/
H A Dlib.php255 'image_height' => $p->height_o,
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dfattal02.c930 height_o = height_i * 2;
933 for (y_o = 0; y_o < height_o; ++y_o)