Home
last modified time | relevance | path

Searched defs:Turtle (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/docs/examples/
DTurtle.cpp21 struct Turtle { float x; float y; float h; bool p; } t; argument
/third_party/python/Lib/
Dturtle.py3799 class Turtle(RawTurtle): class