Home
last modified time | relevance | path

Searched refs:temp_height (Results 1 – 25 of 86) sorted by relevance

1234

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcGradientCount.cc196 int temp_height = 0; in generatePeak() local
197 if (m_plateau < 0) temp_height = 1; in generatePeak()
198 else temp_height = m_height; in generatePeak()
204 m_peakx = rng.GetUInt(m_min_x + temp_height, m_max_x - temp_height + 1); in generatePeak()
205 m_peaky = rng.GetUInt(m_min_y + temp_height, m_max_y - temp_height + 1); in generatePeak()
380 int temp_height = 0; in getCurrentPlatValues() local
382 else temp_height = m_height; in getCurrentPlatValues()
454 int temp_height = 0; in setHaloPeakMovement() local
456 else temp_height = m_height; in setHaloPeakMovement()
574 int temp_height = 0; in movePeak() local
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dvg.c117 unsigned temp_height = 0; in vg_init() local
146 temp_height = mode_height; in vg_init()
150 if (temp_width != 0 && temp_height != 0) in vg_init()
173 win_height = temp_height; in vg_init()
184 temp_height = 0; in vg_init()
193 temp_height = mode_height; 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()
471 unsigned temp_height = 0; in vg_alive() local
[all …]
H A Dvita2d_gfx.c55 unsigned temp_height = PSP_FB_HEIGHT; in vita2d_gfx_init() local
87 temp_height = video_mode_data.height; in vita2d_gfx_init()
104 vita->video_height = temp_height; in vita2d_gfx_init()
106 video_driver_set_size(temp_width, temp_height); in vita2d_gfx_init()
158 unsigned temp_height = PSP_FB_HEIGHT; in vita2d_gfx_frame() local
225 temp_height = video_mode_data.height; in vita2d_gfx_frame()
237 temp_height / (float)vita->height); in vita2d_gfx_frame()
277 0.0f, temp_height / 2.0f - h/2.0f, in vita2d_gfx_frame()
400 float height = temp_height; in vita2d_gfx_update_viewport()
419 width = temp_height; in vita2d_gfx_update_viewport()
[all …]
H A Dgdi_gfx.c219 unsigned temp_width = 0, temp_height = 0; in gdi_gfx_init() local
276 temp_height = mode_height; 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()
502 unsigned temp_height = 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.c350 unsigned temp_height = 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.c429 unsigned temp_height = 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
335 temp_height = mode_height; 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()
994 unsigned temp_height = 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/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()
192 image_data = (png_byte*)new png_byte[rowbytes * temp_height * sizeof(png_byte)+15]; in LoadFile()
201 png_bytep * row_pointers = (png_bytep*) new png_bytep[temp_height * sizeof(png_bytep)]; in LoadFile()
211 for (unsigned int i = 0; i < temp_height; i++) in LoadFile()
222 frame.rgbaImage.height = temp_height; 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
143 temp_height = 10 * dest_height; 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.php34 $temp_height = 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…
229 temp_height = height;
244 temp_height = ch;
259 temp_height = ch;
271 …y = (y - temp_steps_y + j) <= 0 ? 0 : (y - temp_steps_y + j) >= temp_height ? temp_height-1 : y - …
/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…
229 temp_height = height;
244 temp_height = ch;
259 temp_height = ch;
271 …y = (y - temp_steps_y + j) <= 0 ? 0 : (y - temp_steps_y + j) >= temp_height ? temp_height-1 : y - …
/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
252 &temp_height, nullptr /* depth */); 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
236 &temp_height, nullptr /* depth */); in BindOrCopyTextureIfNecessary()
237 *size = gfx::Size(temp_width, temp_height); in BindOrCopyTextureIfNecessary()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vpx_scale/generic/
H A Dvpx_scale.c484 unsigned char temp_height,
498 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
510 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
522 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c475 unsigned char *temp_area, unsigned char temp_height, in vpx_scale_frame() argument
486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame()
500 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()
516 dw / 2, dh / 2, temp_area, temp_height, hscale, hratio, vscale, in vpx_scale_frame()

1234