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

12

  /external/freetype/src/pshinter/
pshalgo.h 195 PSH_Contour contours; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttgload.c 313 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 */
718 zone->contours = (FT_UShort*)load->outline.contours + start_contour;
1573 short contours[4] = { 0, 1, 2, 3 }; local
1738 short* contours = NULL; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 195 PSH_Contour contours; member in struct:PSH_GlyphRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgload.c 313 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 */
717 zone->contours = (FT_UShort*)load->outline.contours + start_contour;
1540 short contours[4] = { 0, 1, 2, 3 }; local
1696 short* contours = NULL; local
    [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/opencv3/modules/imgproc/src/
contours.cpp 128 Structure that is used for sequential retrieving contours from the image.
133 CvMemStorage *storage1; /* contains fetched contours */
134 CvMemStorage *storage2; /* contains approximated contours
157 1 - all the contours w/o any hierarchy
159 external contours and holes),
164 int seq_type1; /* type of fetched contours */
165 int header_size1; /* hdr size of fetched contours */
166 int elem_size1; /* elem size of fetched contours */
168 int header_size2; /* the same for approx. contours */
330 The 1st variant can be used to retrieve and store all the contours from the imag
1581 CvSeq* contours = k == 0 ? external_contours : internal_contours; local
    [all...]
  /external/pdfium/third_party/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/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 195 PSH_Contour contours; member in struct:PSH_GlyphRec_
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 312 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
344 /* check that we can add the contours to the glyph */
349 /* reading the contours' endpoints & number of points */
350 cont = gloader->current.outline.contours;
353 /* check space for contours array + instructions count */
370 /* unordered contours: this is invalid */
715 zone->contours = (FT_UShort*)load->outline.contours + start_contour;
1533 short contours[4] = { 0, 1, 2, 3 }; local
1660 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/opencv3/modules/imgproc/test/
test_convhull.cpp 1400 vector<vector<Point> > contours; local
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 647 List<MatOfPoint> contours = new ArrayList<MatOfPoint>(); local
648 Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
650 Imgproc.drawContours(gray0, contours, -1, new Scalar(0));
657 List<MatOfPoint> contours = new ArrayList<MatOfPoint>(); local
658 Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
660 Imgproc.drawContours(gray0, contours, -1, new Scalar(0), Core.FILLED);
752 List<MatOfPoint> contours = new ArrayList<MatOfPoint>(5); local
755 Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
757 // no contours on empty image
758 assertEquals(contours.size(), 0)
774 List<MatOfPoint> contours = new ArrayList<MatOfPoint>(); local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1450 FT_UShort* contours; \/* contour end points *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 1450 FT_UShort* contours; \/* contour end points *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1450 FT_UShort* contours; \/* contour end points *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/opencv3/modules/java/src/
imgproc.cpp 4530 std::vector< std::vector<Point> > contours; local
4556 std::vector< std::vector<Point> > contours; local
5814 std::vector< std::vector<Point> > contours; local
5841 std::vector< std::vector<Point> > contours; local
5866 std::vector< std::vector<Point> > contours; local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 682 milliseconds

12