Searched defs:AF_PointRec_ (Results 1 – 1 of 1) sorted by relevance
250 typedef struct AF_PointRec_ struct252 FT_UShort flags; /* point flags used by hinter */253 FT_Char in_dir; /* direction of inwards vector */254 FT_Char out_dir; /* direction of outwards vector */256 FT_Pos ox, oy; /* original, scaled position */257 FT_Short fx, fy; /* original, unscaled position (font units) */258 FT_Pos x, y; /* current position */259 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */261 AF_Point next; /* next point in contour */262 AF_Point prev; /* previous point in contour */