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

  /external/freetype/src/tools/ftfuzzer/
rasterfuzzer.cc 109 short contours[1]; local
110 contours[0] = n_points - 1;
118 contours, // contours
  /external/opencv/cvaux/src/
cvbgfg_common.cpp 77 CvSeq *contours, *c; local
85 // find contours around only bigger regions
106 contours = cvEndFindContours( &scanner );
110 for( c=contours; c != 0; c = c->h_next )
117 contours = 0;
120 return contours;
extendededges.cpp 50 //create lists of segments of all contours from image
55 CvSeq* contours = 0; local
56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
59 //iterate through contours
61 CvSeq* current = contours;
114 //free temporary memstorage with initial contours
123 //iplSet(image, 0 ); // this can cause double edges if two contours have common edge
  /external/freetype/src/autofit/
afhints.h 332 #define AF_CONTOURS_EMBEDDED 8 /* number of embedded contours */
348 FT_Int max_contours; /* number of allocated contours */
349 FT_Int num_contours; /* number of used contours */
350 AF_Point* contours; /* contours array */ member in struct:AF_GlyphHintsRec_
366 AF_Point contours[AF_CONTOURS_EMBEDDED]; member in struct:AF_GlyphHintsRec_::__anon20669
  /external/opencv/cv/src/
cvdistransform.cpp 828 CvSeq *contours = 0; local
835 cvFindContours( src_copy, st, &contours, sizeof(CvContour),
838 for( label = 1; contours != 0; contours = contours->h_next, label++ )
841 cvDrawContours( labels, contours, area_color, area_color, -255, -1, 8 );
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/include/freetype/
ftimage.h 293 /* n_contours :: The number of contours in the outline. */
318 /* contours :: An array of `n_contours' shorts, giving the end */
321 /* `0' to `contours[0]', the second one is defined by */
322 /* the points `contours[0]+1' to `contours[1]', etc. */
336 short n_contours; /* number of contours in glyph */
341 short* contours; /* the contour end points */ member in struct:FT_Outline_
370 /* (i.e., `points', `flags', and `contours') are `owned' by the */
379 /* By default, outside contours of an outline are oriented in */
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 195 PSH_Contour contours; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttgload.c 314 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
345 /* check that we can add the contours to the glyph */
350 /* reading the contours' endpoints & number of points */
351 cont = gloader->current.outline.contours;
354 /* check space for contours array + instructions count */
371 /* unordered contours: this is invalid */
766 zone->contours = (FT_UShort*)load->outline.contours + start_contour;
1669 short contours[4] = { 0, 1, 2, 3 }; local
1846 short* contours = NULL; local
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 293 /* n_contours :: The number of contours in the outline. */
318 /* contours :: An array of `n_contours' shorts, giving the end */
321 /* `0' to `contours[0]', the second one is defined by */
322 /* the points `contours[0]+1' to `contours[1]', etc. */
336 short n_contours; /* number of contours in glyph */
341 short* contours; /* the contour end points */ member in struct:FT_Outline_
370 /* (i.e., `points', `flags', and `contours') are `owned' by the */
379 /* By default, outside contours of an outline are oriented in */
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1612 FT_UShort* contours; \/* contour end points *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1033 milliseconds