Home
last modified time | relevance | path

Searched refs:plast (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py592 plast = coords[last]
594 plast = ((pthis[0]+plast[0])/2, (pthis[1]+plast[1])/2)
598 bbox = calcQuadraticBounds(plast, pthis, pnext)
/external/valgrind/perf/
Dtinycc.c12493 Sym **plast, *s, *first; in post_type() local
12502 plast = &first; in post_type()
12528 *plast = s; in post_type()
12529 plast = &s->next; in post_type()