Home
last modified time | relevance | path

Searched refs:cboxes (Results 1 – 16 of 16) sorted by relevance

/dports/games/xspringies/xspringies-1.12/
H A Dwidget.c254 cboxes[numc].win = win;
264 cboxes[numc].nowstate = *(cboxes[numc].state);
583 if (*(cboxes[cur_num].state) != cboxes[cur_num].nowstate) {
584 *(cboxes[cur_num].state) = cboxes[cur_num].nowstate;
621 ulx = cboxes[i].ulx;
622 uly = cboxes[i].uly;
623 lrx = cboxes[i].lrx;
624 lry = cboxes[i].lry;
801 if (inside && *(cboxes[cur_num].state) == cboxes[cur_num].nowstate) {
802 cboxes[cur_num].nowstate = !*(cboxes[cur_num].state);
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcollision.cpp220 std::vector<aabb3f> cboxes; in collisionMoveSimple() local
264 cboxes.push_back(box); in collisionMoveSimple()
275 cboxes.push_back(box); in collisionMoveSimple()
336 cboxes.push_back(object_collisionbox); in collisionMoveSimple()
347 assert(cboxes.size() == is_unloaded.size()); in collisionMoveSimple()
348 assert(cboxes.size() == is_step_up.size()); in collisionMoveSimple()
349 assert(cboxes.size() == bouncy_values.size()); in collisionMoveSimple()
350 assert(cboxes.size() == node_positions.size()); in collisionMoveSimple()
351 assert(cboxes.size() == is_object.size()); in collisionMoveSimple()
424 const aabb3f& cbox = cboxes[nearest_boxindex]; in collisionMoveSimple()
[all …]
/dports/science/hypre/hypre-2.23.0/src/struct_mv/
H A Dcommunication_info.c349 hypre_Box **cboxes; in hypre_CreateCommInfoFromStencil() local
598 cboxes = hypre_TReAlloc(cboxes, hypre_Box *, cbox_alloc, HYPRE_MEMORY_HOST); in hypre_CreateCommInfoFromStencil()
639 cboxes[num_cboxes] = &cboxes_mem[num_cboxes]; in hypre_CreateCommInfoFromStencil()
641 hypre_CopyBox(int_box, cboxes[num_cboxes]); in hypre_CreateCommInfoFromStencil()
666 hypre_BoxShiftPos(cboxes[m], pshift); in hypre_CreateCommInfoFromStencil()
670 cboxes[m] = NULL; in hypre_CreateCommInfoFromStencil()
719 cboxes[num_cboxes] = &cboxes_mem[num_cboxes]; in hypre_CreateCommInfoFromStencil()
721 hypre_CopyBox(int_box, cboxes[num_cboxes]); in hypre_CreateCommInfoFromStencil()
746 hypre_BoxShiftPos(cboxes[m], pshift); in hypre_CreateCommInfoFromStencil()
750 cboxes[m] = NULL; in hypre_CreateCommInfoFromStencil()
[all …]
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/
H A Dmaxwell_semi_interp.c644 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
691 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
743 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
780 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
831 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
841 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
877 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
887 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PTopology()
977 hypre_ForBoxI(i, cboxes) in hypre_Maxwell_PTopology()
1655 hypre_ForBoxI(i, cboxes) in hypre_Maxwell_PTopology()
[all …]
H A Dmaxwell_physbdy.c65 hypre_BoxArray *fboxes, *cboxes; in hypre_Maxwell_PhysBdy() local
152 cboxes= hypre_StructGridBoxes(cell_cgrid); in hypre_Maxwell_PhysBdy()
174 cbox= hypre_BoxArrayBox(cboxes, k); in hypre_Maxwell_PhysBdy()
231 cboxes= hypre_StructGridBoxes(cell_cgrid); in hypre_Maxwell_PhysBdy()
257 cbox= hypre_BoxArrayBox(cboxes, boxi); in hypre_Maxwell_PhysBdy()
431 cboxes= hypre_StructGridBoxes(cell_cgrid); in hypre_Maxwell_PhysBdy()
452 cboxes= hypre_StructGridBoxes(cell_cgrid); in hypre_Maxwell_PhysBdy()
H A Dmaxwell_TV_setup.c115 hypre_BoxArray *cboxes; in hypre_MaxwellTV_Setup() local
593 cboxes= hypre_BoxArrayCreate(0, ndim); in hypre_MaxwellTV_Setup()
602 hypre_AppendBox(box, cboxes); in hypre_MaxwellTV_Setup()
768 box= hypre_BoxArrayBox(cboxes, part); in hypre_MaxwellTV_Setup()
896 hypre_CopyBox(box, hypre_BoxArrayBox(cboxes,part)); in hypre_MaxwellTV_Setup()
922 hypre_BoxArrayDestroy(cboxes); in hypre_MaxwellTV_Setup()
H A Dmaxwell_PNedelec.c29 hypre_BoxArray *cboxes, *fboxes, *box_array; in hypre_Maxwell_PNedelec() local
196 cboxes = hypre_StructGridBoxes(var_cgrid); in hypre_Maxwell_PNedelec()
217 cbox= hypre_BoxArrayBox(cboxes, k); in hypre_Maxwell_PNedelec()
295 cboxes = hypre_StructGridBoxes(var_cgrid); in hypre_Maxwell_PNedelec()
296 cbox = hypre_BoxArrayBox(cboxes, hypre_BoxArraySize(cboxes)-1); in hypre_Maxwell_PNedelec()
299 hypre_BoxArraySize(cboxes)-1, myproc, &entry); in hypre_Maxwell_PNedelec()
/dports/net-im/tkabber/tkabber-1.1.2/
H A Dprivacy.tcl733 variable cboxes
844 variable cboxes
863 set cboxes($xlib,$name,$jid) 1
1173 variable cboxes
1196 set cboxes($xlib,$name,$rjid) 1
1221 variable cboxes
1223 if {[info exists cboxes($xlib,$name,$jid)] && $cboxes($xlib,$name,$jid)} {
1293 variable cboxes
1296 array unset cboxes $xlib,*
1344 variable cboxes
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dgui_uber_align_test.py525 cboxes = self.gvars.gbox_cost_items.check_boxes
526 for cbox in cboxes:
537 cboxes = self.gvars.gbox_cost_items.check_boxes
538 for cbox in cboxes:
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DConfigWizard.cpp257 i == 0 ? cboxes.push_back(cbox) : cboxes_alt.push_back(cbox); in PrinterPicker()
340 for (const auto &cb : cboxes) { in select_all()
359 if (i < cboxes.size() && cboxes[i]->GetValue() != select) { in select_one()
360 cboxes[i]->SetValue(select); in select_one()
361 on_checkbox(cboxes[i], select); in select_one()
367 for (const auto &cb : cboxes) { in any_selected()
382 for (const auto& cb : cboxes) in get_selected_models()
H A DConfigWizard_private.hpp177 std::vector<Checkbox*> cboxes; member
/dports/www/interchange/interchange-5.6.3/code/UI_Tag/
H A Dflex_select.coretag1349 my $cboxes = '';
1356 $cboxes = <<EOF;
1364 $cboxes =~ s/\n//g;
1369 $output{TOP_BUTTONS} = $cboxes;
1382 $output{BOTTOM_BUTTONS} = $cboxes;
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dtoolbar.h592 std::vector<wxCheckBox*> cboxes; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dtoolbar.cpp3334 cboxes.clear(); in CreateControls()
3353 cboxes.push_back(cb); in CreateControls()
3407 for(unsigned int i=0 ; i < cboxes.size() ; i++){ in OnOkClick()
3408 wxCheckBox *cb = cboxes[i]; in OnOkClick()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dproblems.c3062 cboxes[2], bbboxes[2], rboxes[2], mboxes[5]; in FindProblems() local
3904 memset(&cboxes,0,sizeof(cboxes)); in FindProblems()
3932 cboxes[0].gd.flags = gg_enabled|gg_visible; in FindProblems()
3933 cboxes[0].gd.u.boxelements = carray; in FindProblems()
3934 cboxes[0].creator = GVBoxCreate; in FindProblems()
4031 aspects[i++].gcd = cboxes; in FindProblems()
4170 GHVBoxSetExpandableRow(cboxes[0].ret,gb_expandglue); in FindProblems()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/python/filter/design/
H A Dfilter_design.py2214 cboxes = iirboxes[params["bandtype"]]
2215 for i in range(len(cboxes)):
2216 cboxes[i].setText(str(sdata[i]))