Searched defs:AF_EdgeRec_ (Results 1 – 2 of 2) sorted by relevance
291 typedef struct AF_EdgeRec_ struct293 FT_Short fpos; /* original, unscaled position (in 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 */301 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 …]
302 typedef struct AF_EdgeRec_ struct304 FT_Short fpos; /* original, unscaled position (in font units) */305 FT_Pos opos; /* original, scaled position */306 FT_Pos pos; /* current position */308 FT_Byte flags; /* edge flags */309 FT_Char dir; /* edge direction */310 FT_Fixed scale; /* used to speed up interpolation between edges */312 AF_Width blue_edge; /* non-NULL if this is a blue edge */313 AF_Edge link; /* link edge */314 AF_Edge serif; /* primary edge for serifs */[all …]