Searched refs:aControl (Results 1 – 1 of 1) sorted by relevance
771 static int conic_to(FT_Vector* aControl,FT_Vector* aTo,void* aObject) in conic_to() argument782 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()