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