Home
last modified time | relevance | path

Searched refs:resized_width (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Resize/
H A DResizeDialog.cpp39 resized_width = orig_width; in ResizeDialog()
83 if (orig_width == resized_width) { in scaledPressed()
87 m_resized = pfs::resize(m_original, resized_width, BilinearInterp); in scaledPressed()
148 resized_width = (int)m_Ui->widthSpinBox->value(); in update_heightSpinBox()
155 resized_width = in update_heightSpinBox()
173 resized_width = rw_from_rh(); in update_widthSpinBox()
176 m_Ui->widthSpinBox->setValue(resized_width); in update_widthSpinBox()
181 resized_width = rw_from_rh(); in update_widthSpinBox()
183 m_Ui->widthSpinBox->setValue((double)resized_width / in update_widthSpinBox()
196 resized_width = orig_width; in defaultpressed()
[all …]
H A DResizeDialog.h54 int resized_width, resized_height; variable
/dports/graphics/icat/icat-0.5/
H A Dicat.c145 int resized_width; in resize_image_if_necessary() local
151 resized_width = cols; in resize_image_if_necessary()
153 resized_width = user_width; in resize_image_if_necessary()
156 float ratio = ((float)resized_width) / *width; in resize_image_if_necessary()
160 *width, *height, resized_width, resized_height); in resize_image_if_necessary()
164 *width = resized_width; in resize_image_if_necessary()
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp341 int resized_width, resized_height; in toggleFullscreen() local
345 SDL_GetWindowSize(sdl_window, &resized_width, &resized_height); in toggleFullscreen()
351 resized_width = display_info->current_w; in toggleFullscreen()
356 glViewport(0, 0, resized_width, resized_height); in toggleFullscreen()
358 this->width = resized_width; in toggleFullscreen()
481 int resized_width, resized_height; in resize() local
484 SDL_GetWindowSize(sdl_window, &resized_width, &resized_height); in resize()
490 resized_width = display_info->current_w; in resize()
495 glViewport(0, 0, resized_width, resized_height); in resize()
497 this->width = resized_width; in resize()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp341 int resized_width, resized_height; in toggleFullscreen() local
345 SDL_GetWindowSize(sdl_window, &resized_width, &resized_height); in toggleFullscreen()
351 resized_width = display_info->current_w; in toggleFullscreen()
356 glViewport(0, 0, resized_width, resized_height); in toggleFullscreen()
358 this->width = resized_width; in toggleFullscreen()
481 int resized_width, resized_height; in resize() local
484 SDL_GetWindowSize(sdl_window, &resized_width, &resized_height); in resize()
490 resized_width = display_info->current_w; in resize()
495 glViewport(0, 0, resized_width, resized_height); in resize()
497 this->width = resized_width; in resize()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/PreviewSettings/
H A DPreviewSettings.cpp155 int resized_width = PREVIEW_WIDTH; in updatePreviews() local
158 resized_width = PREVIEW_HEIGHT * ratio; in updatePreviews()
162 pfs::resize(frame, resized_width, BilinearInterp)); in updatePreviews()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c415 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local
423 resized_width = out->rect.height; in calc_image_resize_coefficients()
805 resized_width - out_right : 0; in find_seams()
1138 u32 resized_width; in calc_tile_resize_coefficients() local
1147 resized_width = out_tile->height; in calc_tile_resize_coefficients()
1149 resized_width = out_tile->width; in calc_tile_resize_coefficients()
1153 resized_width, closest); in calc_tile_resize_coefficients()
1162 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()
1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()
1182 out_tile->height = resized_width; in calc_tile_resize_coefficients()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c415 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local
423 resized_width = out->rect.height; in calc_image_resize_coefficients()
805 resized_width - out_right : 0; in find_seams()
1138 u32 resized_width; in calc_tile_resize_coefficients() local
1147 resized_width = out_tile->height; in calc_tile_resize_coefficients()
1149 resized_width = out_tile->width; in calc_tile_resize_coefficients()
1153 resized_width, closest); in calc_tile_resize_coefficients()
1162 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()
1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()
1182 out_tile->height = resized_width; in calc_tile_resize_coefficients()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c415 u32 resized_width = out->rect.width; in calc_image_resize_coefficients() local
423 resized_width = out->rect.height; in calc_image_resize_coefficients()
805 resized_width - out_right : 0; in find_seams()
1138 u32 resized_width; in calc_tile_resize_coefficients() local
1147 resized_width = out_tile->height; in calc_tile_resize_coefficients()
1149 resized_width = out_tile->width; in calc_tile_resize_coefficients()
1153 resized_width, closest); in calc_tile_resize_coefficients()
1162 resized_width = round_up(resized_width, 8); in calc_tile_resize_coefficients()
1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()
1182 out_tile->height = resized_width; in calc_tile_resize_coefficients()
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/UI/
H A DExportToHtmlDialog.cpp83 int resized_width = in onExportButtonClicked() local
85 resized = pfs::resize(m_frame, resized_width, BilinearInterp); in onExportButtonClicked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dthreaded_icon_loader.cc140 int resized_width = in DecodeAndResizeImageOnBackgroundThread() local
151 decoded_icon_, skia::ImageOperations::RESIZE_GOOD, resized_width, in DecodeAndResizeImageOnBackgroundThread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dthreaded_icon_loader.cc148 int resized_width = in DecodeAndResizeImageOnBackgroundThread() local
159 decoded_icon_, skia::ImageOperations::RESIZE_GOOD, resized_width, in DecodeAndResizeImageOnBackgroundThread()
/dports/graphics/hugin/hugin-2020.0.0/src/deghosting/
H A Dkhan.h351 int resized_width = origWidth / ( iterations/(it+1) ); in createWeightMasks() local
358 if (resized_width > 100 && resized_height > 100) { in createWeightMasks()
360 resizedWeight = vigra::FImage(vigra::Size2D(resized_width,resized_height)); in createWeightMasks()
361 resizedLab = ProcessImageType(vigra::Size2D(resized_width, resized_height)); in createWeightMasks()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/PreviewPanel/
H A DPreviewPanel.cpp360 int resized_width = PREVIEW_WIDTH; in updatePreviews() local
363 resized_width = PREVIEW_HEIGHT * ratio; in updatePreviews()
367 pfs::resize(frame, resized_width, BilinearInterp)); in updatePreviews()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dmd_icon_normalizer.cc210 const int resized_width = required_size.width() - 2 * padding.width(); in MaybeResizeAndPad() local
213 *bitmap_out, skia::ImageOperations::RESIZE_LANCZOS3, resized_width, in MaybeResizeAndPad()
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/t/
H A Djpeg.t52 is( $im->resized_width, 0, "JPEG resized_width is 0 before resize" );
57 is( $im->resized_width, 50, "JPEG resized_width ok" );
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/
H A DChanges10 - Added $img->resized_height() and $img->resized_width() accessors that
H A DScale.xs68 resized_width(HV *self) in resized_width() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_impl.cc181 int resized_width; in ResizeAndEncodeImage() local
193 resized_width = in ResizeAndEncodeImage()
197 resized_width = preferred_width; in ResizeAndEncodeImage()
202 resized_width = preferred_width; in ResizeAndEncodeImage()
205 resized_width = width; in ResizeAndEncodeImage()
211 gfx::Size(resized_width, resized_height)); in ResizeAndEncodeImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sharing/shared_clipboard/
H A Dremote_copy_message_handler.cc488 int resized_width = in OnImageDecoded() local
502 base::BindOnce(&ResizeImage, image, resized_width, resized_height), in OnImageDecoded()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktreeviewcolumn.h82 gint GSEAL (resized_width);
H A Dgtktreeview.c2013 real_requested_width = column->resized_width; in gtk_tree_view_update_size()
2156 real_requested_width = column->resized_width; in gtk_tree_view_get_real_requested_width_from_column()
3639 column->resized_width = new_width; in gtk_tree_view_motion_resize_column()
5393 column->resized_width = MAX (column->resized_width, in gtk_tree_view_key_press()
5395 column->resized_width -= 2; in gtk_tree_view_key_press()
5396 if (column->resized_width < 0) in gtk_tree_view_key_press()
5397 column->resized_width = 0; in gtk_tree_view_key_press()
5407 column->resized_width = MIN (column->resized_width, in gtk_tree_view_key_press()
5422 column->resized_width = MAX (column->resized_width, in gtk_tree_view_key_press()
5424 column->resized_width += 2; in gtk_tree_view_key_press()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktreeviewcolumn.inc43 resized_width : gint;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktreeviewcolumn.inc43 resized_width : gint;
/dports/www/gallery2/gallery2/modules/remote/
H A DGalleryRemote.inc894 $response->setProperty('image.resized_width.' . $i, $der->getWidth());
1199 $response->setProperty('image.resized_width', $der->getWidth());

12