Home
last modified time | relevance | path

Searched refs:base_h (Results 1 – 25 of 118) sorted by relevance

12345

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudparse.h37 void load_gauge_custom(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<in…
40 void load_gauge_messages(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<…
46 void load_gauge_support(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<i…
49 void load_gauge_damage(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<in…
55 void load_gauge_auto_speed(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vecto…
70 void load_gauge_weapons(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<i…
79 void load_gauge_lag(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<int>*…
139 void load_gauge_lead(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<int>…
145 void load_gauge_lock(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<int>…
157 void load_gauge_ping(int base_w, int base_h, int hud_font, bool scale_gauge = true, SCP_vector<int>…
[all …]
H A Dhudparse.cpp1125 if(check_base_res(base_w, base_h)) { in gauge_load_common()
1127 base_res[1] = base_h; in gauge_load_common()
1267 if(check_base_res(base_w, base_h)) { in load_gauge_custom()
1269 base_res[1] = base_h; in load_gauge_custom()
1453 (base_w, base_h, hud_font, scale_gauge, ship_idx, use_clr, in load_gauge_mini_shields()
1537 (base_w, base_h, hud_font, scale_gauge, ship_idx, use_clr, in load_gauge_weapon_energy()
1809 (base_w, base_h, hud_font, scale_gauge, ship_idx, use_clr, in load_gauge_afterburner()
1956 (base_w, base_h, hud_font, scale_gauge, ship_idx, use_clr, in load_gauge_threat_indicator()
2030 (base_w, base_h, hud_font, scale_gauge, ship_idx, use_clr, in load_gauge_center_reticle()
2902 if(check_base_res(base_w, base_h)) { in load_gauge_radar_dradis()
[all …]
H A Dhud.cpp420 base_h = h; in initBaseResolution()
723 gr_set_screen_scale(base_w, base_h); in renderString()
726 gr_set_screen_scale(base_w, base_h); in renderString()
746 gr_set_screen_scale(base_w, base_h); in renderString()
749 gr_set_screen_scale(base_w, base_h); in renderString()
1013 gr_set_screen_scale(base_w, base_h); in setClip()
1044 gr_set_screen_scale(base_w, base_h); in resetClip()
1058 gr_set_screen_scale(base_w, base_h); in unsize()
1065 gr_set_screen_scale(base_w, base_h); in unsize()
1072 gr_set_screen_scale(base_w, base_h); in resize()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/vsutl/
H A Dfnc_vsutl.cpp209 int compute_plane_height (const ::VSFormat &fmt, int plane_index, int base_h) in compute_plane_height() argument
213 assert (base_h >= 0); in compute_plane_height()
217 assert ((base_h & ((1 << fmt.subSamplingH) - 1)) == 0); in compute_plane_height()
218 base_h >>= fmt.subSamplingH; in compute_plane_height()
221 return base_h; in compute_plane_height()
/dports/misc/vxl/vxl-3.3.2/core/vil1/
H A Dvil1_resample_image.hxx36 unsigned base_h = base_y1 - base_y0 + 1; in vil1_resample_image() local
39 std::vector<T> base_buf(base_w * base_h); in vil1_resample_image()
40 if (! base.get_section(/* xxx */&base_buf[0], base_x0, base_y0, base_w, base_h)) { in vil1_resample_image()
/dports/games/scourge/scourge/src/render/
H A D3dsshape.h115 float base_w, base_h; variable
125 int lighting = 0, float base_w = 0, float base_h = 0 );
145 …float offs_z, float xrot3d, float yrot3d, float zrot3d, int lighting, float base_w, float base_h );
H A D3dsshape.cpp35 int lighting, float base_w, float base_h ) : in C3DSShape() argument
37 …size_x, size_y, size_z, offs_x, offs_y, offs_z, xrot3d, yrot3d, zrot3d, lighting, base_w, base_h ); in C3DSShape()
60 …loat offs_z, float xrot3d, float yrot3d, float zrot3d, int lighting, float base_w, float base_h ) { in commonInit() argument
77 this->base_h = base_h; in commonInit()
224 if ( base_h > 0 ) { in normalizeModel()
225 this->depth = toint( base_h ); in normalizeModel()
226 this->offs_y += size_y - base_h; in normalizeModel()
/dports/x11-wm/durden/durden-0.6.1/durden/tools/
H A Dextbtn.lua142 local base_h = base_w;
147 base_h = ctx.cp.size_pct * 0.01 * bar.height;
153 return base_w, base_h;
285 local base_w, base_h = size_for_ctx(ctx, bar);
286 resize_image(source, base_w, base_h);
289 local surf = null_surface(base_w, base_h);
305 base_w, base_h,
312 0, base_h, status.width, status.height)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tests/checkasm/
H A Dlooprestoration.c83 const int base_h = 1 + (rnd() & 63); in check_wiener() local
92 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
137 const int base_h = 1 + (rnd() & 63); in check_sgr() local
146 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tests/checkasm/
H A Dlooprestoration.c83 const int base_h = 1 + (rnd() & 63); in check_wiener() local
92 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
137 const int base_h = 1 + (rnd() & 63); in check_sgr() local
146 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
95 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
146 const int base_h = 1 + (rnd() & 63); in check_sgr() local
155 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/www/firefox/firefox-99.0/third_party/dav1d/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
95 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
146 const int base_h = 1 + (rnd() & 63); in check_sgr() local
155 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A Dfnc_fmtcl.cpp123 int compute_plane_height (ColorFamily col_fam, int ss_v, int base_h, int plane_index) in compute_plane_height() argument
129 assert (base_h >= 0); in compute_plane_height()
131 int plane_h = base_h; in compute_plane_height()
134 assert ((base_h & ((1 << ss_v) - 1)) == 0); in compute_plane_height()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
95 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
149 const int base_h = 1 + (rnd() & 63); in check_sgr() local
158 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
95 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
149 const int base_h = 1 + (rnd() & 63); in check_sgr() local
158 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/multimedia/handbrake/dav1d-0.9.0/tests/checkasm/
H A Dlooprestoration.c86 const int base_h = 1 + (rnd() & 63); in check_wiener() local
95 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_wiener()
149 const int base_h = 1 + (rnd() & 63); in check_sgr() local
158 const int h = edges & LR_HAVE_BOTTOM ? 64 : base_h; in check_sgr()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhud.cpp377 base_h = h; in initBaseResolution()
690 gr_set_screen_scale(base_w, base_h); in renderString()
693 gr_set_screen_scale(base_w, base_h); in renderString()
713 gr_set_screen_scale(base_w, base_h); in renderString()
716 gr_set_screen_scale(base_w, base_h); in renderString()
986 gr_set_screen_scale(base_w, base_h); in setClip()
1017 gr_set_screen_scale(base_w, base_h); in resetClip()
1031 gr_set_screen_scale(base_w, base_h); in unsize()
1038 gr_set_screen_scale(base_w, base_h); in unsize()
1045 gr_set_screen_scale(base_w, base_h); in resize()
[all …]
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dicccm.c177 h -= ewin->icccm.base_h; in ICCCM_SizeMatch()
224 h += ewin->icccm.base_h; in ICCCM_SizeMatch()
244 *hi = (h - ewin->icccm.base_h) / ewin->icccm.h_inc; in ICCCM_GetIncrementalSize()
260 ewin->icccm.base_h = hbase; in ICCCM_SetSizeConstraints()
520 ewin->icccm.base_h = hint.base_height; in ICCCM_GetGeoms()
525 ewin->icccm.base_h = ewin->icccm.height_min; in ICCCM_GetGeoms()
530 if (ewin->icccm.height_min < ewin->icccm.base_h) in ICCCM_GetGeoms()
531 ewin->icccm.height_min = ewin->icccm.base_h; in ICCCM_GetGeoms()
535 if (ewin->icccm.height_max < ewin->icccm.base_h) in ICCCM_GetGeoms()
536 ewin->icccm.height_max = ewin->icccm.base_h; in ICCCM_GetGeoms()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/anim/
H A Danimplay.cpp117 void anim_play_init(anim_play_struct *aps, anim *a_info, int x, int y, int base_w, int base_h) in MONITOR()
123 aps->base_h = base_h; in MONITOR()
198 if(aps->base_w < 0 || aps->base_h < 0) { in anim_play()
200 instance->base_h = gr_screen.max_h_unscaled_zoomed; in anim_play()
203 instance->base_h = aps->base_h; in anim_play()
493 gr_set_screen_scale(instance->base_w, instance->base_h); in anim_show_next_frame()
494 gr_set_clip(0, 0, instance->base_w, instance->base_h, GR_RESIZE_MENU); in anim_show_next_frame()
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DColor.c66 unsigned base_h, base_s, base_l; local
87 base_h = appres->foreground_hue;
92 base_h = appres->background_hue;
98 h = (h + base_h) % 360;
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/anim/
H A Danimplay.cpp117 void anim_play_init(anim_play_struct *aps, anim *a_info, int x, int y, int base_w, int base_h) in MONITOR()
123 aps->base_h = base_h; in MONITOR()
198 if(aps->base_w < 0 || aps->base_h < 0) { in anim_play()
200 instance->base_h = gr_screen.max_h_unscaled; in anim_play()
203 instance->base_h = aps->base_h; in anim_play()
491 gr_set_screen_scale(instance->base_w, instance->base_h); in anim_show_next_frame()
492 gr_set_clip(0, 0, instance->base_w, instance->base_h, GR_RESIZE_MENU); in anim_show_next_frame()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dwebcollage-helper.c183 int base_w, base_h; in paste() local
192 base_h = gdk_pixbuf_get_height (base_pb); in paste()
197 progname, base_file, base_w, base_h); in paste()
279 if (to_y + h > base_h) /* to bottom out of bounds */ in paste()
281 h = base_h - to_y; in paste()
/dports/graphics/aloadimage/arcan-0.6.1/data/appl/console/
H A Dconsole_osdkbd.lua68 function(btn, kbd, base_w, base_h)
79 local bg = color_surface(base_w, base_h, unpack(bgcol))
99 local quad_h = 0.5 * base_h - (0.5 * lh) - 4
127 local flash = color_surface(base_w, base_h, 255, 255, 255)
/dports/sysutils/acfgfs/arcan-0.6.1/data/appl/console/
H A Dconsole_osdkbd.lua68 function(btn, kbd, base_w, base_h)
79 local bg = color_surface(base_w, base_h, unpack(bgcol))
99 local quad_h = 0.5 * base_h - (0.5 * lh) - 4
127 local flash = color_surface(base_w, base_h, 255, 255, 255)
/dports/x11/arcan-trayicon/arcan-0.6.1/data/appl/console/
H A Dconsole_osdkbd.lua68 function(btn, kbd, base_w, base_h)
79 local bg = color_surface(base_w, base_h, unpack(bgcol))
99 local quad_h = 0.5 * base_h - (0.5 * lh) - 4
127 local flash = color_surface(base_w, base_h, 255, 255, 255)

12345