Searched refs:end_poly (Results 1 – 7 of 7) sorted by relevance
80 s.end_poly()84 s.end_poly()
120 end_poly()124 end_poly()
39 end_poly()
1355 const uint8_t* end_poly = cur_glyph + th->cb; in process() local1361 while (cur_poly < end_poly) { in process()1425 const uint8_t* end_poly = cur_glyph + th->cb; in process() local1432 while (cur_poly < end_poly) { in process()
1326 const uint8_t* end_poly = cur_glyph + th->cb; in sk_path_from_gdi_path() local1332 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() local1393 while (cur_poly < end_poly) { in sk_path_from_gdi_paths()
181 | :func:`end_poly`1444 .. function:: end_poly()1464 >>> turtle.end_poly()
3454 def end_poly(self): member in RawTurtle