Home
last modified time | relevance | path

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

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