Home
last modified time | relevance | path

Searched refs:req_height (Results 1 – 25 of 132) sorted by relevance

123456

/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dimage.c57 int req_height, int width, int height, in image_redraw() argument
70 req_height *= 2; in image_redraw()
78 req_width, req_height, in image_redraw()
85 req_width, req_height, in image_redraw()
92 req_height, width, height); in image_redraw()
136 header, x, y - req_height, in image_redraw_tinct()
137 req_width, req_height, tinct_options); in image_redraw_tinct()
140 header, x, y - req_height, in image_redraw_tinct()
167 int req_height, int width, int height) in image_redraw_os() argument
209 f.ymul = req_height; in image_redraw_os()
[all …]
H A Dimage.h35 int req_height, int width, int height,
/dports/graphics/dia/dia-0.97.3/plug-ins/libart/
H A Dexport_png.c103 long req_width, req_height; in export_png_ok() local
126 if (req_width && !req_height) { in export_png_ok()
130 imagewidth = req_height * ratio; in export_png_ok()
131 imageheight = req_height; in export_png_ok()
132 } else if (req_width && req_height) { in export_png_ok()
134 imageheight = req_height; in export_png_ok()
197 if (req_width && !req_height) { in export_png_ok()
201 imagewidth = req_height * ratio; in export_png_ok()
202 imageheight = req_height; in export_png_ok()
203 } else if (req_width && req_height) { in export_png_ok()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/sdl/
H A Di_video.c551 static void VID_SetMode_vid( int req_width, int req_height, int reqflags ) in VID_SetMode_vid() argument
562 req_width, req_height, modelist_bitpp, reqflags, in VID_SetMode_vid()
576 vid.height = req_height; in VID_SetMode_vid()
658 int req_width, req_height; in VID_SetMode() local
681 req_height = vid_modelist[mi].h; in VID_SetMode()
690 if(!OglSdlSurface(req_width, req_height, true)) in VID_SetMode()
700 req_height = windowedModes[mi][1]; in VID_SetMode()
704 VID_SetMode_vid( req_width, req_height, surfaceFlags ); // window in VID_SetMode()
709 if(!OglSdlSurface(req_width, req_height, 0)) in VID_SetMode()
976 vid.height = req_height; in I_RequestFullGraphics()
[all …]
/dports/graphics/zbar/zbar-0.23.90/gtk/
H A Dzbargtk.c185 zbar->req_height = zbar_video_get_height(zbar->video); in zbar_gtk_video_open()
456 zbar->req_height *= scale; in zbar_get_preferred_width()
488 if (zbar->req_height > screen_height) { in zbar_get_preferred_height()
489 float scale = screen_height * .8 / zbar->req_height; in zbar_get_preferred_height()
492 zbar->req_height *= scale; in zbar_get_preferred_height()
495 *minimum_height = zbar->req_height; in zbar_get_preferred_height()
496 *natural_height = zbar->req_height; in zbar_get_preferred_height()
529 requisition->height = zbar->req_height; in zbar_gtk_size_request()
665 zbar->req_height = zbar->video_height = height; in zbar_gtk_request_video_size()
724 zbar->req_height = zbar->video_height = DEFAULT_HEIGHT; in zbar_gtk_init()
H A Dzbargtkprivate.h73 unsigned req_width, req_height; member
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dfont-loader.c240 gint req_height = REQ_HEIGHT_DEFAULT; in find_best_pixel_size_scalable() local
247 if (FT_Set_Pixel_Sizes (loader->ft_face, req_width, req_height)) in find_best_pixel_size_scalable()
259 { req_height++; height_chg |= 1; } in find_best_pixel_size_scalable()
261 { req_height--; height_chg |= 2; } in find_best_pixel_size_scalable()
269 req_height++; in find_best_pixel_size_scalable()
270 if (FT_Set_Pixel_Sizes (loader->ft_face, req_width, req_height)) in find_best_pixel_size_scalable()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/src/
H A Dx11_in_gtk3.c43 int req_height; member
298 : self->req_height); in suil_x11_wrapper_get_preferred_height()
300 : self->req_height); in suil_x11_wrapper_get_preferred_height()
302 *natural_height = *minimum_height = self->req_height; in suil_x11_wrapper_get_preferred_height()
344 self->req_height = 0; in suil_x11_wrapper_init()
353 wrap->req_height = height; in wrapper_resize()
H A Dcocoa_in_gtk2.mm58 int req_height; field
125 requisition->height = self->req_height;
246 self->req_width = self->req_height = 0;
257 wrap->req_height = height;
/dports/x11/libX11/libX11-1.7.2/src/
H A DPutImage.c844 unsigned int req_width, unsigned int req_height, in PutImageRequest() argument
855 req->height = req_height; in PutImageRequest()
875 unsigned int req_height, in PutSubImage() argument
881 if ((req_width == 0) || (req_height == 0)) in PutSubImage()
898 if ((BytesPerRow * req_height) <= Available) { in PutSubImage()
900 req_width, req_height, in PutSubImage()
902 } else if (req_height > 1) { in PutSubImage()
914 req_width, req_height - SubImageHeight, in PutSubImage()
943 unsigned int req_height) in XPutImage() argument
947 long height = req_height; in XPutImage()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dau_pluginui.h84 gint get_preferred_height () { return req_height; } in get_preferred_height()
131 int req_height; variable
/dports/cad/sp2sp/gwave2-20090213/src/
H A Dwavepanel.c295 wp->req_height = WAVEPANEL_MIN_HEIGHT; in setup_wave_panel()
297 wp->req_height = WAVEPANEL_MAX_REQHEIGHT; in setup_wave_panel()
299 wp->req_height = minheight; in setup_wave_panel()
303 wp->req_height); in setup_wave_panel()
634 wp->req_height = min_height;
637 wp->req_height);
/dports/audio/suil/suil-0.10.10/src/
H A Dx11_in_gtk3.c52 int req_height; member
321 ((hints.flags & PMinSize) ? hints.min_height : self->req_height); in suil_x11_wrapper_get_preferred_height()
323 *natural_height = *minimum_height = self->req_height; in suil_x11_wrapper_get_preferred_height()
362 self->req_height = 0; in suil_x11_wrapper_init()
371 wrap->req_height = height; in wrapper_resize()
H A Dcocoa_in_gtk2.mm63 int req_height;
130 requisition->height = self->req_height;
254 self->req_height = 0;
267 wrap->req_height = height;
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dscreen.c608 req_height = cv_scr_height.value; in SCR_apply_video_settings()
614 CONS_Printf("Request video: %d x %d (%d bits)\n", req_width, req_height, req_bitpp ); in SCR_apply_video_settings()
618 setmodeneeded = VID_GetModeForSize( req_width, req_height, vid_mode_table[cv_fullscreen.EV] ); in SCR_apply_video_settings()
H A Di_video.h109 extern uint16_t req_width, req_height;
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Dinformation.lua80 local _, req_height = self.black_font:sizeOf(text, self.text_width)
81 total_req_height = total_req_height + req_height
/dports/games/yadex/yadex-1.7.0/src/
H A Dedwidget.h22 int const req_height (); // Tell me the height you'd like 2 have
H A Dmenu.h108 int req_height ();
/dports/audio/gmpc/gmpc-11.8.16/src/Widgets/
H A Dgmpc-image-async.c62 gint req_height; member
113 …c (GmpcPixbufLoaderAsync* self, const gchar* uri, gint req_width, gint req_height, GCancellable* c…
358 …e (GmpcPixbufLoaderAsync* self, const gchar* uri, gint req_width, gint req_height, GmpcModificatio… in gmpc_pixbuf_loader_async_set_from_file() argument
368 self->priv->height = req_height; in gmpc_pixbuf_loader_async_set_from_file()
455 …c (GmpcPixbufLoaderAsync* self, const gchar* uri, gint req_width, gint req_height, GCancellable* c… in gmpc_pixbuf_loader_async_load_from_file_async() argument
463 _data_->req_height = req_height; in gmpc_pixbuf_loader_async_load_from_file_async()
503 data->self->priv->height = data->req_height; in gmpc_pixbuf_loader_async_load_from_file_async_co()
H A Dgmpc-image-async.vala134 … public new void set_from_file(string uri, int req_width, int req_height, ModificationType border)
137 height = req_height;
181 …private async void load_from_file_async(string uri, int req_width, int req_height, GLib.Cancellabl…
184 height = req_height;
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/djgppdos/
H A DI_video.c427 vid.height = req_height; in I_RequestFullGraphics()
431 initial_mode = VID_GetModeForSize( req_width, req_height, select_fullscreen_mode ); in I_RequestFullGraphics()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/os2/
H A DI_video.c257 vid.height = req_height; in I_RequestFullGraphics()
259 initialmode = VID_GetModeForSize( req_width, req_height, select_fullscreen_mode ); in I_RequestFullGraphics()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/lv2/suil/
H A Dcocoa_in_gtk3.mm60 int req_height;
141 requisition->height = self->req_height;
268 self->req_width = self->req_height = 0;
279 wrap->req_height = height;
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dprocessor.h72 unsigned req_width, req_height; /* application requested video size */ member

123456