Home | History | Annotate | Download | only in freetype2

Lines Matching defs:FT_Vector

64   /*    FT_Vector                                                          */
79 } FT_Vector;
297 /* points :: A pointer to an array of `n_points' @FT_Vector */
339 FT_Vector* points; /* the outline's points */
493 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
520 (*FT_Outline_LineToFunc)( const FT_Vector* to,
551 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
552 const FT_Vector* to,
583 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
584 const FT_Vector* control2,
585 const FT_Vector* to,