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