Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/turtle/
Dtdemo_planet_and_moon.py81 s.end_poly()
85 s.end_poly()
Dtdemo_penrose.py120 end_poly()
124 end_poly()
Dtdemo_clock.py39 end_poly()
/external/python/cpython3/Lib/turtledemo/
Dplanet_and_moon.py80 s.end_poly()
84 s.end_poly()
Dpenrose.py120 end_poly()
124 end_poly()
Dclock.py39 end_poly()
/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp89 void path_storage::end_poly() in end_poly() function in agg::path_storage
Dagg_path_storage.h112 void end_poly();
/external/skia/src/ports/
DSkFontHost_win.cpp1386 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path() local
1392 while (cur_poly < end_poly) { in sk_path_from_gdi_path()
1446 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths() local
1453 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()
/external/skqp/src/ports/
DSkFontHost_win.cpp1385 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path() local
1391 while (cur_poly < end_poly) { in sk_path_from_gdi_path()
1445 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_paths() local
1452 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1102 m_PathData.end_poly(); in BuildPath()
1243 path_data.m_PathData.end_poly(); in SetClip_PathFill()
/external/python/cpython2/Doc/library/
Dturtle.rst164 | :func:`end_poly`
1313 .. function:: end_poly()
1332 >>> turtle.end_poly()
/external/python/cpython3/Doc/library/
Dturtle.rst181 | :func:`end_poly`
1384 .. function:: end_poly()
1403 >>> turtle.end_poly()
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3320 def end_poly(self): member in RawTurtle
/external/python/cpython3/Lib/
Dturtle.py3452 def end_poly(self): member in RawTurtle