Home
last modified time | relevance | path

Searched refs:all_height (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/py-cairo/pycairo-1.18.1/examples/cairo_snippets/snippets/
H A Dwarpedtext.py7 all_width = all_height = text_width = 0
42 return xnew + all_width / 2, ynew + all_height / 2
49 return xnew + all_width / 2, ynew + all_height * 2 / 5
53 global text_width, all_width, all_height
55 all_width, all_height = width, height
/dports/graphics/pyl-cairo/pycairo-1.18.1/examples/cairo_snippets/snippets/
H A Dwarpedtext.py7 all_width = all_height = text_width = 0
42 return xnew + all_width / 2, ynew + all_height / 2
49 return xnew + all_width / 2, ynew + all_height * 2 / 5
53 global text_width, all_width, all_height
55 all_width, all_height = width, height
/dports/games/foobillard/foobillard-3.0a/src/
H A Dmenu.c193 int i,x1,y1,x2,y2, all_height; in menu_select_by_coord() local
196 all_height=0; in menu_select_by_coord()
198 all_height+=menu->entry[i].fontsize; in menu_select_by_coord()
207 y1 = all_height/2-i*menu->entry[i].fontsize-menu->entry[i].text_obj->quad_h/2; in menu_select_by_coord()
209 y2 = all_height/2-i*menu->entry[i].fontsize+menu->entry[i].text_obj->quad_h/2; in menu_select_by_coord()
342 int i,all_height; in menu_draw() local
347 all_height=0; in menu_draw()
349 all_height+=menu->entry[i].fontsize; in menu_draw()
354 glTranslatef(0,all_height/2,0); in menu_draw()
/dports/math/snns/SNNSv4.3/xgui/iconsXgui/
H A Dall.xbm2 #define all_height 16
/dports/science/plumed/plumed2-2.7.2/src/bias/
H A DPBMetaD.cpp1044 std::vector<double> all_height(mpi_nw_*height.size(), 0.0); in update() local
1051 all_height[j] = height[i]; in update()
1056 multi_sim_comm.Sum(&all_height[0], all_height.size()); in update()
1061 comm.Sum(&all_height[0], all_height.size()); in update()
1066 double height_tmp = all_height[j*cv.size()+i]; in update()
H A DMetaD.cpp1745 std::vector<double> all_height(mpi_nw_,0.0); in update() local
1752 multi_sim_comm.Allgather(height*(biasf_>1.0?biasf_/(biasf_-1.0):1.0),all_height); in update()
1758 comm.Bcast(all_height,0); in update()
1774 …Gaussian newhill=Gaussian(cv_now,sigma_now,all_height[i]*(biasf_>1.0?(biasf_-1.0)/biasf_:1.0),all_… in update()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dsubresource_adapter.cpp574 const bool all_height = (offset.y == 0) && (extent_.height == subres_extent.height); in ImageRangeGenerator() local
578 SetUpIncrementer(all_width, all_height, all_depth); in ImageRangeGenerator()
632 void ImageRangeGenerator::SetUpIncrementer(bool all_width, bool all_height, bool all_depth) { in SetUpIncrementer() argument
637 } else if (!all_height) { in SetUpIncrementer()
H A Dsubresource_adapter.h427 void SetUpIncrementer(bool all_width, bool all_height, bool all_depth);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewoverlaymanager.cxx418 ::tools::Long all_height = nRows * aButtonSize.Height(); in addCustomHandles()
422 aPos.AdjustY( -(all_height >> 1) ); in addCustomHandles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dviewoverlaymanager.cxx406 long all_height = nRows * aButtonSize.Height(); in addCustomHandles() local
410 aPos.AdjustY( -(all_height >> 1) ); in addCustomHandles()
/dports/science/plumed/plumed2-2.7.2/src/opes/
H A DOPESmetad.cpp981 std::vector<double> all_height(NumWalkers_,0.0); in update() local
987 multi_sim_comm.Allgather(height,all_height); in update()
992 comm.Bcast(all_height,0); in update()
1025 addKernel(all_height[w],center_w,sigma_w,all_logweight[w]); in update()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Pager/
H A DPager.c1516 int all_width = 0, all_height = 0; in rearrange_pager_desks() local
1539 i, width, height, all_width, all_height, x, y, row_height); in rearrange_pager_desks()
1544 if (all_height < y + row_height) in rearrange_pager_desks()
1545 all_height = y + row_height; in rearrange_pager_desks()
1547 all_height += Config->border_width; in rearrange_pager_desks()
1550 all_width, all_height, PagerState.main_canvas->width, in rearrange_pager_desks()
1553 || PagerState.main_canvas->height != all_height) { in rearrange_pager_desks()
1554 resize_canvas (PagerState.main_canvas, all_width, all_height); in rearrange_pager_desks()
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_xWidgets.c786 all_height)); n++; in ui_xCreateButtonItem()