Home
last modified time | relevance | path

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

/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py80 s.end_poly()
84 s.end_poly()
H A Dpenrose.py120 end_poly()
124 end_poly()
H A Dclock.py39 end_poly()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp1355 const uint8_t* end_poly = cur_glyph + th->cb; in process() local
1361 while (cur_poly < end_poly) { in process()
1425 const uint8_t* end_poly = cur_glyph + th->cb; in process() local
1432 while (cur_poly < end_poly) { in process()
/third_party/python/Lib/
H A Dturtle.py130 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd',
3470 def end_poly(self): member in RawTurtle
3479 >>> turtle.end_poly()

Completed in 10 milliseconds