Home
last modified time | relevance | path

Searched refs:drawTree (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/test/
H A Dfractal_tree_random.py24 def drawTree(x1, y1, angle, depth): function
29 drawTree(x2, y2, angle - random.randint(15,50), depth - 1.44)
30 drawTree(x2, y2, angle + random.randint(10,25), depth - 0.72)
31 drawTree(x2, y2, angle - random.randint(10,25), depth - 3)
32 drawTree(x2, y2, angle + random.randint(15,50), depth - 4)
36 drawTree(image.get_width() / 2, image.get_height(), -91, 7)
/dports/math/spooles/spooles.2.2/Tree/drivers/
H A Dmakefile7 DRIVERS = drawTree
14 drawTree : drawTree.o ../../spooles.a target
/dports/math/spooles-mpich/spooles.2.2_SHARED/Tree/drivers/
H A Dmakefile7 DRIVERS = drawTree
14 drawTree : drawTree.o ../../spooles.a target
/dports/math/spooles-mpich/spooles.2.2/Tree/drivers/
H A Dmakefile7 DRIVERS = drawTree
14 drawTree : drawTree.o ../../spooles.a target
/dports/math/spooles/spooles.2.2_SHARED/Tree/drivers/
H A Dmakefile7 DRIVERS = drawTree
14 drawTree : drawTree.o ../../spooles.a target
/dports/graphics/lazpaint/lazpaint-7.1.6/resources/scripts/
H A Drender_fractal_tree.py44 def drawTree(x1, y1, angle, depth): function
49 drawTree(x2, y2, angle - ANGLE, depth - 2)
50 drawTree(x2, y2, angle + ANGLE, depth - 2)
54 drawTree(image.get_width() / 2, image.get_height(), -90, 14)
/dports/lang/seed7/seed7/prg/
H A Dfractree.sd733 const proc: drawTree (in integer: x1, in integer: y1, in float: angle, in integer: depth) is func
42 drawTree(x2, y2, angle - 20.0, depth - 1);
43 drawTree(x2, y2, angle + 20.0, depth - 1);
52 drawTree(300, 470, -90.0, 9);
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/ghc-prof-1.4.1.7/bin/
H A Ddump.hs11 import Data.Tree (drawTree)
28 traverse_ putStrLn $ drawTree . fmap makeCCName <$> costCentres prof
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/ghc-prof-1.4.1.7/bin/
H A Ddump.hs11 import Data.Tree (drawTree)
28 traverse_ putStrLn $ drawTree . fmap makeCCName <$> costCentres prof
/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers/src/Data/
H A DTree.hs49 , drawTree
234 drawTree :: Tree String -> String
235 drawTree = unlines . draw function
256 drawForest = unlines . map drawTree
/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers-tests/src/Data/
H A DTree.hs49 , drawTree
234 drawTree :: Tree String -> String
235 drawTree = unlines . draw function
256 drawForest = unlines . map drawTree
/dports/security/klee/klee-2.2/utils/hacks/TreeGraphs/
H A DTreeGraph.py39 def drawTree(a, b, maxDepth, sizes, depth=0): function
43 yield drawTree(b, vec2.add(b, (-height,height)),
45 yield drawTree(b, vec2.add(b, (+height,height)),
64 res = drawTree((0.,-.9), (0.,-.5), N, [1.3*s/sum(sizes) for s in sizes])
/dports/lang/elm/compiler-0.19.1/_cabal_deps/containers-0.5.11.0/Data/
H A DTree.hs31 drawTree, drawForest,
217 drawTree :: Tree String -> String
218 drawTree = unlines . draw function
222 drawForest = unlines . map drawTree
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dtdriver22.cpp458 sub011pt->drawTree("selectExecutionPlan_sub011_22.dot"); in selectExecutionPlan_22()
461 sub01pt->drawTree("selectExecutionPlan_sub01_22.dot"); in selectExecutionPlan_22()
464 sub02pt->drawTree("selectExecutionPlan_sub02_22.dot"); in selectExecutionPlan_22()
H A Dtdriver15.cpp234 filterList->drawTree("selectExecutionPlan_15sub.dot"); in selectExecutionPlan_15()
370 pt->drawTree("selectExecutionPlan_15.dot"); in selectExecutionPlan_15()
H A Dtdriver6.cpp126 pt->drawTree ("q6.dot"); in Q1()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/execplan/
H A Dtdriver22.cpp458 sub011pt->drawTree("selectExecutionPlan_sub011_22.dot"); in selectExecutionPlan_22()
461 sub01pt->drawTree("selectExecutionPlan_sub01_22.dot"); in selectExecutionPlan_22()
464 sub02pt->drawTree("selectExecutionPlan_sub02_22.dot"); in selectExecutionPlan_22()
H A Dtdriver15.cpp234 filterList->drawTree("selectExecutionPlan_15sub.dot"); in selectExecutionPlan_15()
370 pt->drawTree("selectExecutionPlan_15.dot"); in selectExecutionPlan_15()
H A Dtdriver6.cpp126 pt->drawTree ("q6.dot"); in Q1()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddotdirdeps.cpp230 static void drawTree(DirRelations &dependencies, TextStream &t, const DirDef *const directory, in drawTree() function
259 drawTree(dependencies, t, subDirectory, startLevel, directoriesInGraph, false); in drawTree()
333 drawTree(dependencies, t, dd, dd->level(), dirsInGraph, true); in writeDotDirDepGraph()
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/gui/
H A DVariationTree.java30 public Optional<BoardHistoryNode> drawTree( in drawTree() method in VariationTree
207 drawTree(g, posx, posy, curwidth, maxposy, minposx, variation.get(), i, false, calc); in drawTree()
271 return drawTree(g, startx, curposy, 0, posy + height, posx + strokeRadius, node, 0, true, calc); in draw()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DLetExpr.hs28 import Data.Tree hiding ( drawTree )
H A DLetExprSemi.hs28 import Data.Tree hiding ( drawTree ) ;
/dports/www/nextcloud/nextcloud/apps-pkg/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc21/
H A DTNC21ConsoleTree.php52 public function drawTree( function
/dports/www/nextcloud/nextcloud/apps-pkg/circles/vendor/artificial-owl/my-small-php-tools/lib/Traits/Nextcloud/nc22/
H A DTNC22ConsoleTree.php52 public function drawTree( function

12345678