Home
last modified time | relevance | path

Searched refs:geometry_width (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/timg/timg-1.4.0/src/
H A Dtimg.cc321 int geometry_width = (term.cols - 2); in main() local
390 geometry_width, geometry_height); in main()
472 geometry_width, geometry_height); in main()
481 geometry_width, geometry_height); in main()
497 geometry_width, geometry_height); in main()
543 geometry_width, geometry_height); in main()
577 geometry_width, geometry_height); in main()
583 if (geometry_width < 1 || geometry_height < 1) { in main()
589 geometry_width, geometry_height); in main()
592 geometry_width, geometry_height); in main()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdktoplevelsize.c154 int geometry_width, geometry_height; in gdk_toplevel_size_validate()
156 geometry_width = size->width; in gdk_toplevel_size_validate()
160 geometry_width -= size->shadow.left + size->shadow.right; in gdk_toplevel_size_validate()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A Damule-gui.cpp124 unsigned int geometry_width = 800; in InitGui() local
140 long width = geometry_width; in InitGui()
179 geometry_width = width; in InitGui()
192 wxSize( geometry_width, geometry_height - 58 )); in InitGui()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A Damule-gui.cpp124 unsigned int geometry_width = 800; in InitGui() local
140 long width = geometry_width; in InitGui()
179 geometry_width = width; in InitGui()
192 wxSize( geometry_width, geometry_height - 58 )); in InitGui()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechoosersettings.c184 get_int_key (key_file, SETTINGS_GROUP, GEOMETRY_WIDTH_KEY, &settings->geometry_width); in ensure_settings_read()
265 settings->geometry_width = -1; in _gtk_file_chooser_settings_init()
329 *out_width = settings->geometry_width; in _gtk_file_chooser_settings_get_geometry()
342 settings->geometry_width = width; in _gtk_file_chooser_settings_set_geometry()
485 GEOMETRY_WIDTH_KEY, settings->geometry_width); in _gtk_file_chooser_settings_save()
H A Dgtkfilechoosersettings.h55 int geometry_width; member
/dports/graphics/py-sorl-thumbnail/sorl-thumbnail-12.6.3/sorl/thumbnail/engines/
H A Dpil_engine.py192 def _entropy_crop(self, image, geometry_width, geometry_height, image_width, image_height): argument
193 geometry_ratio = geometry_width / geometry_height
198 slice_width = max(image_width - geometry_width, 10)
H A Dbase.py223 def _entropy_crop(self, image, geometry_width, geometry_height, image_width, image_height): argument
/dports/graphics/epstool/epstool-3.09/src/
H A Dcargs.h39 int geometry_width; member
H A Dcapp.c360 opt->img_size.x = args->geometry_width; in app_use_args()
/dports/net-im/dino/dino-0.2.2/main/src/ui/
H A Dmain_window_controller.vala62 int geometry_x, geometry_y, geometry_width, geometry_height;
63 …window.get_window().get_geometry(out geometry_x, out geometry_y, out geometry_width, out geometry_…
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dmain.c42 int geometry_width, geometry_height; variable
692 geometry_width = 800; in SetDefaults()
804 mapwin_width = geometry_width; in SizeMapwin()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dmain.c39 int geometry_width, geometry_height; variable
950 geometry_width = 800; in SetDefaults()
1082 mapwin_width = geometry_width; in SizeMapwin()
/dports/math/geogram/geogram-1.7.7/src/bin/geoshade/glsl/ShaderToy/
H A DGeomechanical.glsl39 float geometry_width; //[0-1 range]
172 g_animationChannels.geometry_width*HEX_HALF_WIDTH, PRIM_HEIGHT );
178 g_animationChannels.geometry_width*HEX_HALF_WIDTH, PRIM_HEIGHT );
622 g_animationChannels.geometry_width = geoPose[1];
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/
H A Dinput.cpp25 static unsigned geometry_width = 0; variable
520 geometry_width = width; in input_set_geometry()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Danimate.c811 geometry_width=width, in MagickXAnimateBackgroundImage() local
814 (void) GetMagickGeometry(geometry,&x,&y,&geometry_width,&geometry_height); in MagickXAnimateBackgroundImage()
815 width=(unsigned int) geometry_width; in MagickXAnimateBackgroundImage()
H A Ddisplay.c13242 geometry_width=width, in MagickXDisplayBackgroundImage() local
13245 (void) GetMagickGeometry(geometry,&x,&y,&geometry_width,&geometry_height); in MagickXDisplayBackgroundImage()
13246 width=(unsigned int) geometry_width; in MagickXDisplayBackgroundImage()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmain.c266 unsigned int geometry_width, geometry_height; variable
5820 my_appshell_width = (Dimension)geometry_width; // Used in offset equations below
30325 &geometry_width,
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-161656 New fields geometry_x, geometry_y, geometry_width, geometry_height.