OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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 */
Completed in 1095 milliseconds