Home
last modified time | relevance | path

Searched defs:AF_GlyphHintsRec_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
Dafhints.h331 typedef struct AF_GlyphHintsRec_ struct
333 FT_Memory memory;
335 FT_Fixed x_scale;
336 FT_Pos x_delta;
338 FT_Fixed y_scale;
339 FT_Pos y_delta;
341 FT_Int max_points; /* number of allocated points */
342 FT_Int num_points; /* number of used points */
343 AF_Point points; /* points array */
345 FT_Int max_contours; /* number of allocated contours */
[all …]
/external/freetype/src/autofit/
Dafhints.h342 typedef struct AF_GlyphHintsRec_ struct
344 FT_Memory memory;
346 FT_Fixed x_scale;
347 FT_Pos x_delta;
349 FT_Fixed y_scale;
350 FT_Pos y_delta;
352 FT_Int max_points; /* number of allocated points */
353 FT_Int num_points; /* number of used points */
354 AF_Point points; /* points array */
356 FT_Int max_contours; /* number of allocated contours */
[all …]