Searched defs:AF_EdgeRec_ (Results 1 – 1 of 1) sorted by relevance
282 typedef struct AF_EdgeRec_ struct284 FT_Short fpos; /* original, unscaled position (in font units) */285 FT_Pos opos; /* original, scaled position */286 FT_Pos pos; /* current position */288 FT_Byte flags; /* edge flags */289 FT_Char dir; /* edge direction */290 FT_Fixed scale; /* used to speed up interpolation between edges */292 AF_Width blue_edge; /* non-NULL if this is a blue edge */293 AF_Edge link; /* link edge */294 AF_Edge serif; /* primary edge for serifs */[all …]