Home
last modified time | relevance | path

Searched refs:real_h (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/p5-Net-Pcap/Net-Pcap-0.18/
H A DPcap.xs443 struct pcap_pkthdr real_h; variable
447 memset(&real_h, '\0', sizeof(real_h));
449 result = pcap_next(p, &real_h);
523 struct pcap_pkthdr real_h; variable
528 memset(&real_h, '\0', sizeof(real_h));
535 real_h.ts.tv_sec = SvIV(*sv);
540 real_h.ts.tv_usec = SvIV(*sv);
545 real_h.caplen = SvIV(*sv);
550 real_h.len = SvIV(*sv);
626 memset(&real_h, '\0', sizeof(real_h));
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/escl/
H A Descl_crop.c44 int real_h = 0; in escl_crop_surface() local
63 real_h = scanner->caps[scanner->source].height - y_off; in escl_crop_surface()
69 *height = real_h; in escl_crop_surface()
72 y_off > 0 || real_h < scanner->caps[scanner->source].height) { in escl_crop_surface()
74 * real_h * bps); in escl_crop_surface()
81 for (y = 0; y < real_h; y++) in escl_crop_surface()
98 scanner->img_size = (int)(real_w * real_h * bps); in escl_crop_surface()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Scrollable/
H A Dscrollbar_widget.cpp242 DI real_h= h- 2*extra - min_h; in decode_position() local
243 SI bef = (SI) ((before*real_h)/total); in decode_position()
244 SI aft = (SI) ((after*real_h)/total); in decode_position()
250 p = (SI) (((sc_pos- sc_min)*real_h)/total); in decode_position()
252 if (p>(real_h- 2*PIXEL)) { aft=real_h-p; bef= 4*PIXEL-aft; } in decode_position()
255 p = (SI) (((sc_pos- sc_min)*real_h)/total); in decode_position()
257 y2= min ((SI) real_h, p+aft) + extra + min_h; in decode_position()
265 SI real_h = h - 2*extra - min_h; in encode_position() local
266 SI dec_y = (SI) (((y - extra - (min_h>>1)) * total) / real_h); in encode_position()
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dtextures.c165 gint real_w, real_h; in make_tile() local
185 real_h = data->h; in make_tile()
187 real_h = data->map->height - data->y; in make_tile()
189 gdk_pixbuf_copy_area(data->map->pixbuf, data->x, data->y, real_w, real_h, in make_tile()
194 gdk_pixbuf_copy_area(tile, real_w - 1, 0, 1, real_h, tile, real_w, 0); in make_tile()
196 if (data->h != real_h) { in make_tile()
198 gdk_pixbuf_copy_area(tile, 0, real_h - 1, real_w, 1, tile, 0, real_h); in make_tile()
202 gdk_pixbuf_copy_area(tile, real_w - 1, real_h - 1, 1, 1, in make_tile()
203 tile, real_w, real_h); in make_tile()
/dports/devel/sdl12/SDL-1.2.15/src/video/x11/
H A DSDL_x11modes.c934 int real_w, real_h; in X11_ResizeFullScreen() local
955 get_real_resolution(this, &real_w, &real_h); in X11_ResizeFullScreen()
959 if ( window_h > real_h ) { in X11_ResizeFullScreen()
960 real_h = MAX(real_h, screen_h); in X11_ResizeFullScreen()
962 XMoveResizeWindow(SDL_Display, FSwindow, x, y, real_w, real_h); in X11_ResizeFullScreen()
963 move_cursor_to(this, real_w/2, real_h/2); in X11_ResizeFullScreen()
967 y = (real_h - window_h)/2; in X11_ResizeFullScreen()
992 int real_w, real_h; in X11_EnterFullScreen() local
1016 get_real_resolution(this, &real_w, &real_h); in X11_EnterFullScreen()
1018 real_h = MAX(window_h, MAX(real_h, screen_h)); in X11_EnterFullScreen()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dzimg.c112 int real_w, real_h; // aligned size member
378 zfmt->height = r->real_h = MP_ALIGN_UP(fmt.h, 1 << desc.chroma_ys); in setup_format()
381 zfmt->height = r->real_h = st->slice_h = in setup_format()
382 MPMIN(st->slice_y + st->slice_h, r->real_h) - st->slice_y; in setup_format()
384 assert(MP_IS_ALIGNED(r->real_h, 1 << desc.chroma_ys)); in setup_format()
390 zfmt->active_region.height = dst->real_h * st->scale_y; in setup_format()
470 int h = r->zmask[0] == ZIMG_BUFFER_MAX ? r->real_h : r->zmask[0] + 1; in allocate_buffer()
471 if (h >= r->real_h) { in allocate_buffer()
472 h = r->real_h; in allocate_buffer()
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Dpanel_io.cxx580 int real_h = node->getIntValue("h", -1); in readInstrument() local
596 if (real_h != -1) { in readInstrument()
597 h_scale = float(real_h) / float(h); in readInstrument()
598 h = real_h; in readInstrument()
757 int real_h = node->getIntValue("h", -1); in readPanel() local
773 if (real_h != -1) { in readPanel()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dlistbox.cpp55 int real_h; in create() local
61 real_h = nrows * th; in create()
63 base_create( wnd, UI_KIND_LISTBOX, _x, _y, _w, real_h ); in create()
82 scrollbar.create( wnd, _x+_w+3, _y, real_h, 0, _numitems-nrows, 0, nrows ); in create()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dlistbox.cpp56 int real_h; in create() local
62 real_h = nrows * th; in create()
64 base_create( wnd, UI_KIND_LISTBOX, _x, _y, _w, real_h ); in create()
83 scrollbar.create( wnd, _x+_w+3, _y, real_h, 0, _numitems-nrows, 0, nrows ); in create()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A Dpanel_io.cxx455 const int real_h (node->getIntValue ("h", -1)); in readInstrument() local
471 if (real_h != -1) { in readInstrument()
472 h_scale = float (real_h) / float (h); in readInstrument()
473 h = real_h; in readInstrument()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dgrid.cpp208 int real_h = 0; in recalculate() local
210 real_h += _split_h[j]; in recalculate()
211 int dy = (h - real_h) / (int)_split_h.size(); in recalculate()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Ddeco_mlc.cpp392 const int real_h = h * 16; in draw_sprites() local
413 const int full_sprite_screen_height = (yscale_frac * real_h + 0); in draw_sprites()
414 const int full_sprite_screen_height_unscaled = (1 * real_h + 0); in draw_sprites()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Ddeco_mlc.cpp392 const int real_h = h * 16; in draw_sprites() local
413 const int full_sprite_screen_height = (yscale_frac * real_h + 0); in draw_sprites()
414 const int full_sprite_screen_height_unscaled = (1 * real_h + 0); in draw_sprites()
/dports/devel/efl/efl-1.25.1/src/modules/ecore_evas/engines/fb/
H A Decore_evas_fb.c52 int real_h; member
426 idata->real_h = ee->h; in _ecore_evas_fullscreen_set()
446 if ((idata->real_w != ee->w) || (idata->real_h != ee->h)) resized = 1; in _ecore_evas_fullscreen_set()
448 ee->h = idata->real_h; in _ecore_evas_fullscreen_set()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/vidix/
H A Dsh_veu_vid.c450 unsigned long addr, real_w, real_h; in sh_veu_setup_planes() local
457 dst->height = real_h = info->dest.h; in sh_veu_setup_planes()
475 real_h, dst->height); in sh_veu_setup_planes()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/vidix/
H A Dsh_veu_vid.c450 unsigned long addr, real_w, real_h; in sh_veu_setup_planes() local
457 dst->height = real_h = info->dest.h; in sh_veu_setup_planes()
475 real_h, dst->height); in sh_veu_setup_planes()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/exynos-gsc/
H A Dgsc-core.h264 u16 real_h; member
276 u16 real_h; member
H A Dgsc-core.c971 .real_h = 32,
983 .real_h = 16, /* yuv420 : 4~16, others : 1 */
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/exynos-gsc/
H A Dgsc-core.h264 u16 real_h; member
276 u16 real_h; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/exynos-gsc/
H A Dgsc-core.h264 u16 real_h; member
276 u16 real_h; member
H A Dgsc-core.c971 .real_h = 32,
983 .real_h = 16, /* yuv420 : 4~16, others : 1 */
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dballoons.cpp303 int16 real_h = (winding == -1) ? h : h + 9; in createBalloon() local
305 balloon->surface->create(w, real_h, Graphics::PixelFormat::createFormatCLUT8()); in createBalloon()
306 balloon->surface->fillRect(Common::Rect(w, real_h), BALLOON_TRANSPARENT_COLOR_NS); in createBalloon()
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dballoons.cpp302 int16 real_h = (winding == -1) ? h : h + 9; in createBalloon() local
304 balloon->surface->create(w, real_h, Graphics::PixelFormat::createFormatCLUT8()); in createBalloon()
305 balloon->surface->fillRect(Common::Rect(w, real_h), BALLOON_TRANSPARENT_COLOR_NS); in createBalloon()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Ddrawing.c918 int real_h=(y+h >= execAnimatePixmapH ? execAnimatePixmapH-y : h); local
924 if (cx >= x && cx < x+real_w && cy >= y && cy < y+real_h) {
935 x, y, real_w, real_h);
987 int real_h=(y+h >= execAnimatePixmapH ? execAnimatePixmapH-y : h); local
991 x, y, real_w, real_h, x, y);
1033 int real_h=(y1+h1 >= execAnimatePixmapH ? execAnimatePixmapH-y1 : h1); local
1039 if (cx >= x1 && cx < x1+real_w && cy >= y1 && cy < y1+real_h) {
1050 x1, y1, real_w, real_h);
1204 int real_h=(y1+h1>=execAnimatePixmapH ? execAnimatePixmapH-y1 : h1); local
1207 x1, y1, real_w, real_h, x1, y1);
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/dataeast/
H A Dd_decomlc.cpp1010 const INT32 real_h = h * 16; in draw_sprites() local
1031 INT32 full_sprite_screen_height = ((yscale<<8)*real_h+(0)); in draw_sprites()
1032 INT32 full_sprite_screen_height_unscaled = ((1)*real_h+(0)); in draw_sprites()

12