Home
last modified time | relevance | path

Searched refs:getmag (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Dheisenburp.py432 while not g.visrect([100,100,150,175]): g.setmag(g.getmag()-1)
434 while not g.visrect([350,225,400,350]): g.setmag(g.getmag()-1)
436 while not g.visrect([2100,1750,225,300]): g.setmag(g.getmag()-1)
440 while not g.visrect([0,200,300,400]): g.setmag(g.getmag()-1)
H A Dgoto.py47 mag = g.getmag()
H A Dgoto_expression.py259 mag = g.getmag()
H A Dmove-object.py50 mag = g.getmag()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dheisenburp.lua306 while not g.visrect( {100,100,150,175} ) do g.setmag(g.getmag()-1) end
308 while not g.visrect( {350,225,400,350} ) do g.setmag(g.getmag()-1) end
310 while not g.visrect( {2100,1750,225,300} ) do g.setmag(g.getmag()-1) end
314 while not g.visrect( {0,200,300,400} ) do g.setmag(g.getmag()-1) end
H A Dgoto.lua50 local mag = g.getmag()
H A Dhexgrid.lua42 local currmag = g.getmag()
658 currmag = g.getmag()
897 local newmag = g.getmag()
H A Dmove-object.lua62 local mag = g.getmag()
/dports/games/golly/golly-3.3-src/gui-web/
H A Dmain.cpp732 …currlayer->view->setpositionmag(currlayer->originx, currlayer->originy, currlayer->view->getmag()); in Middle()
756 if (currlayer->view->getmag() < MAX_MAG) { in ZoomIn()
773 if (currlayer->view->getmag() != 0) { in Scale1to1()
824 if (currlayer->view->getmag() != mag) { in SetScale()
1427 jsTickMenuItem("scale0", currlayer->view->getmag() == 0); in UpdateMenuItems()
1428 jsTickMenuItem("scale1", currlayer->view->getmag() == 1); in UpdateMenuItems()
1429 jsTickMenuItem("scale2", currlayer->view->getmag() == 2); in UpdateMenuItems()
1430 jsTickMenuItem("scale3", currlayer->view->getmag() == 3); in UpdateMenuItems()
1431 jsTickMenuItem("scale4", currlayer->view->getmag() == 4); in UpdateMenuItems()
1432 jsTickMenuItem("scale5", currlayer->view->getmag() == 5); in UpdateMenuItems()
/dports/games/golly/golly-3.3-src/gui-common/
H A Drender.cpp631 if (currlayer->view->getmag() > 0) { in DrawGridBorder()
633 if (right < wd) right += (1 << currlayer->view->getmag()) - 1; in DrawGridBorder()
634 if (bottom < ht) bottom += (1 << currlayer->view->getmag()) - 1; in DrawGridBorder()
635 if (currlayer->view->getmag() == 1) { in DrawGridBorder()
718 int mag = currlayer->view->getmag(); in SetPasteRect()
778 int pastemag = currlayer->view->getmag(); in DrawPasteImage()
893 int cellsize = 1 << currlayer->view->getmag(); in DrawGridLines()
1044 int currmag = currlayer->view->getmag(); in DrawPattern()
H A Dview.cpp239 if ( currlayer->view->getmag() < 0 || in DrawCells()
338 if (currlayer->view->getmag() < 0) { in StartDrawingCells()
389 if ( currlayer->view->getmag() < 0 || in PickCell()
413 if (currlayer->view->getmag() < 0) { in StartPickingCells()
537 int mag = currlayer->view->getmag(); in MoveView()
582 int mag = currlayer->view->getmag(); in MovePaste()
1507 if (currlayer->view->getmag() < MAX_MAG) { in ZoomInPos()
1615 int mag = currlayer->view->getmag(); in SmallScroll()
1639 int mag = currlayer->view->getmag(); in BigScroll()
H A Dselect.cpp616 if (currlayer->view->getmag() > 0) { in Modify()
618 rb.first += (1 << currlayer->view->getmag()) - 1; in Modify()
619 rb.second += (1 << currlayer->view->getmag()) - 1; in Modify()
620 if (currlayer->view->getmag() > 1) { in Modify()
853 if (currlayer->view->getmag() > 0) { in Visible()
855 rb.first += (1 << currlayer->view->getmag()) - 1; in Visible()
856 rb.second += (1 << currlayer->view->getmag()) - 1; in Visible()
857 if (currlayer->view->getmag() > 1) { in Visible()
882 int savemag = currlayer->view->getmag(); in EmptyUniverse()
H A Dstatus.cpp83 int mag = currlayer->view->getmag(); in UpdateStatusLines()
/dports/games/golly/golly-3.3-src/gollybase/
H A Dltldraw.cpp98 if (view.getmag() > 0) { in draw()
99 pmag = 1 << view.getmag(); in draw()
103 mag = -view.getmag(); in draw()
H A Dhlifedraw.cpp268 if (view->getmag() != 0) in draw()
273 if (view->getmag() > 0) { in draw()
274 pmag = 1 << (view->getmag()) ; in draw()
276 viewh = ((uviewh - 1) >> view->getmag()) + 1 ; in draw()
277 vieww = ((uvieww - 1) >> view->getmag()) + 1 ; in draw()
280 mag = (-view->getmag()) ; in draw()
H A Dviewport.h36 int getmag() const { return mag ; } in getmag() function
H A Dghashdraw.cpp270 if (view->getmag() > 0) { in draw()
271 pmag = 1 << (view->getmag()) ; in draw()
273 viewh = ((uviewh - 1) >> view->getmag()) + 1 ; in draw()
274 vieww = ((uvieww - 1) >> view->getmag()) + 1 ; in draw()
277 mag = (-view->getmag()) ; in draw()
H A Dqlifedraw.cpp486 if (view->getmag() > 0) { in draw()
487 pmag = 1 << (view->getmag()) ; in draw()
489 viewh = ((uviewh - 1) >> view->getmag()) + 1 ; in draw()
490 vieww = ((uvieww - 1) >> view->getmag()) + 1 ; in draw()
493 mag = (-view->getmag()) ; in draw()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxview.cpp295 int mag = currlayer->view->getmag(); in SetPasteRect()
475 if (currlayer->view->getmag() > 1) { in PasteTemporaryToCurrent()
1144 if (currlayer->view->getmag() < MAX_MAG) { in ZoomIn()
1394 return currlayer->view->getmag(); in GetMag()
1527 int mag = currlayer->view->getmag(); in SmallScroll()
1551 int mag = currlayer->view->getmag(); in BigScroll()
1572 int mag = currlayer->view->getmag(); in UpdateScrollBars()
1888 if ( currlayer->view->getmag() < 0 || in DrawCells()
1970 if ( currlayer->view->getmag() < 0 || in PickCell()
2106 int mag = currlayer->view->getmag(); in MoveView()
[all …]
H A Dwxrender.cpp929 int pastemag = currlayer->view->getmag(); in DrawPasteImage()
1216 int cellsize = 1 << currlayer->view->getmag(); in DrawGridLines()
1380 if (currlayer->view->getmag() > 0) { in DrawGridBorder()
1382 if (right < wd) right += (1 << currlayer->view->getmag()) - 1; in DrawGridBorder()
1383 if (bottom < ht) bottom += (1 << currlayer->view->getmag()) - 1; in DrawGridBorder()
1384 if (currlayer->view->getmag() == 1) { in DrawGridBorder()
1463 int currmag = currlayer->view->getmag(); in DrawOneLayer()
1659 int currmag = currlayer->view->getmag(); in DrawView()
1723 currmag = currlayer->view->getmag(); // possibly changed if not syncviews in DrawView()
H A Dwxselect.cpp918 if (currlayer->view->getmag() > 0) { in Visible()
920 rb.first += (1 << currlayer->view->getmag()) - 1; in Visible()
921 rb.second += (1 << currlayer->view->getmag()) - 1; in Visible()
922 if (currlayer->view->getmag() > 1) { in Visible()
947 int savemag = currlayer->view->getmag(); in EmptyUniverse()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dfhtfun.h66 static void getmag(MYFLT *x, int32 size);
H A Dcross2.c46 static void getmag(MYFLT *x, int32 size) in getmag() function
416 getmag( y, nsize); in Xsynth()
/dports/games/golly/golly-3.3-src/Scripts/Lua/gplus/
H A DNewCA.lua1158 state.savemag = g.getmag()
1311 if g.getmag() >= 0 then
1312 barcells = currbarht // int(2^g.getmag())
1314 barcells = currbarht * int(2^-g.getmag())
1834 local viewmag = g.getmag()
1874 local viewmag = g.getmag()
1911 local viewmag = g.getmag()
2191 local currmag = g.getmag()
2200 if currmag ~= g.getmag() or currwd ~= viewwd or currht ~= viewht or updatepaste then
2202 currmag = g.getmag()
[all …]
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DPatternViewController.m660 if (currlayer->view->getmag() != 0) {
670 if (currlayer->view->getmag() < MAX_MAG) {
705 currlayer->view->getmag());

12