Searched defs:AF_PointRec_ (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.h | 241 typedef struct AF_PointRec_ struct 243 FT_UShort flags; /* point flags used by hinter */ 244 FT_Char in_dir; /* direction of inwards vector */ 245 FT_Char out_dir; /* direction of outwards vector */ 247 FT_Pos ox, oy; /* original, scaled position */ 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ 249 FT_Pos x, y; /* current position */ 250 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */ 252 AF_Point next; /* next point in contour */ 253 AF_Point prev; /* previous point in contour */ [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.h | 241 typedef struct AF_PointRec_ struct 243 FT_UShort flags; /* point flags used by hinter */ 244 FT_Char in_dir; /* direction of inwards vector */ 245 FT_Char out_dir; /* direction of outwards vector */ 247 FT_Pos ox, oy; /* original, scaled position */ 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ 249 FT_Pos x, y; /* current position */ 250 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */ 252 AF_Point next; /* next point in contour */ 253 AF_Point prev; /* previous point in contour */ [all …]
|
/third_party/freetype/src/autofit/ |
D | afhints.h | 241 typedef struct AF_PointRec_ struct 243 FT_UShort flags; /* point flags used by hinter */ 244 FT_Char in_dir; /* direction of inwards vector */ 245 FT_Char out_dir; /* direction of outwards vector */ 247 FT_Pos ox, oy; /* original, scaled position */ 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ 249 FT_Pos x, y; /* current position */ 250 FT_Pos u, v; /* current (x,y) or (y,x) depending on context */ 252 AF_Point next; /* next point in contour */ 253 AF_Point prev; /* previous point in contour */ [all …]
|