HomeSort by relevance Sort by last modified time
    Searched refs:contours (Results 26 - 48 of 48) sorted by null

12

  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
  /external/opencv/cv/src/
cvcontours.cpp 142 Structure that is used for sequental retrieving contours from the image.
147 CvMemStorage *storage1; /* contains fetched contours */
148 CvMemStorage *storage2; /* contains approximated contours
171 1 - all the contours w/o any hierarchy
173 external contours and holes) */
175 int seq_type1; /* type of fetched contours */
176 int header_size1; /* hdr size of fetched contours */
177 int elem_size1; /* elem size of fetched contours */
179 int header_size2; /* the same for approx. contours */
353 The 1st variant can be used to retrieve and store all the contours from the imag
1429 CvSeq* contours = k == 0 ? external_contours : internal_contours; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 77 FT_FREE( zone->contours );
103 /* maxContours :: The capacity of glyph zone in contours. */
127 FT_NEW_ARRAY( zone->contours, maxContours ) )
    [all...]
ttinterp.c     [all...]
ttgxvar.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 81 FT_FREE( zone->contours );
107 /* maxContours :: The capacity of glyph zone in contours. */
131 FT_NEW_ARRAY( zone->contours, maxContours ) )
    [all...]
ttgxvar.c     [all...]
ttinterp.c     [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 549 outline->contours[outline->n_contours - 1] =
593 ? 0 : outline->contours[outline->n_contours - 2] + 1;
613 /* Don't add contours only consisting of one point, i.e., */
621 outline->contours[outline->n_contours - 1] =
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c     [all...]
  /external/opencv/cv/include/
cvcompat.h 881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours,
884 cvPolyLine( img, pts, npts, contours, is_closed,
    [all...]
  /external/freetype/src/cff/
cffgload.c 549 outline->contours[outline->n_contours - 1] =
593 ? 0 : outline->contours[outline->n_contours - 2] + 1;
613 /* Don't add contours only consisting of one point, i.e., */
621 outline->contours[outline->n_contours - 1] =
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 260 last = glyph->outline.contours[nn];
262 /* Avoid single-point contours since they are never rasterized. */
736 AF_Point* contour = hints->contours;
896 } /* contours */
    [all...]
aflatin.c 503 last = outline.contours[nn];
505 /* Avoid single-point contours since they are never */
    [all...]
afcjk.c 421 last = outline.contours[nn];
423 /* Avoid single-point contours since they are never rasterized. */
777 /* Walk over all contours and compute its segments. */
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/freetype/src/base/
ftstroke.c 738 /* copy contours */
742 FT_Short* write = outline->contours + outline->n_contours;
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 737 /* copy contours */
741 FT_Short* write = outline->contours + outline->n_contours;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 931 milliseconds

12