Home
last modified time | relevance | path

Searched refs:text_h (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtlViewUI.cxx600 int text_h; in resize() local
622 drvui->X_Max->labelsize (text_h); in resize()
623 drvui->Y_Max->labelsize (text_h); in resize()
624 drvui->Z_Max->labelsize (text_h); in resize()
625 drvui->X_Min->labelsize (text_h); in resize()
626 drvui->Y_Min->labelsize (text_h); in resize()
627 drvui->Z_Min->labelsize (text_h); in resize()
634 drvui->X_Rot->labelsize (text_h); in resize()
649 drvui->X_Rot->textsize (text_h); in resize()
650 drvui->Y_Rot->textsize (text_h); in resize()
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/bin/
H A Dimlib2_test.c79 int w, h, text_w, text_h; in main() local
127 imlib_get_text_size(text, &text_w, &text_h); in main()
131 240 - (text_h / 2), in main()
132 text_w, text_h); in main()
148 imlib_get_text_size(text, &text_w, &text_h); in main()
152 240 - (text_h / 2), in main()
153 text_w, text_h); in main()
258 imlib_get_text_size(text, &text_w, &text_h); in main()
261 240 - (text_h / 2) - up_y, text); in main()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/unit_tests/
H A Duicontrol.slider.parameters.tst53 global text_h;
67 text_h = 20;
71 slider_h = text_h;
75 value_h = text_h;
H A Duicontrol.slider.parameters.tst.sci22 global text_h;
39 text_y = axes_h - 100 - text_h - num_slider*(text_h+padding_y);
44 "position" , [text_x text_y text_w text_h] , ...
H A Duicontrol.slider.parameters.dia.ref39 global text_h;
49 text_h = 20;
52 slider_h = text_h;
55 value_h = text_h;
H A Duicontrol.slider.size.tst.sci27 text_h = 20;
37 value_h = text_h;
42 "position" , [text_x text_y text_w text_h] , ...
/dports/databases/grass7/grass-7.8.6/display/d.legend.vect/
H A Ddraw.c34 double row_w, text_h, title_h, title_w; in draw() local
140 text_h = bb - bt; in draw()
142 offs_y += text_h + row_ind; in draw()
215 text_h = bb - bt; in draw()
217 if (symb_h >= text_h) in draw()
220 offs_y += text_h + row_ind; in draw()
243 y = y0 + offs_y - symb_h/2. + text_h/2.; in draw()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dui.c586 int text_w, text_h; in ui_doButton() local
607 fnt_getTextSize( font, text, &text_w, &text_h ); in ui_doButton()
610 text_y = (( y2 - y1 ) - text_h ) / 2 + y1; in ui_doButton()
642 int text_w, text_h; in ui_doImageButtonWithText() local
666 fnt_getTextSize( font, text, &text_w, &text_h ); in ui_doImageButtonWithText()
669 text_y = (( y2 - y1 ) - text_h ) / 2 + y1; in ui_doImageButtonWithText()
685 int text_w, text_h; in ui_doWidget() local
725 fnt_getTextSize( pw->pfont, pw->text, &text_w, &text_h ); in ui_doWidget()
728 text_h = MIN( text_h, ( y2 - y1 ) ); in ui_doWidget()
731 text_y = (( y2 - y1 ) - text_h ) / 2 + y1; in ui_doWidget()
[all …]
H A Degoboo_console.c346 int text_w, text_h, height; in egoboo_console_draw() local
365 fnt_getTextSize( pcon->pfont, buffer, &text_w, &text_h ); in egoboo_console_draw()
366 height -= text_h; in egoboo_console_draw()
367 fnt_drawText( pcon->pfont, NULL, pwin->x, height - text_h, buffer ); in egoboo_console_draw()
399 fnt_getTextSize( pcon->pfont, buffer, &text_w, &text_h ); in egoboo_console_draw()
400 height -= text_h; in egoboo_console_draw()
401 fnt_drawText( pcon->pfont, NULL, pwin->x, height - text_h, buffer ); in egoboo_console_draw()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/fileview/
H A Dtext.h49 #define text_h macro
85 #undef text_h
/dports/x11-wm/phluid/phluid-0.0.3/src/
H A Dclient.c200 int text_w, text_h; in render_name() local
204 text_h = c->name_height; in render_name()
229 if (c->name_height > text_h) in render_name()
230 text_h = c->name_height; in render_name()
232 imlib_update_append_rect(c->updates, TEXT_X, TEXT_Y, text_w, text_h); in render_name()
/dports/textproc/p5-DocSet/DocSet-0.19/lib/DocSet/Source/
H A DHTML.pm104 sub text_h { subroutine
113 text_h => [\&text_h, "self, text"],
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/andrew-0.3.1/examples/
H A Dtest.rs156 let text_h = buf_x as f32 / 80.;
157 let text_hh = text_h / 2.;
162 text_h,
176 (text.get_width() + 20, text_h as usize + 20),
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/
H A Dexpandable_header.py144 text_w, text_h = dc.GetTextExtent(text)
145 text_h = text_h + self._TEXT_Y
150 return max(text_h, carat_h)
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dctl_vumeter.cpp53 int text_w = 0; int text_h = 0; in calf_vumeter_expose() local
64 text_h = extents.height; in calf_vumeter_expose()
69 led_y += text_h + led_y; in calf_vumeter_expose()
70 led_h -= text_h + led_y; in calf_vumeter_expose()
74 text_y = height / 2 - text_h / 2 - extents.y_bearing; in calf_vumeter_expose()
79 text_y = height - border_y - led_y - text_h - extents.y_bearing; in calf_vumeter_expose()
80 led_h -= led_y + text_h; in calf_vumeter_expose()
84 text_y = height / 2 - text_h / 2 - extents.y_bearing; in calf_vumeter_expose()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/andrew-0.2.1/examples/
H A Dtest.rs160 let text_h = buf_x as f32 / 80.; in redraw() localVariable
161 let text_hh = text_h / 2.; in redraw()
166 text_h, in redraw()
180 (text.get_width() + 20, text_h as usize + 20), in redraw()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/andrew-0.2.1/examples/
H A Dtest.rs160 let text_h = buf_x as f32 / 80.; in redraw() localVariable
161 let text_hh = text_h / 2.; in redraw()
166 text_h, in redraw()
180 (text.get_width() + 20, text_h as usize + 20), in redraw()
/dports/games/dose-response/dose-response-179c326/cargo-crates/andrew-0.2.1/examples/
H A Dtest.rs160 let text_h = buf_x as f32 / 80.; in redraw() localVariable
161 let text_hh = text_h / 2.; in redraw()
166 text_h, in redraw()
180 (text.get_width() + 20, text_h as usize + 20), in redraw()
/dports/graphics/qiv/qiv-2.3.2/
H A Dimage.c769 pango_layout_get_pixel_size (layout, &(q->text_w), &(q->text_h)); in update_image()
821 MAX(2,q->win_w-q->text_w-10), MAX(2,q->win_h-q->text_h-10), in update_image()
822 q->text_w+5, q->text_h+5); in update_image()
824 MAX(3,q->win_w-q->text_w-9), MAX(3,q->win_h-q->text_h-9), in update_image()
825 q->text_w+4, q->text_h+4); in update_image()
827 …gdk_draw_layout (q->win, q->text_gc, MAX(5,q->win_w-q->text_w-7), MAX(5,q->win_h-7-q->text_h), la… in update_image()
865 q->text_ow > q->text_w || q->text_oh > q->text_h)) in update_image()
892 statusbar_x-q->text_w-10, statusbar_y-q->text_h-10, q->text_w+5, q->text_h+5); in update_image()
895 statusbar_x-q->text_w-9, statusbar_y-q->text_h-9, q->text_w+4, q->text_h+4); in update_image()
897 … gdk_draw_layout (q->win, q->text_gc, statusbar_x-q->text_w-7, statusbar_y-7-q->text_h, layout); in update_image()
[all …]
H A Devent.c97 int temp, text_w = 0, text_h, i, maxlines; in qiv_display_text_window() local
130 text_h = (i + 2) * ( ascent + descent ); in qiv_display_text_window()
140 y + height/2 - text_h/2 - 4, in qiv_display_text_window()
141 x + text_w + 7, text_h + 7); in qiv_display_text_window()
144 y + height/2 - text_h/2 - 3, in qiv_display_text_window()
145 x + text_w + 6, text_h + 6); in qiv_display_text_window()
148 gdk_draw_layout (q->win, q->text_gc, x + text_left + 4, y + height/2 - text_h/2 + in qiv_display_text_window()
157 y + height/2 - text_h/2 - descent + (i+1) * (ascent + descent), in qiv_display_text_window()
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/t/
H A Dunbroken-text.t21 text_h => [\&text, "is_cdata,offset,line,column,text"],
48 text_h => [\&text, "is_cdata,offset,line,column,text"],
/dports/www/p5-WWW-TinySong/WWW-TinySong-1.01/lib/WWW/
H A DTinySong.pm341 my $text_h = sub {
362 text_h => [$text_h, 'text'],
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dreqtree.c1060 int text_w, text_h; in draw_reqtree() local
1076 get_text_size(&text_w, &text_h, FONT_REQTREE_TEXT, text); in draw_reqtree()
1096 starty + text_h + 4 in draw_reqtree()
1097 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
1113 starty + text_h + 4 in draw_reqtree()
1114 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
1131 starty + text_h + 4 in draw_reqtree()
1132 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dreqtree.c1060 int text_w, text_h; in draw_reqtree() local
1076 get_text_size(&text_w, &text_h, FONT_REQTREE_TEXT, text); in draw_reqtree()
1096 starty + text_h + 4 in draw_reqtree()
1097 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
1113 starty + text_h + 4 in draw_reqtree()
1114 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
1131 starty + text_h + 4 in draw_reqtree()
1132 + (height - text_h - 4 - sheight) / 2, in draw_reqtree()
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/examples/
H A Dfont-pangoft2.c215 GLfloat text_w, text_h; in expose_event() local
244 text_h = PANGO_PIXELS (logical_rect.height); in expose_event()
257 -text_h * tangent_h, in expose_event()

1234567