Home
last modified time | relevance | path

Searched refs:orig_height (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpoffsetarea.c95 area->orig_height = 0; in gimp_offset_area_init()
122 gint orig_height) in gimp_offset_area_new() argument
127 g_return_val_if_fail (orig_height > 0, NULL); in gimp_offset_area_new()
132 area->orig_height = area->height = orig_height; in gimp_offset_area_new()
194 if (area->orig_height <= area->height) in gimp_offset_area_set_size()
236 if (area->orig_height <= area->height) in gimp_offset_area_set_offsets()
260 if (area->orig_height <= area->height) in gimp_offset_area_resize()
263 height = area->orig_height * 2 - area->height; in gimp_offset_area_resize()
427 ((area->orig_height <= area->height) ? in gimp_offset_area_expose_event()
434 h = area->display_ratio_y * area->orig_height; in gimp_offset_area_expose_event()
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Resize/
H A DResizeDialog.cpp38 orig_height = m_original->getHeight(); in ResizeDialog()
40 resized_height = orig_height; in ResizeDialog()
49 m_Ui->heightSpinBox->setMaximum(2 * orig_height); in ResizeDialog()
53 m_Ui->heightSpinBox->setValue(orig_height); in ResizeDialog()
95 m_Ui->heightSpinBox->setMaximum(2 * orig_height); in switch_px_percentage()
102 (float)orig_height / in switch_px_percentage()
120 (float)orig_height); // from px to perc in switch_px_percentage()
135 (float)orig_height); in rw_from_rh()
160 (double)orig_height * 100.0); in update_heightSpinBox()
180 (int)(orig_height * m_Ui->heightSpinBox->value() / 100.0); in update_widthSpinBox()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/test/
H A Dmediaconduit_unittests.cpp849 MOZ_ASSERT(!(orig_height & 1)); in GetVideoResolutionWithMaxFs()
857 orig_height, in GetVideoResolutionWithMaxFs()
874 orig_height = 480; in TestVideoConduitMaxFs()
884 orig_height = 480; in TestVideoConduitMaxFs()
894 orig_height = 100; in TestVideoConduitMaxFs()
904 orig_height = 32; in TestVideoConduitMaxFs()
914 orig_height = 50; in TestVideoConduitMaxFs()
924 orig_height = 136; in TestVideoConduitMaxFs()
934 orig_height = 8; in TestVideoConduitMaxFs()
944 orig_height = 2; in TestVideoConduitMaxFs()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/unresize/
H A Dunresize.cpp31 orig_height{ up_height },
43 bool skip_v = (up_height == orig_height && shift_h == 0); in create()
53 .set_orig_dim(orig_height) in create()
62 …_h_first(static_cast<double>(orig_width) / up_width, static_cast<double>(orig_height) / up_height); in create()
72 .set_orig_dim(orig_height) in create()
77 .set_orig_dim(orig_height) in create()
81 builder.up_height = orig_height; in create()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/unresize/
H A Dunresize.cpp31 orig_height{ up_height },
43 bool skip_v = (up_height == orig_height && shift_h == 0); in create()
53 .set_orig_dim(orig_height) in create()
62 …_h_first(static_cast<double>(orig_width) / up_width, static_cast<double>(orig_height) / up_height); in create()
72 .set_orig_dim(orig_height) in create()
77 .set_orig_dim(orig_height) in create()
81 builder.up_height = orig_height; in create()
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/
H A Dmedia_drv_surface.c141 obj_surface->cb_cr_height = obj_surface->orig_height; in media_suface_external_memory()
182 obj_surface->cb_cr_height = obj_surface->orig_height; in media_suface_external_memory()
197 obj_surface->cb_cr_height = obj_surface->orig_height; in media_suface_external_memory()
227 obj_surface->cb_cr_height = obj_surface->orig_height; in media_suface_external_memory()
287 obj_surface->cb_cr_height = obj_surface->orig_height / 2; in media_alloc_surface_bo()
300 obj_surface->cb_cr_height = obj_surface->orig_height / 2; in media_alloc_surface_bo()
328 obj_surface->cb_cr_height = obj_surface->orig_height; in media_alloc_surface_bo()
356 obj_surface->cb_cr_height = obj_surface->orig_height; in media_alloc_surface_bo()
370 obj_surface->cb_cr_height = obj_surface->orig_height; in media_alloc_surface_bo()
474 obj_surface->cb_cr_height = obj_surface->orig_height; in media_alloc_surface_bo()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dlg_Image.cpp231 double orig_width,orig_height; in setWidthAndHeight() local
234 orig_height = m_height; in setWidthAndHeight()
238 if (orig_height < 1.) orig_height = 1.; in setWidthAndHeight()
243 m_height = m_width*orig_height/orig_width; in setWidthAndHeight()
248 m_width = m_height*orig_width/orig_height; in setWidthAndHeight()
254 m_height = m_width*orig_height/orig_width; in setWidthAndHeight()
260 m_width = m_height*orig_width/orig_height; in setWidthAndHeight()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpdrawable-transform.c183 new_height = orig_height; in gimp_drawable_transform_buffer_flip()
410 gint orig_width, orig_height; in gimp_drawable_transform_buffer_rotate() local
439 new_width = orig_height; in gimp_drawable_transform_buffer_rotate()
449 new_height = orig_height; in gimp_drawable_transform_buffer_rotate()
457 new_width = orig_height; in gimp_drawable_transform_buffer_rotate()
526 orig_height = clip_width; in gimp_drawable_transform_buffer_rotate()
533 orig_height = clip_height; in gimp_drawable_transform_buffer_rotate()
547 orig_height = clip_width; in gimp_drawable_transform_buffer_rotate()
581 src_rect.height = orig_height; in gimp_drawable_transform_buffer_rotate()
607 for (i = 0; i < orig_height; i++) in gimp_drawable_transform_buffer_rotate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/wallpaper_utils/
H A Dwallpaper_resizer.cc38 const int orig_height = orig_bitmap.height(); in Resize() local
42 if (orig_width > new_width || orig_height > new_height) { in Resize()
43 gfx::Rect wallpaper_rect(0, 0, orig_width, orig_height); in Resize()
45 std::min(new_height, orig_height)); in Resize()
63 if (orig_width > new_width && orig_height > new_height) { in Resize()
69 static_cast<double>(orig_height); in Resize()
73 base::ClampRound(new_width / vertical_ratio), orig_height); in Resize()
/dports/x11/slick-greeter/slick-greeter-1.5.3/src/
H A Ddash-box.vala39 private int orig_height = -1;
77 orig_height = -1;
78 get_preferred_height (null, out orig_height); /* save height */
95 get_preferred_height (null, out orig_height);
152 if (orig_height >= 0)
154 min = orig_height;
155 nat = orig_height;
170 min = int.max (orig_height, min);
171 nat = int.max (orig_height, nat);
205 var new_box_h = box_h - (int) ((box_h - orig_height) * base_alpha);
[all …]
/dports/games/xshisen/xshisen-1.51/
H A Dimage.C9 unsigned int orig_width, orig_height; in ResizePixmap() local
21 &dummy_x, &dummy_y, &orig_width, &orig_height, &dummy, &depth); in ResizePixmap()
23 0, 0, orig_width, orig_height, AllPlanes, ZPixmap); in ResizePixmap()
29 y_scale_factor = ((double)orig_height- 1.0)/ ((double)new_height - 1.0); in ResizePixmap()
32 if (yo >= orig_height) in ResizePixmap()
33 yo = orig_height-1; in ResizePixmap()
/dports/emulators/cannonball/cannonball-0.34/src/main/sdl2/
H A Drenderbase.cpp11 orig_height = 0; in RenderBase()
17 if (orig_width == 0 || orig_height == 0) in sdl_screen_size()
23 orig_height = info.h; in sdl_screen_size()
27 scn_height = orig_height; in sdl_screen_size()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Classes/
H A DSurfaceDiff.cs91 var orig_height = original.Height; in Create()
94 Console.WriteLine ("Original surface size: {0}x{1}", orig_width, orig_height); in Create()
103 DiffBounds diff_bounds = new DiffBounds (orig_width, orig_height); in Create()
110 Parallel.For<DiffBounds>(0, orig_height, () => new DiffBounds (orig_width, orig_height), in Create()
173 var savings = 100 - (float)num_changed / (float)(orig_width * orig_height) * 100; in Create()
175 …Console.WriteLine ("Compressed bitmask: {0}/{1} = {2}%", num_changed, orig_height * orig_width, 10… in Create()
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DImage_lib.php310 public $orig_height = ''; variable in CI_Image_lib
627 $this->height = $this->orig_height;
721 $this->width = $this->orig_height;
727 $this->height = $this->orig_height;
773 $this->orig_height = $this->height;
1065 $height = $this->orig_height;
1192 $y_axis += ($this->orig_height / 2) - ($wm_height / 2);
1196 $y_axis += $this->orig_height - $wm_height;
1341 $y_axis += ($this->orig_height / 2) + ($fontheight / 2);
1619 $this->height = (int) ceil($this->width*$this->orig_height/$this->orig_width);
[all …]
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DImage_lib.php310 public $orig_height = ''; variable in CI_Image_lib
627 $this->height = $this->orig_height;
721 $this->width = $this->orig_height;
727 $this->height = $this->orig_height;
773 $this->orig_height = $this->height;
1065 $height = $this->orig_height;
1192 $y_axis += ($this->orig_height / 2) - ($wm_height / 2);
1196 $y_axis += $this->orig_height - $wm_height;
1341 $y_axis += ($this->orig_height / 2) + ($fontheight / 2);
1619 $this->height = (int) ceil($this->width*$this->orig_height/$this->orig_width);
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddpic.c34 int orig_height; member
96 pict_info[i].orig_height = in dumb_init_pictures()
109 pict_info[i].orig_height = in dumb_init_pictures()
126 pict_info[i].orig_height = in dumb_init_pictures()
135 pict_info[i].height = round_div(pict_info[i].orig_height * z_header.screen_rows, y_scale); in dumb_init_pictures()
139 if (pict_info[i].orig_height && !pict_info[i].height) in dumb_init_pictures()
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dspherical.c45 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
50 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
52 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dspherical.c45 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
50 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
52 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dloading-screen.cc32 int iw = m_img.orig_width()*scale, ih = m_img.orig_height()*scale; in _render()
37 (float)m_img.orig_height()/m_img.height()); in _render()
45 return { 0, (int)(!dim ? m_img.orig_width() : m_img.orig_height()) }; in _get_preferred_size()
50 float iw = m_img.orig_width(), ih = m_img.orig_height(); in _allocate_region()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dspherical.c44 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
49 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
51 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dspherical.c44 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
49 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
51 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dspherical.c44 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
49 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
51 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Positioner/
H A DAbsolute.php44 $orig_height = $orig_style->height;
93 if ($orig_height === "auto") {
106 if ($orig_height === "auto") {
/dports/graphics/gimageview/gimageview-0.2.27/plugins/image_saver/
H A Dxvpics_saver.c68 gint orig_width = -1, orig_height = -1, orig_size = -1; in save_xvpics() local
86 gimv_image_info_get_image_size (info, &orig_width, &orig_height); in save_xvpics()
94 orig_width, orig_height, orig_size, in save_xvpics()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_pic.c54 int orig_height; member
122 pict_info[i].orig_height = in unix_init_pictures()
135 pict_info[i].orig_height = in unix_init_pictures()
152 pict_info[i].orig_height = in unix_init_pictures()
161 pict_info[i].height = round_div(pict_info[i].orig_height * z_header.screen_rows, y_scale); in unix_init_pictures()
166 if (pict_info[i].orig_height && !pict_info[i].height) in unix_init_pictures()

12345678910>>...17