Home
last modified time | relevance | path

Searched refs:bheight (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/games/critterding/critterding-beta12/src/scenes/gui/
H A Dhud.cpp16 unsigned int bheight = 18; in Hud() local
23 c_height += bspacing + bheight; in Hud()
26 c_height += bspacing + bheight; in Hud()
34 c_height += bspacing + bheight; in Hud()
37 c_height += bspacing + bheight; in Hud()
45 c_height += bspacing + bheight; in Hud()
48 c_height += bspacing + bheight; in Hud()
53 bheight = 28; in Hud()
78 bheight = 18; in Hud()
83 c_height += bspacing + bheight; in Hud()
[all …]
H A Dcritterview.cpp12 unsigned int bheight = 18; in Critterview() local
14 unsigned int totalbuttonheight = (2*bheight) + bspacing; in Critterview()
50 …addWidgetButton( "cv_action_kill", Vector2i(c_width, c_height), Vector2i(bwidth, bheight), "kill",… in Critterview()
52 c_height += bspacing + bheight; in Critterview()
57 …addWidgetButton( "cv_action_duplicate", Vector2i(c_width, c_height), Vector2i(bwidth, bheight), "d… in Critterview()
59 c_height += bspacing + bheight; in Critterview()
64 …v_action_spawnbodymutant", Vector2i(c_width, c_height), Vector2i(bwidth, bheight), "body mutant", … in Critterview()
66 c_height += bspacing + bheight; in Critterview()
71 …addWidgetButton( "cv_action_feed", Vector2i(c_width, c_height), Vector2i(bwidth, bheight), "feed",… in Critterview()
73 c_height += bspacing + bheight; in Critterview()
[all …]
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DDataGridOpsWidget.cxx28 bheight = _font.getFontHeight() + 3, in DataGridOpsWidget() local
34 _zeroButton = new ButtonWidget(boss, font, xpos, ypos, bwidth, bheight, in DataGridOpsWidget()
38 ypos += bheight + space; in DataGridOpsWidget()
39 _invButton = new ButtonWidget(boss, font, xpos, ypos, bwidth, bheight, in DataGridOpsWidget()
43 ypos += bheight + space; in DataGridOpsWidget()
44 _incButton = new ButtonWidget(boss, font, xpos, ypos, bwidth, bheight, in DataGridOpsWidget()
48 ypos += bheight + space; in DataGridOpsWidget()
54 xpos = x + bwidth + space; ypos = y + bheight + space; in DataGridOpsWidget()
59 ypos += bheight + space; in DataGridOpsWidget()
64 ypos += bheight + space; in DataGridOpsWidget()
[all …]
H A DDebuggerDialog.cxx562 bheight = myLFont->getLineHeight() + 2; in addRomArea() local
569 buttonY += bheight + 4; in addRomArea()
574 buttonY += bheight + 4; in addRomArea()
579 buttonY += bheight + 4; in addRomArea()
584 buttonY += bheight + 4; in addRomArea()
586 bwidth, bheight, "Run", kDDRunCmd); in addRomArea()
590 bwidth = bheight; // 7 + 12; in addRomArea()
591 bheight = bheight * 3 + 4 * 2; in addRomArea()
601 buttonY += bheight + 4; in addRomArea()
602 bheight = (myLFont->getLineHeight() + 2) * 2 + 4 * 1; in addRomArea()
[all …]
H A DRamWidget.cxx47 bheight = myLineHeight + 2; local
69 myUndoButton = new ButtonWidget(boss, lfont, bx, by, bwidth, bheight,
75 by += bheight + VGAP;
76 myRevertButton = new ButtonWidget(boss, lfont, bx, by, bwidth, bheight,
82 by += bheight + VGAP * 6;
83 mySearchButton = new ButtonWidget(boss, lfont, bx, by, bwidth, bheight,
90 by += bheight + VGAP;
91 myCompareButton = new ButtonWidget(boss, lfont, bx, by, bwidth, bheight,
98 by += bheight + VGAP;
99 myRestartButton = new ButtonWidget(boss, lfont, bx, by, bwidth, bheight,
/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml34 let bheight = <?= json_encode($bheight) ?>;
297 $place = (int) ($yoffset / $bheight);
303 $tyoffset = $bheight * $i;
306 $tyoffset = -1 * $bheight * $j;
309 $place = (int) (($yoffset + $tyoffset) / $bheight);
315 … . $xoffset) . 'px; top:' . $yoffset . 'px; font-size: 8pt; height: ' . $bheight . "px;\" onmoused…
375 $dyoffset = ($yoffset - $tyoffset) + $bheight / 3;
377 $dyoffset = $yoffset + $bheight / 3;
395 <?php $ageyoffset = 0 + ($bheight * $p); ?>
396 … ? 'left:20px;' : 'right:20px;' ?> top:<?= $ageyoffset ?>px; height:<?= $bheight ?>px; display:non…
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Ddrawing.c156 int bwidth, bheight; in PaintWsButton() local
162 bheight = vs->wsw->bheight; in PaintWsButton()
168 bheight = occwin->bheight; in PaintWsButton()
174 bheight = occwin->bheight; in PaintWsButton()
189 vspace = ((bheight + strHei - font.descent) / 2); in PaintWsButton()
200 Draw3DBorder(w, 0, 0, bwidth, bheight, Scr->WMgrButtonShadowDepth, in PaintWsButton()
212 bheight - 2 * Scr->WMgrButtonShadowDepth + 2, in PaintWsButton()
221 bheight - Scr->WMgrButtonShadowDepth, in PaintWsButton()
230 bheight - 2, in PaintWsButton()
239 Draw3DBorder(w, 0, 0, bwidth, bheight, Scr->WMgrButtonShadowDepth, in PaintWsButton()
/dports/graphics/xpeps/peps-2.0/
H A Dpeps.c310 int bheight = -1; variable
617 bheight = atoi(charptr); in main()
634 bheight = -1; in main()
746 if (bheight < 0) flags &= ~FLAGHEIGHT; in main()
813 bheight = atoi(charptr); in main()
825 bheight = -1; in main()
866 bheight = -1; in main()
995 if (bheight < 0) { in main()
1006 tempdouble = (double)bheight / (double)height; in main()
1029 if (bheight < 0) return blackhole(); in main()
[all …]
/dports/graphics/peps/peps-2.0/
H A Dpeps.c310 int bheight = -1; variable
617 bheight = atoi(charptr); in main()
634 bheight = -1; in main()
746 if (bheight < 0) flags &= ~FLAGHEIGHT; in main()
813 bheight = atoi(charptr); in main()
825 bheight = -1; in main()
866 bheight = -1; in main()
995 if (bheight < 0) { in main()
1006 tempdouble = (double)bheight / (double)height; in main()
1029 if (bheight < 0) return blackhole(); in main()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Controller/
H A DTimelineController.php35 public $bheight = 30; variable in Fisharebest\\Webtrees\\Controller\\TimelineController
171 $place = (int) ($yoffset / $this->bheight);
177 $tyoffset = $this->bheight * $i;
180 $tyoffset = -1 * $this->bheight * $j;
183 $place = (int) (($yoffset + $tyoffset) / ($this->bheight));
189 …t)) . 'px; top:' . ($yoffset) . "px; font-size: 8pt; height: " . ($this->bheight) . "px;\" onmouse…
255 $dyoffset = ($yoffset - $tyoffset) + $this->bheight / 3;
257 $dyoffset = $yoffset + $this->bheight / 3;
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dimage.py147 bwidth, bheight = boundary
150 if bwidth <= 0 or bheight <= 0 or iwidth <= 0 or iheight <= 0:
155 if iwidth > bwidth or iheight > bheight or scale_up:
156 bratio = float(bwidth) / bheight
163 scale_w = int(bheight * iratio)
164 scale_h = bheight
/dports/graphics/weston/weston-1.9.0/clients/
H A Dsimple-damage.c334 int ret = 0, bwidth, bheight; in window_next_buffer() local
350 bheight = window->height * window->scale; in window_next_buffer()
357 bheight = window->width * window->scale; in window_next_buffer()
363 bwidth, bheight, in window_next_buffer()
481 bheight = window->height * window->scale; in redraw()
488 bheight = window->width * window->scale; in redraw()
508 bheight /= 2; in redraw()
522 buffer_data += (bheight - off_y) * bpitch + in redraw()
526 buffer_data += (bheight - off_x) * bpitch + off_y; in redraw()
532 buffer_data += (bheight - off_x) * bpitch + in redraw()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dlocallaplaciancl.c100 g->bheight = ROUNDUPHT(height + 2*g->max_supp); in dt_local_laplacian_init_cl()
105 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
107 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
111 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
131 if(b->bwidth <= 1 || b->bheight <= 1) return err; in dt_local_laplacian_cl()
133 size_t sizes_pad[] = { ROUNDUPWD(b->bwidth), ROUNDUPHT(b->bheight), 1 }; in dt_local_laplacian_cl()
140 dt_opencl_set_kernel_arg(b->devid, b->global->kernel_pad_input, 6, sizeof(int), &b->bheight); in dt_local_laplacian_cl()
147 const int wd = dl(b->bwidth, l), ht = dl(b->bheight, l); in dt_local_laplacian_cl()
171 … dt_opencl_set_kernel_arg(b->devid, b->global->kernel_process_curve, 8, sizeof(int), &b->bheight); in dt_local_laplacian_cl()
178 const int wd = dl(b->bwidth, l), ht = dl(b->bheight, l); in dt_local_laplacian_cl()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dlocallaplaciancl.c100 g->bheight = ROUNDUPHT(height + 2*g->max_supp); in dt_local_laplacian_init_cl()
105 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
107 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
111 …_opencl_alloc_device(devid, ROUNDUPWD(dl(g->bwidth, l)), ROUNDUPHT(dl(g->bheight, l)), sizeof(floa… in dt_local_laplacian_init_cl()
131 if(b->bwidth <= 1 || b->bheight <= 1) return err; in dt_local_laplacian_cl()
133 size_t sizes_pad[] = { ROUNDUPWD(b->bwidth), ROUNDUPHT(b->bheight), 1 }; in dt_local_laplacian_cl()
140 dt_opencl_set_kernel_arg(b->devid, b->global->kernel_pad_input, 6, sizeof(int), &b->bheight); in dt_local_laplacian_cl()
147 const int wd = dl(b->bwidth, l), ht = dl(b->bheight, l); in dt_local_laplacian_cl()
171 … dt_opencl_set_kernel_arg(b->devid, b->global->kernel_process_curve, 8, sizeof(int), &b->bheight); in dt_local_laplacian_cl()
178 const int wd = dl(b->bwidth, l), ht = dl(b->bheight, l); in dt_local_laplacian_cl()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dsimple-damage.c387 int ret = 0, bwidth, bheight; in window_next_buffer() local
410 bheight = window->width * window->scale; in window_next_buffer()
416 bwidth, bheight, in window_next_buffer()
541 bheight = window->width * window->scale; in redraw()
561 bheight /= 2; in redraw()
577 off_y = bheight - ty; in redraw()
581 off_y = bheight - tx; in redraw()
589 off_y = bheight - tx; in redraw()
593 off_y = bheight - ty; in redraw()
612 bborder, bheight, 0xffffffff); in redraw()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-damage.c387 int ret = 0, bwidth, bheight; in window_next_buffer() local
410 bheight = window->width * window->scale; in window_next_buffer()
416 bwidth, bheight, in window_next_buffer()
541 bheight = window->width * window->scale; in redraw()
561 bheight /= 2; in redraw()
577 off_y = bheight - ty; in redraw()
581 off_y = bheight - tx; in redraw()
589 off_y = bheight - tx; in redraw()
593 off_y = bheight - ty; in redraw()
612 bborder, bheight, 0xffffffff); in redraw()
[all …]
/dports/audio/pms/pms-0.42/src/
H A Ddisplay.cpp41 else if (win->size() <= win->bheight() - 1) in draw()
238 max = min + (unsigned int)(bheight() - 1); in draw()
329 ht = bheight() - 2; in cursordrawstart()
345 i = scursor() - (bheight() / 2) + 1; in cursordrawstart()
364 if (sotemp * 2 >= bheight() - 1) in cursordrawstart()
365 sotemp = (bheight() - 1 - 1) / 2; in cursordrawstart()
445 if (size() <= bheight() - 1) in scrollwin()
453 if (sotemp * 2 >= bheight() - 1) in scrollwin()
454 sotemp = (bheight() - 1 - 1) / 2; in scrollwin()
476 i = size() - (bheight() - 1) - cursordrawstart(); in scrollwin()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Terragen/
H A DTerragenLoader.cpp201 float bheight = (float)reader.GetI2(); in InternReadFile() local
235 … *pv++ = aiVector3D(fx,fy, (float)data[(tmp2=x*yy) + xx] * hscale + bheight); in InternReadFile()
236 … *pv++ = aiVector3D(fx,fy+1, (float)data[(tmp=x*(yy+1)) + xx] * hscale + bheight); in InternReadFile()
237 … *pv++ = aiVector3D(fx+1,fy+1,(float)data[tmp + xx+1] * hscale + bheight); in InternReadFile()
238 … *pv++ = aiVector3D(fx+1,fy, (float)data[tmp2 + xx+1] * hscale + bheight); in InternReadFile()
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsCharts.php288 $bheight = Theme::theme()->parameter('chart-box-y');
290 $bheight = Theme::theme()->parameter('compact-chart-box-y');
293 $pbheight = $bheight + 14;
360 $Pheader = ($bheight - 1) * $kids;
369 echo '<img height="' . ((($bheight / 2)) + $PBadj) . 'px"';
511 $bheight = Theme::theme()->parameter('chart-box-y');
513 $bheight = Theme::theme()->parameter('compact-chart-box-y');
525 …echo '<td rowspan="', $kids, '"><img width="3px" height="', (($bheight + 9) * ($kids - 1)), 'px" s…
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()

12345678910>>...12