HomeSort by relevance Sort by last modified time
    Searched defs:AF_Point (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 245 typedef struct AF_PointRec_* AF_Point;
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 */
  /external/freetype/src/autofit/
afhints.h 256 typedef struct AF_PointRec_* AF_Point;
272 AF_Point next; /* next point in contour */
273 AF_Point prev; /* previous point in contour */
296 AF_Point first; /* first point in edge segment */
297 AF_Point last; /* last point in edge segment */
354 AF_Point points; /* points array */
358 AF_Point* contours; /* contours array */

Completed in 45 milliseconds