Searched defs:AF_PointRec_ (Results 1 – 1 of 1) sorted by relevance
263 typedef struct AF_PointRec_ struct265 FT_UShort flags; /* point flags used by hinter */266 FT_Char in_dir; /* direction of inwards vector */267 FT_Char out_dir; /* direction of outwards vector */269 FT_Pos ox, oy; /* original, scaled position */270 FT_Short fx, fy; /* original, unscaled position (in font units) */271 FT_Pos x, y; /* current position */272 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */274 AF_Point next; /* next point in contour */275 AF_Point prev; /* previous point in contour */
Completed in 4 milliseconds