Home
last modified time | relevance | path

Searched refs:temp_width (Results 1 – 25 of 116) sorted by relevance

12345

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dvg.c116 unsigned temp_width = 0; in vg_init() local
145 temp_width = mode_width; in vg_init()
150 if (temp_width != 0 && temp_height != 0) in vg_init()
172 win_width = temp_width; in vg_init()
183 temp_width = 0; in vg_init()
192 temp_width = mode_width; in vg_init()
197 if (temp_width != 0 && temp_height != 0) in vg_init()
200 temp_width, temp_height); in vg_init()
210 vg->ctx_data, temp_width, temp_height); in vg_init()
470 unsigned temp_width = 0; in vg_alive() local
[all …]
H A Dvita2d_gfx.c54 unsigned temp_width = PSP_FB_WIDTH; in vita2d_gfx_init() local
86 temp_width = video_mode_data.width; in vita2d_gfx_init()
103 vita->video_width = temp_width; in vita2d_gfx_init()
106 video_driver_set_size(temp_width, temp_height); in vita2d_gfx_init()
157 unsigned temp_width = PSP_FB_WIDTH; in vita2d_gfx_frame() local
224 temp_width = video_mode_data.width; in vita2d_gfx_frame()
236 temp_width / (float)vita->width, in vita2d_gfx_frame()
269 temp_width / 2.0f - w/2.0f, 0.0f, in vita2d_gfx_frame()
399 float width = temp_width; in vita2d_gfx_update_viewport()
420 height = temp_width; in vita2d_gfx_update_viewport()
[all …]
H A Dgdi_gfx.c219 unsigned temp_width = 0, temp_height = 0; in gdi_gfx_init() local
275 temp_width = mode_width; in gdi_gfx_init()
282 if (temp_width != 0 && temp_height != 0) in gdi_gfx_init()
283 video_driver_set_size(temp_width, temp_height); in gdi_gfx_init()
285 video_driver_get_size(&temp_width, &temp_height); in gdi_gfx_init()
287 RARCH_LOG("[GDI]: Using resolution %ux%u\n", temp_width, temp_height); in gdi_gfx_init()
501 unsigned temp_width = 0; in gdi_gfx_alive() local
508 video_driver_get_size(&temp_width, &temp_height); in gdi_gfx_alive()
511 &quit, &resize, &temp_width, &temp_height); in gdi_gfx_alive()
515 if (temp_width != 0 && temp_height != 0) in gdi_gfx_alive()
[all …]
H A Dnetwork_gfx.c349 unsigned temp_width = 0; in network_gfx_alive() local
355 video_driver_get_size(&temp_width, &temp_height); in network_gfx_alive()
357 if (temp_width != 0 && temp_height != 0) in network_gfx_alive()
358 video_driver_set_size(temp_width, temp_height); in network_gfx_alive()
H A Dsixel_gfx.c428 unsigned temp_width = 0; in sixel_gfx_alive() local
435 video_driver_get_size(&temp_width, &temp_height); in sixel_gfx_alive()
437 if (temp_width != 0 && temp_height != 0) in sixel_gfx_alive()
438 video_driver_set_size(temp_width, temp_height); in sixel_gfx_alive()
H A Dgl1.c227 unsigned temp_width = 0, temp_height = 0; in gl1_gfx_init() local
334 temp_width = mode_width; in gl1_gfx_init()
339 if (temp_width != 0 && temp_height != 0) in gl1_gfx_init()
340 video_driver_set_size(temp_width, temp_height); in gl1_gfx_init()
342 video_driver_get_size(&temp_width, &temp_height); in gl1_gfx_init()
344 RARCH_LOG("[GL1]: Using resolution %ux%u\n", temp_width, temp_height); in gl1_gfx_init()
993 unsigned temp_width = 0; in gl1_gfx_alive() local
1001 video_driver_get_size(&temp_width, &temp_height); in gl1_gfx_alive()
1004 &quit, &resize, &temp_width, &temp_height); in gl1_gfx_alive()
1011 if (temp_width != 0 && temp_height != 0) in gl1_gfx_alive()
[all …]
/dports/graphics/drawing/drawing-0.8.4/src/tools/classic_tools/brushes/
H A Dbrush_simple.py108 temp_width = 0
111 if temp_width == 0:
112 temp_width = (new_width + base_width) / 2
114 temp_width = (new_width + temp_width + temp_width) / 3
115 width = max(1, int(temp_width))
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dgschem_selection_adapter.c252 gint temp_width; in gschem_selection_adapter_get_fill_angle1() local
303 gint temp_width; in gschem_selection_adapter_get_fill_angle2() local
354 gint temp_width; in gschem_selection_adapter_get_fill_pitch1() local
405 gint temp_width; in gschem_selection_adapter_get_fill_pitch2() local
456 gint temp_width; in gschem_selection_adapter_get_fill_type() local
507 gint temp_width; in gschem_selection_adapter_get_fill_width() local
1026 gint temp_width; in gschem_selection_adapter_set_fill_angle1() local
1085 gint temp_width; in gschem_selection_adapter_set_fill_angle2() local
1146 gint temp_width; in gschem_selection_adapter_set_fill_pitch1() local
1205 gint temp_width; in gschem_selection_adapter_set_fill_pitch2() local
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/TexturePacker/src/decoder/
H A DPNGDecoder.cpp137 png_uint_32 temp_width, temp_height; in LoadFile() local
140 png_get_IHDR(png_ptr, info_ptr, &temp_width, &temp_height, &bit_depth, &color_type, in LoadFile()
223 frame.rgbaImage.width = temp_width; in LoadFile()
225 frame.rgbaImage.pitch = 4 * temp_width; in LoadFile()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dpixbuf-utils.c129 int temp_width = dest_width, temp_height = dest_height; in _gdk_pixbuf_scale_simple_safe() local
139 temp_width = 10 * dest_width; in _gdk_pixbuf_scale_simple_safe()
145 if ( (temp_width != dest_width) || (temp_height != dest_height)) { in _gdk_pixbuf_scale_simple_safe()
146 temp_pixbuf1 = gdk_pixbuf_scale_simple (src, temp_width, temp_height, interp_type); in _gdk_pixbuf_scale_simple_safe()
/dports/net-mgmt/phpweathermap/weathermap/
H A Dcheck-gdbug.php33 $temp_width = 10; variable
36 $node_im=imagecreatetruecolor($temp_width,$temp_height );
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dunsharp_opencl_kernel.h220 …int i, j, x, y, temp_src_stride, temp_dst_stride, temp_height, temp_width, temp_steps_x, temp_step…
230 temp_width = width;
245 temp_width = cw;
260 temp_width = cw;
273 …_x = (x - temp_steps_x + i) <= 0 ? 0 : (x - temp_steps_x + i) >= temp_width ? temp_width-1 : x - t…
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dunsharp_opencl_kernel.h220 …int i, j, x, y, temp_src_stride, temp_dst_stride, temp_height, temp_width, temp_steps_x, temp_step…
230 temp_width = width;
245 temp_width = cw;
260 temp_width = cw;
273 …_x = (x - temp_steps_x + i) <= 0 ? 0 : (x - temp_steps_x + i) >= temp_width ? temp_width-1 : x - t…
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/third_party/libyuv/source/
H A Drow_gcc.cc3182 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3197 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3205 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3222 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3234 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3249 "+r"(temp_width) // %2 in MirrorUVRow_SSSE3()
3257 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_AVX2() local
3274 "+r"(temp_width) // %2 in MirrorUVRow_AVX2()
3307 "+r"(temp_width) // %3 in MirrorSplitUVRow_SSSE3()
3353 "+r"(temp_width) // %2 in RGB24MirrorRow_SSSE3()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/source/
H A Drow_gcc.cc3182 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3197 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3205 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3222 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3234 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3249 "+r"(temp_width) // %2 in MirrorUVRow_SSSE3()
3257 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_AVX2() local
3274 "+r"(temp_width) // %2 in MirrorUVRow_AVX2()
3307 "+r"(temp_width) // %3 in MirrorSplitUVRow_SSSE3()
3353 "+r"(temp_width) // %2 in RGB24MirrorRow_SSSE3()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/source/
H A Drow_gcc.cc3182 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3197 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3205 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3222 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3234 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3249 "+r"(temp_width) // %2 in MirrorUVRow_SSSE3()
3257 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_AVX2() local
3274 "+r"(temp_width) // %2 in MirrorUVRow_AVX2()
3307 "+r"(temp_width) // %3 in MirrorSplitUVRow_SSSE3()
3353 "+r"(temp_width) // %2 in RGB24MirrorRow_SSSE3()
[all …]
/dports/multimedia/aom/aom-3.2.0/third_party/libyuv/source/
H A Drow_gcc.cc3182 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3197 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3205 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3222 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3234 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3249 "+r"(temp_width) // %2 in MirrorUVRow_SSSE3()
3257 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_AVX2() local
3274 "+r"(temp_width) // %2 in MirrorUVRow_AVX2()
3307 "+r"(temp_width) // %3 in MirrorSplitUVRow_SSSE3()
3353 "+r"(temp_width) // %2 in RGB24MirrorRow_SSSE3()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dimage_context_impl.cc250 GLsizei temp_width, temp_height; in BindOrCopyTextureIfNecessary() local
251 texture->GetLevelSize(texture_base->target(), 0 /* level */, &temp_width, in BindOrCopyTextureIfNecessary()
253 *size = gfx::Size(temp_width, temp_height); in BindOrCopyTextureIfNecessary()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dimage_context_impl.cc234 GLsizei temp_width, temp_height; in BindOrCopyTextureIfNecessary() local
235 texture->GetLevelSize(texture_base->target(), 0 /* level */, &temp_width, in BindOrCopyTextureIfNecessary()
237 *size = gfx::Size(temp_width, temp_height); in BindOrCopyTextureIfNecessary()
/dports/graphics/libyuv/libyuv-0.0.1789/source/
H A Drow_gcc.cc4350 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
4365 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
4373 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
4390 "+r"(temp_width) // %2 in MirrorRow_AVX2()
4402 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
4417 "+r"(temp_width) // %2 in MirrorUVRow_SSSE3()
4425 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_AVX2() local
4442 "+r"(temp_width) // %2 in MirrorUVRow_AVX2()
4475 "+r"(temp_width) // %3 in MirrorSplitUVRow_SSSE3()
4521 "+r"(temp_width) // %2 in RGB24MirrorRow_SSSE3()
[all …]
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-location-buttons.c659 gint temp_width; in thunar_location_buttons_size_allocate() local
700 gtk_widget_get_preferred_width (GTK_WIDGET (lp->data), &temp_width, NULL); in thunar_location_buttons_size_allocate()
701 required_width_total += temp_width; in thunar_location_buttons_size_allocate()
725 …ns_detect_first_visible_button(buttons, available_space.width - required_width_total, &temp_width); in thunar_location_buttons_size_allocate()
727 …ons_detect_last_visible_button(buttons, available_space.width - required_width_total, &temp_width); in thunar_location_buttons_size_allocate()
729 required_width_total += temp_width; in thunar_location_buttons_size_allocate()
784 …gtk_widget_get_preferred_width (GTK_WIDGET (buttons->left_slider), &temp_width, NULL); //to dont g… in thunar_location_buttons_size_allocate()
785 gtk_widget_get_preferred_width (GTK_WIDGET (buttons->right_slider), &temp_width, NULL); in thunar_location_buttons_size_allocate()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dmerge.py322 temp_height, temp_width = (
326 temp_shape = (src_count, temp_height, temp_width)
341 region = dest[:, roff : roff + temp_height, coff : coff + temp_width]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc3081 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3096 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3104 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3121 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3135 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3154 "+r"(temp_width) // %3 in MirrorUVRow_SSSE3()
3163 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_SSE2() local
3179 "+r"(temp_width) // %2 in ARGBMirrorRow_SSE2()
3189 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_AVX2() local
3204 "+r"(temp_width) // %2 in ARGBMirrorRow_AVX2()
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/source/
H A Drow_gcc.cc2938 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
2953 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
2961 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
2978 "+r"(temp_width) // %2 in MirrorRow_AVX2()
2992 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3011 "+r"(temp_width) // %3 in MirrorUVRow_SSSE3()
3020 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_SSE2() local
3036 "+r"(temp_width) // %2 in ARGBMirrorRow_SSE2()
3046 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_AVX2() local
3061 "+r"(temp_width) // %2 in ARGBMirrorRow_AVX2()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc3081 intptr_t temp_width = (intptr_t)(width); in MirrorRow_SSSE3() local
3096 "+r"(temp_width) // %2 in MirrorRow_SSSE3()
3104 intptr_t temp_width = (intptr_t)(width); in MirrorRow_AVX2() local
3121 "+r"(temp_width) // %2 in MirrorRow_AVX2()
3135 intptr_t temp_width = (intptr_t)(width); in MirrorUVRow_SSSE3() local
3154 "+r"(temp_width) // %3 in MirrorUVRow_SSSE3()
3163 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_SSE2() local
3179 "+r"(temp_width) // %2 in ARGBMirrorRow_SSE2()
3189 intptr_t temp_width = (intptr_t)(width); in ARGBMirrorRow_AVX2() local
3204 "+r"(temp_width) // %2 in ARGBMirrorRow_AVX2()

12345