Searched defs:AF_PointRec_ (Results 1 – 1 of 1) sorted by relevance
105 typedef struct AF_PointRec_ struct107 FT_UShort flags; /* point flags used by hinter */108 FT_Char in_dir; /* direction of inwards vector */109 FT_Char out_dir; /* direction of outwards vector */111 FT_Pos ox, oy; /* original, scaled position */112 FT_Short fx, fy; /* original, unscaled position (font units) */113 FT_Pos x, y; /* current position */114 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */116 AF_Point next; /* next point in contour */117 AF_Point prev; /* previous point in contour */