Home
last modified time | relevance | path

Searched refs:def_height (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/dia/dia-0.97.3/app/
H A Dcolor_area.c119 gint def_width, def_height; in color_area_draw() local
193 gdk_drawable_get_size (default_pixmap, &def_width, &def_height); in color_area_draw()
195 0, 0, 0, height - def_height, def_width, def_height); in color_area_draw()
197 0, 0, 0, height - def_height, def_width, def_height); in color_area_draw()
/dports/graphics/libwmf/libwmf-0.2.12/src/ipa/fig/
H A Ddevice.h54 float def_height; in wmf_fig_device_begin() local
84 { wmf_size (API,&def_width,&def_height); in wmf_fig_device_begin()
101 ddata->fig_height = (unsigned int) ceil (def_height); in wmf_fig_device_begin()
112 { ratio_def = def_height / def_width; in wmf_fig_device_begin()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/ipa/fig/
H A Ddevice.h54 float def_height; in wmf_fig_device_begin() local
84 { wmf_size (API,&def_width,&def_height); in wmf_fig_device_begin()
101 ddata->fig_height = (unsigned int) ceil (def_height); in wmf_fig_device_begin()
112 { ratio_def = def_height / def_width; in wmf_fig_device_begin()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sun/
H A Dfb.c322 fb_setsize_obp(struct fbdevice *fb, int depth, int def_width, int def_height, int node) in fb_setsize_obp() argument
325 fb->fb_type.fb_height = prom_getpropint(node, "height", def_height); in fb_setsize_obp()
331 fb_setsize_eeprom(struct fbdevice *fb, int depth, int def_width, int def_height) in fb_setsize_eeprom() argument
343 fb->fb_type.fb_height = def_height; in fb_setsize_eeprom()
/dports/net-im/dino/dino-0.2.2/main/src/ui/add_conversation/
H A Dadd_conference_dialog.vala187 int def_height, curr_width, curr_height;
189 stack.get_preferred_height(null, out def_height);
190 int difference = def_height - curr_height;
/dports/math/snns/SNNSv4.3/xgui/iconsXgui/
H A Ddef.xbm2 #define def_height 16
/dports/net-im/dino/dino-0.2.2/main/src/ui/manage_accounts/
H A Dadd_account_dialog.vala406 int def_height, curr_width, curr_height;
408 widget.get_preferred_height(null, out def_height);
409 def_height += 5;
410 int difference = def_height - curr_height;
/dports/graphics/libwmf/libwmf-0.2.12/src/convert/
H A Dwmf2eps.c81 float def_height = 0; in wmf2eps_draw() local
178 wmf_size (API,&def_width,&def_height); in wmf2eps_draw()
181 wmf_height = (unsigned int) ceil (def_height); in wmf2eps_draw()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/convert/
H A Dwmf2eps.c81 float def_height = 0; in wmf2eps_draw() local
178 wmf_size (API,&def_width,&def_height); in wmf2eps_draw()
181 wmf_height = (unsigned int) ceil (def_height); in wmf2eps_draw()
/dports/games/openttd/openttd-12.1/src/
H A Dstatusbar_gui.cpp107 void FindWindowPlacementAndResize(int def_width, int def_height) override in FindWindowPlacementAndResize()
109 Window::FindWindowPlacementAndResize(_toolbar_width, def_height); in FindWindowPlacementAndResize()
H A Dwindow.cpp741 …int16 def_height = std::max<int16>(std::min<int16>(w->window_desc->GetDefaultHeight(), _screen.hei… in DispatchLeftClickEvent() local
744 int dy = (w->resize.step_height == 0) ? 0 : def_height - w->height; in DispatchLeftClickEvent()
1457 void Window::FindWindowPlacementAndResize(int def_width, int def_height) in FindWindowPlacementAndResize() argument
1460 def_height = std::max(def_height, this->height); in FindWindowPlacementAndResize()
1466 if (this->width != def_width || this->height != def_height) { in FindWindowPlacementAndResize()
1475 int enlarge_y = std::max(std::min(def_height - this->height, free_height - this->height), 0); in FindWindowPlacementAndResize()
H A Dtoolbar_gui.cpp1965 void FindWindowPlacementAndResize(int def_width, int def_height) override in FindWindowPlacementAndResize()
1967 Window::FindWindowPlacementAndResize(_toolbar_width, def_height); in FindWindowPlacementAndResize()
2324 void FindWindowPlacementAndResize(int def_width, int def_height) override in FindWindowPlacementAndResize()
2326 Window::FindWindowPlacementAndResize(_toolbar_width, def_height); in FindWindowPlacementAndResize()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/private/
H A Dptbox.h64 int def_height; /* height of line with default font size */ member
/dports/textproc/p5-Text-Flowchart/Text-Flowchart-1.00/
H A DFlowchart.pm177 $def_height = 0;
208 $self->height($height >= 0 ? $height : $def_height);
290 $self->height($init{"height"} > 0 ? $init{"height"} : $def_height);
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_chat_gui.cpp316 void FindWindowPlacementAndResize(int def_width, int def_height) override in FindWindowPlacementAndResize()
318 Window::FindWindowPlacementAndResize(_toolbar_width, def_height); in FindWindowPlacementAndResize()
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmwidget.h78 int def_width, def_height; /* size set by wid_set_size(), can be used */ member
H A Dmwidget.c589 if (*height > w->w.def_height) in list_get_size()
590 *height = w->w.def_height; in list_get_size()
965 w->def_width = w->def_height = -1; in widget_init()
1108 w->w.def_height = LIST_HEIGHT_DEFAULT; in wid_list_add()
1247 if (height>=0) w->def_height = height; in wid_set_size()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dtbox.c100 sp->def_height = 0; in fli_create_tbox()
1527 sp->def_height = fl_get_string_height( sp->def_style, sp->def_size, in fli_tbox_recalc_area()
1869 if ( ! sp->def_height ) in fli_tbox_get_topline()
1872 i = FL_min( sp->yoffset / sp->def_height, sp->num_lines - 1 ); in fli_tbox_get_topline()
1943 fli_tbox_set_yoffset( obj, sp->yoffset - sp->def_height ); in handle_keyboard()
1949 fli_tbox_set_yoffset( obj, sp->yoffset + sp->def_height ); in handle_keyboard()
H A Dbrowser.c162 comp->vinc2 = ( double ) sp->def_height / sp->max_height; in get_geometry()
180 comp->hinc1 = ( 8.0 * sp->def_height ) / sp->max_width; in get_geometry()
181 comp->hinc2 = ( sp->def_height - 2.0 ) / sp->max_width; in get_geometry()
/dports/x11/xterm/xterm-370/
H A DTekproc.c1498 int def_width, def_height; in TekInitialize() local
1502 def_height = TEKMINHEIGHT; in TekInitialize()
1505 def_height = TEKDEFHEIGHT; in TekInitialize()
1507 sprintf(Tdefault, "=%dx%d", def_width + border, def_height + border); in TekInitialize()
/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/
H A DBIFFRecords.py1867 def __init__(self, options, def_height): argument
1868 self._rec_data = pack('<2H', options, def_height)
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dichiran.c542 int def_height; local
584 def_height = FONTHEIGHT * 4;
656 height = def_height;
662 height = def_height;
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dichiran.c542 int def_height; local
584 def_height = FONTHEIGHT * 4;
656 height = def_height;
662 height = def_height;
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dichiran.c542 int def_height; local
584 def_height = FONTHEIGHT * 4;
656 height = def_height;
662 height = def_height;
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dichiran.c542 int def_height; local
584 def_height = FONTHEIGHT * 4;
656 height = def_height;
662 height = def_height;

12