Home
last modified time | relevance | path

Searched defs:FT_StrokerRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/base/
Dftstroke.c762 typedef struct FT_StrokerRec_ struct
764 FT_Angle angle_in; /* direction into curr join */
765 FT_Angle angle_out; /* direction out of join */
766 FT_Vector center; /* current position */
767 FT_Fixed line_length; /* length of last lineto */
768 FT_Bool first_point; /* is this the start? */
769 FT_Bool subpath_open; /* is the subpath open? */
770 FT_Angle subpath_angle; /* subpath start direction */
771 FT_Vector subpath_start; /* subpath start position */
772 FT_Fixed subpath_line_length; /* subpath start lineto len */
[all …]