Home
last modified time | relevance | path

Searched refs:end_poly (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/turtledemo/
Dplanet_and_moon.py80 s.end_poly()
84 s.end_poly()
Dpenrose.py120 end_poly()
124 end_poly()
Dclock.py39 end_poly()
/third_party/skia/src/ports/
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/flutter/skia/src/ports/
DSkFontHost_win.cpp1326 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path() local
1332 while (cur_poly < end_poly) { in sk_path_from_gdi_path()
1386 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths() local
1393 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()
/third_party/python/Doc/library/
Dturtle.rst181 | :func:`end_poly`
1444 .. function:: end_poly()
1464 >>> turtle.end_poly()
/third_party/python/Lib/
Dturtle.py3454 def end_poly(self): member in RawTurtle