Searched defs:FT_StrokerRec_ (Results 1 – 1 of 1) sorted by relevance
774 typedef struct FT_StrokerRec_ struct776 FT_Angle angle_in; /* direction into curr join */777 FT_Angle angle_out; /* direction out of join */778 FT_Vector center; /* current position */779 FT_Fixed line_length; /* length of last lineto */780 FT_Bool first_point; /* is this the start? */781 FT_Bool subpath_open; /* is the subpath open? */782 FT_Angle subpath_angle; /* subpath start direction */783 FT_Vector subpath_start; /* subpath start position */784 FT_Fixed subpath_line_length; /* subpath start lineto len */[all …]