Home
last modified time | relevance | path

Searched refs:fractal (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dfractalcurves.py6 This program draws two fractal-curve-designs:
10 The CurvesTurtle class and the fractal-curve-
58 self.fractal(edge, lev, dir)
66 def fractal(self, dist, depth, dir): member in CurvesTurtle
70 self.fractal(dist / 3, depth - 1, dir)
72 self.fractal(dist / 3, depth - 1, dir)
74 self.fractal(dist / 3, depth - 1, dir)
76 self.fractal(dist / 3, depth - 1, dir)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh94 ./fractal
158 "${BAZEL}" run //examples:fractal
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
H A Ddocker.sh114 ./fractal
173 bazel run //examples:fractal
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat50 %CONFIG%\fractal.exe
77 !BAZEL_DIR!\bazel run //examples:fractal
/third_party/skia/modules/skottie/src/effects/
H A DFractalNoiseEffect.cpp90 // fractal() placeholder
112 "n += w*fractal(filter(xy));"
123 // TODO: fractal functions
162 "float fractal(float n) {"
167 "float fractal(float n) {"
172 "float fractal(float n) {"
178 "float fractal(float n) {"
196 sk_sp<SkRuntimeEffect> make_noise_effect(unsigned loops, const char* filter, const char* fractal) { in make_noise_effect() argument
198 SkStringPrintf(gNoiseEffectSkSL, filter, fractal, loops), {}); in make_noise_effect()

Completed in 2 milliseconds