Searched defs:AF_Point (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/autofit/
H A Dafhints.h245 typedef struct AF_PointRec_* AF_Point; typedef in typeref:struct:AF_PointRec_
261 AF_Point next; /* next point in contour */
262 AF_Point prev; /* previous point in contour */
285 AF_Point first; /* first point in edge segment */
286 AF_Point last; /* last point in edge segment */
343 AF_Point points; /* points array */
347 AF_Point* contours; /* contours array */

Completed in 21 milliseconds