Home
last modified time | relevance | path

Searched refs:full_height (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dregion.c208 full_height, 1.0, 4.0); in preroll_count_selector_widget_new()
335 cr, x_px, full_height);
364 cr, x_px, full_height);
527 (double) full_height;
973 int full_height = height;
1111 int full_height)
1271 (double) full_height,
1272 (double) full_height);
1375 full_height);
1403 full_height);
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dswitch_nx_gfx.c159 nwindowSetDimensions(sw->win, sw->vp.full_width, sw->vp.full_height); in clear_screen()
194 sw->vp.full_height = 720; in switch_init()
198 sw->vp.height = MIN(sw->vp.height, sw->vp.full_height); in switch_init()
238 float height = sw->vp.full_height; in switch_update_viewport()
245 sw->vp.y = (int)(((float)sw->vp.full_height - height)) / 2; in switch_update_viewport()
272 float device_aspect = ((float)sw->vp.full_width) / sw->vp.full_height; in switch_update_viewport()
379 sw->vp.height = MIN(sw->vp.height, sw->vp.full_height); in switch_frame()
402 float screen_ratio = (float)sw->vp.full_width / sw->vp.full_height; in switch_frame()
436 memset(out_buffer, 0, stride * sw->vp.full_height); in switch_frame()
448 memset(out_buffer, 0, stride * sw->vp.full_height); in switch_frame()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_xform.cpp205 float srcfh = srcspec.full_height; in resize_()
214 float yratio = float(dstspec.full_height) / srcfh; in resize_()
219 float dstfh = float(dstspec.full_height); in resize_()
476 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in resize()
505 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in resize()
619 || resize_full_height != srcspec.full_height in fit()
633 dst.specmod().full_height = fit_full_height; in fit()
656 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in fit()
711 float srcfh = srcspec.full_height; in resample_()
716 float dstfh = dstspec.full_height; in resample_()
[all …]
H A Dformatspec.cpp116 , full_height(0) in ImageSpec()
142 , full_height(yres) in ImageSpec()
169 , full_height(height) in ImageSpec()
436 GETINT(full_height); in find_attribute()
459 full_height, full_x, full_y) in find_attribute()
480 full_y + full_height - 1 }; in find_attribute()
489 full_y + full_height - 1, in find_attribute()
972 add_node(node, "full_height", spec.full_height); in spec_to_xml()
1066 || (full_height != height && full_height != 0) in serialize()
1069 << format_res(*this, full_width, full_height, full_depth) in serialize()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_xform.cpp205 float srcfh = srcspec.full_height; in resize_()
214 float yratio = float(dstspec.full_height) / srcfh; in resize_()
219 float dstfh = float(dstspec.full_height); in resize_()
476 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in resize()
505 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in resize()
619 || resize_full_height != srcspec.full_height in fit()
633 dst.specmod().full_height = fit_full_height; in fit()
656 float hratio = float(dstspec.full_height) / float(srcspec.full_height); in fit()
711 float srcfh = srcspec.full_height; in resample_()
716 float dstfh = dstspec.full_height; in resample_()
[all …]
H A Dformatspec.cpp116 , full_height(0) in ImageSpec()
142 , full_height(yres) in ImageSpec()
169 , full_height(height) in ImageSpec()
436 GETINT(full_height); in find_attribute()
459 full_height, full_x, full_y) in find_attribute()
480 full_y + full_height - 1 }; in find_attribute()
489 full_y + full_height - 1, in find_attribute()
972 add_node(node, "full_height", spec.full_height); in spec_to_xml()
1066 || (full_height != height && full_height != 0) in serialize()
1069 << format_res(*this, full_width, full_height, full_depth) in serialize()
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Dintel_uxa_video.c133 Bool full_height; in intel_wait_for_scanline() local
161 full_height = FALSE; in intel_wait_for_scanline()
163 full_height = TRUE; in intel_wait_for_scanline()
170 if (full_height && INTEL_INFO(intel)->gen < 040) in intel_wait_for_scanline()
176 if (full_height && INTEL_INFO(intel)->gen >= 040) in intel_wait_for_scanline()
181 if (full_height && INTEL_INFO(intel)->gen >= 040) in intel_wait_for_scanline()
/dports/graphics/clutter/clutter-1.26.4/clutter/win32/
H A Dclutter-stage-win32.c171 int full_width, full_height; in _clutter_stage_win32_get_min_max_info() local
174 &full_width, &full_height); in _clutter_stage_win32_get_min_max_info()
177 min_max_info->ptMaxTrackSize.y = full_height; in _clutter_stage_win32_get_min_max_info()
178 min_max_info->ptMinTrackSize.y = full_height; in _clutter_stage_win32_get_min_max_info()
202 int full_width, full_height; in clutter_stage_win32_resize() local
206 &full_width, &full_height); in clutter_stage_win32_resize()
210 full_width, full_height, in clutter_stage_win32_resize()
372 int full_width, full_height; in clutter_stage_win32_set_fullscreen() local
377 &full_width, &full_height); in clutter_stage_win32_set_fullscreen()
381 full_width, full_height, in clutter_stage_win32_set_fullscreen()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dlabmasks.h31 …cparams::Mask> &masks, int offset_x, int offset_y, int full_width, int full_height, double scale, …
36 …at *rgb, int x, int y, int offset_x, int offset_y, int full_width, int full_height, double scale, …
H A Dipgrain.cc94 GrainEvaluator(int offset_x, int offset_y, int full_width, int full_height, double scale): in GrainEvaluator() argument
98 fh(full_height), in GrainEvaluator()
375 …t_y, full_width < 0 ? rgb->getWidth() : full_width, full_height < 0 ? rgb->getHeight() : full_heig… in filmGrain()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DSupportTreeBuilder.cpp32 , zlevel(ground_level + pcfg.full_height() - pcfg.required_elevation()) in Pad()
39 float zend = zstart + float(pcfg.full_height() + EPSILON); in Pad()
188 double SupportTreeBuilder::full_height() const in full_height() function in Slic3r::sla::SupportTreeBuilder
191 return pad().cfg.full_height(); in full_height()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_CompositorOperation.cpp189 int full_height = rd->ysch * rd->size / 100; in executeRegion()
192 dy = rd->border.ymin * full_height - (full_height - this->getHeight()) / 2.0f; in executeRegion()
H A DCOM_RenderLayersProg.cpp128 int full_height = rd->ysch * rd->size / 100; in executePixelSampled()
131 dy = rd->border.ymin * full_height - (full_height - this->getHeight()) / 2.0f; in executePixelSampled()
/dports/graphics/okular/okular-21.12.3/part/
H A Dmagnifierview.cpp110 const int full_height = m_page->height() * SCALE; in requestPixmap() local
114 if (m_page && !m_page->hasPixmap(this, full_width, full_height, nrect)) { in requestPixmap()
117 …mapRequest *p = new Okular::PixmapRequest(this, m_current, full_width, full_height, devicePixelRat… in requestPixmap()
/dports/graphics/py-ueberzug/ueberzug-18.1.8/examples/
H A Dmastodon.sh172 full_height=$(( height + 2 * padding ))
174 rows=$(( page_height / full_height ))
177 offset_y=$(( (page_height - rows * full_height) / 2 ))
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dutils.cpp160 int full_height = height + 2 * bw; in set_window_double_border() local
180 short fw_ibw = full_width - ibw, fh_ibw = full_height - ibw; in set_window_double_border()
190 Pixmap pix = XCreatePixmap(dpy, win, full_width, full_height, depth); in set_window_double_border()
195 XFillRectangle(dpy, pix, gc, 0, 0, full_width, full_height); in set_window_double_border()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_manipulate.c260 int full_width, full_height; in box_handle_scrollbars() local
288 full_height = ((box->descendant_y1 - box->border[BOTTOM].width) > in box_handle_scrollbars()
303 full_height, in box_handle_scrollbars()
315 full_height); in box_handle_scrollbars()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dfilter.dispatch.cpp1170 int full_width, int full_height, in replacementFilter2D() argument
1195 int full_width, int full_height,
1281 int full_width, int full_height, in dftFilter2D() argument
1300 if( (width != full_width) || (height != full_height) ) in dftFilter2D()
1349 int full_width, int full_height, in ocvFilter2D() argument
1432 int full_width, int full_height, in filter2D() argument
1445 full_width, full_height, in filter2D()
1469 full_width, full_height, in filter2D()
1481 full_width, full_height, in filter2D()
1493 int width, int height, int full_width, int full_height, in sepFilter2D() argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsht.c257 porder->full_height = ht_order_full_height(porder); in gx_ht_alloc_ht_order()
394 uint full_height = porder->full_height; in gx_ht_construct_spot_order() local
419 if (num_bits == width * full_height) { in gx_ht_construct_spot_order()
420 porder->height = full_height; in gx_ht_construct_spot_order()
619 uint ch = pcomp->corder.full_height; in gx_imager_dev_ht_install()
630 pgdht->lcm_height = pgdht->order.full_height; in gx_imager_dev_ht_install()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsht.c257 porder->full_height = ht_order_full_height(porder); in gx_ht_alloc_ht_order()
394 uint full_height = porder->full_height; in gx_ht_construct_spot_order() local
419 if (num_bits == width * full_height) { in gx_ht_construct_spot_order()
420 porder->height = full_height; in gx_ht_construct_spot_order()
619 uint ch = pcomp->corder.full_height; in gx_imager_dev_ht_install()
630 pgdht->lcm_height = pgdht->order.full_height; in gx_imager_dev_ht_install()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dscale.cc366 int full_height = srcimg->Ysize * scale_factor; in build() local
372 scale_height = ((float)scale_height_pixels.get())/full_height; in build()
387 scale_height = new_height/full_height; in build()
393 scale_height = new_height/full_height; in build()
399 scale_height = ((float)new_height)/full_height; in build()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/null.imageio/
H A Dnullimageio.cpp276 if (m_topspec.full_height <= 0) in open()
277 m_topspec.full_height = m_topspec.height; in open()
296 m_topspec.full_height = m_topspec.height; in open()
364 m_spec.full_height = m_spec.height; in seek_subimage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/null.imageio/
H A Dnullimageio.cpp276 if (m_topspec.full_height <= 0) in open()
277 m_topspec.full_height = m_topspec.height; in open()
296 m_topspec.full_height = m_topspec.height; in open()
364 m_spec.full_height = m_spec.height; in seek_subimage()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsht.c272 porder->full_height = ht_order_full_height(porder); in gx_ht_alloc_ht_order()
347 pdest->full_height = ht_order_full_height(pdest); in gx_ht_move_ht_order()
479 uint full_height = porder->full_height; in gx_ht_construct_spot_order() local
504 if (num_bits == width * full_height) { in gx_ht_construct_spot_order()
505 porder->height = full_height; in gx_ht_construct_spot_order()
1032 h = porder->full_height; in gx_gstate_dev_ht_install()
1363 num_repeat = d_order->full_height / d_order->height; in gx_ht_construct_threshold()
1367 thresh = (byte *)gs_malloc(memory, d_order->width * d_order->full_height, 1, in gx_ht_construct_threshold()
1401 for( i = 0; i < d_order->width * d_order->full_height; i++ ) { in gx_ht_construct_threshold()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsht.c272 porder->full_height = ht_order_full_height(porder); in gx_ht_alloc_ht_order()
347 pdest->full_height = ht_order_full_height(pdest); in gx_ht_move_ht_order()
479 uint full_height = porder->full_height; in gx_ht_construct_spot_order() local
504 if (num_bits == width * full_height) { in gx_ht_construct_spot_order()
505 porder->height = full_height; in gx_ht_construct_spot_order()
1032 h = porder->full_height; in gx_gstate_dev_ht_install()
1363 num_repeat = d_order->full_height / d_order->height; in gx_ht_construct_threshold()
1367 thresh = (byte *)gs_malloc(memory, d_order->width * d_order->full_height, 1, in gx_ht_construct_threshold()
1401 for( i = 0; i < d_order->width * d_order->full_height; i++ ) { in gx_ht_construct_threshold()

12345678910>>...17