Searched refs:contours (Results 26 - 30 of 30) sorted by relevance

12

/external/freetype/src/autofit/
H A Daflatin2.c255 last = glyph->outline.contours[nn];
257 /* Avoid single-point contours since they are never rasterized. */
686 AF_Point* contour = hints->contours;
846 } /* contours */
H A Dafcjk.c369 last = glyph->outline.contours[nn];
371 /* Avoid single-point contours since they are never */
/external/opencv/cxcore/include/
H A Dcxcore.h1328 CVAPI(void) cvFillPoly( CvArr* img, CvPoint** pts, int* npts, int contours, CvScalar color,
1332 CVAPI(void) cvPolyLine( CvArr* img, CvPoint** pts, int* npts, int contours,
/external/freetype/src/base/
H A Dftstroke.c727 /* copy contours */
731 FT_Short* write = outline->contours + outline->n_contours;
2075 last = outline->contours[n];
/external/freetype/src/truetype/
H A Dttinterp.c5804 start = (FT_UShort)( CUR.zp2.contours[contour - 1] + 1 -
5811 limit = (FT_UShort)( CUR.zp2.contours[contour] -
5850 /* Twilight zone has no real contours, so use `n_points'. */
5856 limit = (FT_UShort)( CUR.zp2.contours[CUR.zp2.n_contours - 1] + 1 );
6856 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;

Completed in 192 milliseconds

12