Home
last modified time | relevance | path

Searched refs:bbw (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mpegparser/
H A DCircBuffer.cpp45 if (bbw >= numBytes) { in Skip()
49 if(bbw != 0){ in Skip()
50 numBytes -= bbw; in Skip()
66 if (bbw >= numBytes) { in Read()
71 if(bbw != 0){ in Read()
73 numBytes -= bbw; in Read()
75 dest += bbw; in Read()
91 if (bbw >= length) { in Write()
96 if(bbw != 0){ in Write()
98 length -= bbw; in Write()
[all …]
H A DCircBuffer.h96 uint32_t bbw = bytes_before_wrap_read();
97 if(i < bbw)
100 return m_buf[i - bbw];
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DBox.c161 BoxWidget bbw; in DoLayout()
176 h_space = bbw->box.h_space;
185 h = bbw->box.v_space;
204 h += lh + bbw->box.v_space;
264 XMapSubwindows( XtDisplay((Widget)bbw), XtWindow((Widget)bbw) );
414 BoxWidget bbw; in TryNewLayout()
420 DoLayout( bbw, bbw->core.width, bbw->core.height,
447 DoLayout( bbw, bbw->core.width, bbw->core.height,
511 BoxWidget bbw; local
551 if (TryNewLayout(bbw)) {
[all …]
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DBox.c175 h_space = bbw->box.h_space; in DoLayout()
184 h = bbw->box.v_space; in DoLayout()
203 h += lh + bbw->box.v_space; in DoLayout()
263 XMapSubwindows( XtDisplay((Widget)bbw), XtWindow((Widget)bbw) ); in DoLayout()
411 TryNewLayout(BoxWidget bbw) in TryNewLayout() argument
417 DoLayout( bbw, bbw->core.width, bbw->core.height, in TryNewLayout()
444 DoLayout( bbw, bbw->core.width, bbw->core.height, in TryNewLayout()
505 BoxWidget bbw; in GeometryManager() local
535 bbw = (BoxWidget) w->core.parent; in GeometryManager()
545 if (TryNewLayout(bbw)) { in GeometryManager()
[all …]
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DBox.c168 BoxWidget bbw; in DoLayout()
183 h_space = bbw->box.h_space;
192 h = bbw->box.v_space;
211 h += lh + bbw->box.v_space;
271 XMapSubwindows( XtDisplay((Widget)bbw), XtWindow((Widget)bbw) );
418 BoxWidget bbw; in TryNewLayout()
424 DoLayout( bbw, bbw->core.width, bbw->core.height,
451 DoLayout( bbw, bbw->core.width, bbw->core.height,
515 BoxWidget bbw; local
555 if (TryNewLayout(bbw)) {
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DBox.c215 h_space = bbw->box.h_space; in DoLayout()
226 h = bbw->box.v_space; in DoLayout()
309 XMapSubwindows(XtDisplay((Widget)bbw), XtWindow((Widget)bbw)); in DoLayout()
445 TryNewLayout(BoxWidget bbw) in TryNewLayout() argument
451 DoLayout(bbw, bbw->core.width, bbw->core.height, in TryNewLayout()
458 if (XtWidth(bbw) == preferred_width && XtHeight(bbw) == preferred_height) in TryNewLayout()
473 DoLayout(bbw, bbw->core.width, bbw->core.height, in TryNewLayout()
529 BoxWidget bbw; in XawBoxGeometryManager() local
560 bbw = (BoxWidget) w->core.parent; in XawBoxGeometryManager()
562 if (TryNewLayout(bbw)) { in XawBoxGeometryManager()
[all …]
/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_breadboard.cc107 bbw->Update(); in Update()
771 Breadboard_Window *bbw = gn->bbw;; in trace_node() local
1316 p->bbw()->draw_nodes(); in grab_module()
1855 std::find(bbw->modules.begin(), bbw->modules.end(), bbw->selected_module); in remove_module()
2098 bbw->draw_nodes(); in trace_all()
2492 Breadboard_Window *bbw; member in PositionAttribute
2500 : Float(v), bbw(_bbw) in PositionAttribute()
2510 if (bbw) { in set()
2511 bbw->Update(); in set()
2934 gn->bbw = this; in NodeConfigurationChanged()
[all …]
H A Dgui_breadboard.h85 Breadboard_Window *bbw() in bbw() function
306 Breadboard_Window *bbw; member
371 Breadboard_Window *bbw);
372 static void remove_module(GtkWidget *button, Breadboard_Window *bbw);
377 GdkEventExpose *event, Breadboard_Window *bbw);
/dports/x11-fonts/bdfresize/bdfresize-1.5/
H A Dcharresize.c38 static int bbw; variable
157 bbw = arg1; in bbx()
161 graylevel = bbw * bbh / blackness; in bbx()
196 for (x = 0; x < bbw; x += 8) { in read_image()
198 for (i = 0; i < 8 && x+i < bbw; i ++) { in read_image()
228 for (x = 0; x < bbw; x ++) { in magnify()
229 if (srcimage[y*bbw + x]) { in magnify()
245 int newxbegin = X / bbw; in countup_score()
247 int newxend = howmany(X1, bbw); in countup_score()
252 int newX = newx * bbw; in countup_score()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/tools/
H A Dcrop_image_2d.cxx55 vul_arg<std::vector<double> > bbw("-bbw", "bounding box in world coords (x0,y0,x1,y1)"); in main2() local
78 if (bbw.set()) in main2()
81 log << " bbw: "; bbw.print_value(log); in main2()
90 if (bbw.set()) nbb++; in main2()
138 if (bbw.set()) in main2()
140 if (bbw().size() != 4) in main2()
146 if (bbw()[0] >= bbw()[2] || bbw()[1] >= bbw()[3]) in main2()
151 x0 = bbw()[0]; y0 = bbw()[1]; in main2()
152 x1 = bbw()[2]; y1 = bbw()[3]; in main2()
192 if (bbw.set()) in main2()
H A Dcrop_image_3d.cxx59 vul_arg<std::vector<double> > bbw("-bbw", "bounding box in world coords (x0,y0,z0,x1,y1,z1)"); in main2() local
84 if (bbw.set()) in main2()
87 log << " bbw: "; bbw.print_value(log); in main2()
102 if (bbw.set()) nbb++; in main2()
151 if (bbw.set()) in main2()
153 if (bbw().size() != 6) in main2()
159 if (bbw()[0] >= bbw()[3] || bbw()[1] >= bbw()[4] || bbw()[2] >= bbw()[5]) in main2()
164 x0 = bbw()[0]; y0 = bbw()[1]; z0 = bbw()[2]; in main2()
165 x1 = bbw()[3]; y1 = bbw()[4]; z1 = bbw()[5]; in main2()
237 if (bbw.set()) in main2()
/dports/graphics/wings/libigl-2.1.0/
H A D.gitignore48 examples/bbw/bbw_demo
49 examples/bbw/bbw_demo_selfcontained.zip
50 examples/bbw/bbw_demo_selfcontained/*
51 examples/bbw/examples/*-volume.dmat
52 examples/bbw/examples/*-volume.mesh
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_ttf.c80 int bbx, bby, bbw, bbh; in render() local
81 al_get_glyph_dimensions(ex.f2, cp, &bbx, &bby, &bbw, &bbh); in render()
82 …al_draw_rectangle(x + bbx + 0.5, y + bby + 0.5, x + bbx + bbw - 0.5, y + bby + bbh - 0.5, blue, 1); in render()
83 al_draw_rectangle(x + 0.5, y + 0.5, x + bbx + bbw - 0.5, y + bby + bbh - 0.5, green, 1); in render()
160 int bbx, bby, bbw, bbh; in render() local
161 al_get_glyph_dimensions(ex.f3, cp, &bbx, &bby, &bbw, &bbh); in render()
163 x += bbx + bbw; in render()
170 int bbx, bby, bbw, bbh; in render() local
173 al_get_glyph_dimensions(ex.f3, cp, &bbx, &bby, &bbw, &bbh); in render()
183 int bbx, bby, bbw, bbh; in render() local
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dpstoimg951 my ($bbx, $bby, $bbw, $bbh) = (0,0,0,0);
973 $bbw = $3 + $bbx; $bbh = $4 + $bby;
974 if(($bbw > 0) && ($bbh > 0)) { # we have a valid bounding box
975 print "$prompt: EPSF dimensions are ${bbw}x$bbh\n" if($opt{debug});
979 $bbw *= $scale;
982 $bbw = int($bbw + 0.99);
984 $GEOMETRY = "${bbw}x${bbh}";
1013 $bbw = $1 + 10; # allow for the side-bars
1019 $bbw = int($scale * $bbw + .99);
1022 $bbw += 10; # add a 5pt margin for safety
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dpstoimg951 my ($bbx, $bby, $bbw, $bbh) = (0,0,0,0);
973 $bbw = $3 + $bbx; $bbh = $4 + $bby;
974 if(($bbw > 0) && ($bbh > 0)) { # we have a valid bounding box
975 print "$prompt: EPSF dimensions are ${bbw}x$bbh\n" if($opt{debug});
979 $bbw *= $scale;
982 $bbw = int($bbw + 0.99);
984 $GEOMETRY = "${bbw}x${bbh}";
1013 $bbw = $1 + 10; # allow for the side-bars
1019 $bbw = int($scale * $bbw + .99);
1022 $bbw += 10; # add a 5pt margin for safety
[all …]
/dports/devel/termbox/termbox-1.1.3/demo/
H A Dpaint.c9 static int bbw = 0, bbh = 0; variable
82 backbuf[bbw*my+mx].ch = runes[curRune]; in updateAndRedrawAll()
83 backbuf[bbw*my+mx].fg = colors[curCol]; in updateAndRedrawAll()
85 memcpy(tb_cell_buffer(), backbuf, sizeof(struct tb_cell)*bbw*bbh); in updateAndRedrawAll()
93 bbw = w; in reallocBackBuffer()
/dports/x11/ly/ly-0.5.2/sub/termbox_next/src/demo/
H A Dpaint.c9 static int bbw = 0, bbh = 0; variable
100 backbuf[bbw * my + mx].ch = runes[curRune]; in updateAndRedrawAll()
101 backbuf[bbw * my + mx].fg = colors[curCol]; in updateAndRedrawAll()
104 memcpy(tb_cell_buffer(), backbuf, sizeof(struct tb_cell)*bbw * bbh); in updateAndRedrawAll()
113 bbw = w; in reallocBackBuffer()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dfont.c97 int *bbx, int *bby, int *bbw, int *bbh) in color_get_text_dimensions() argument
105 if (bbw) *bbw = length(f, text); in color_get_text_dimensions()
293 int codepoint, int *bbx, int *bby, int *bbw, int *bbh) in color_get_glyph_dimensions() argument
299 bbx, bby, bbw, bbh); in color_get_glyph_dimensions()
305 if (bbw) *bbw = glyph ? al_get_bitmap_width(glyph) : 0; in color_get_glyph_dimensions()
/dports/print/makeindex/makeindex/paper/
H A Dpsfig.tex202 \edef\@bbw{\number\count203}
204 %\typeout{ bbh = \@bbh, bbw = \@bbw }
242 % computing : width = height * (bbw / bbh)
243 \in@hundreds{\@p@sheight}{\@bbw}{\@bbh}
244 %\typeout{ \@p@sheight * \@bbw / \@bbh, = \@result }
249 % computing : height = width * (bbh / bbw)
250 \in@hundreds{\@p@swidth}{\@bbh}{\@bbw}
251 %\typeout{ \@p@swidth * \@bbh / \@bbw = \@result }
266 \edef\@p@swidth{\@bbw}
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/
H A Ddraw.py602 bbx, bby, bbw, bbh = border_box
650 main_offset = bbx + bbw
669 line_length = bbw - px1 + px2
670 length = bbw
671 context.move_to(bbx + bbw, main_offset)
672 context.rel_line_to(-bbw, 0)
674 context.rel_line_to(-px1 + bbw + px2, -py1 + py2)
805 bbx, bby, bbw, bbh = box
811 bbw - (bl + br) / 2, bbh - (bt + bb) / 2)
816 bbw - (bl + br) / 2, bbh - (bt + bb) / 2)
[all …]
/dports/graphics/seq2gif/seq2gif-0.10.4/glyph/
H A Dmkfont_bdf.h58 int bbw, bbh, bbx, bby; member
67 int bbw, bbh, bbx, bby; member
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/allegro5/internal/
H A Daintern_font.h29 const ALLEGRO_USTR *text, int *bbx, int *bby, int *bbw, int *bbh));
34 int codepoint, int *bbx, int *bby, int *bbw, int *bbh));
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nsf/termbox-go/_demos/
H A Dpaint.go10 var bbw, bbh int var
60 backbuf[bbw*my+mx] = termbox.Cell{Ch: runes[curRune], Fg: colors[curCol]}
74 bbw, bbh = w, h
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/nsf/termbox-go/_demos/
H A Dpaint.go10 var bbw, bbh int var
60 backbuf[bbw*my+mx] = termbox.Cell{Ch: runes[curRune], Fg: colors[curCol]}
74 bbw, bbh = w, h
/dports/net/rclone/rclone-1.57.0/vendor/github.com/nsf/termbox-go/_demos/
H A Dpaint.go10 var bbw, bbh int var
60 backbuf[bbw*my+mx] = termbox.Cell{Ch: runes[curRune], Fg: colors[curCol]}
74 bbw, bbh = w, h

12345678910>>...15