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