Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dfapi_ft.c771 static int conic_to(FT_Vector* aControl,FT_Vector* aTo,void* aObject) in conic_to() argument
782 return p->m_path->curveto(p->m_path,(p->m_x + aControl->x * 2) / 3, in conic_to()
783 (p->m_y + aControl->y * 2) / 3, in conic_to()
784 (aTo->x + aControl->x * 2) / 3, in conic_to()
785 (aTo->y + aControl->y * 2) / 3, in conic_to()