Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontHost_win.cpp1355 const uint8_t* end_poly = cur_glyph + th->cb; in process() local
1425 const uint8_t* end_poly = cur_glyph + th->cb; in process() local
/third_party/python/Lib/
Dturtle.py3470 def end_poly(self): member in RawTurtle