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

12

  /external/freetype/src/pshinter/
pshalgo.c 1047 /* compute first segment in contour */
1086 /* now, process all segments in the contour */
1283 PSH_Contour contour = glyph->contours; local
2038 PSH_Contour contour = glyph->contours; local
    [all...]
pshalgo.h 138 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */
139 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */
165 PSH_Contour contour; member in struct:PSH_PointRec_
  /external/opencv/cv/include/
cvtypes.h 73 CvSeq* contour; /* optional component boundary member in struct:CvConnectedComp
74 (the contour might have child contours corresponding to the holes)*/
84 /* contour retrieval mode */
90 /* contour approximation method */
115 /* Contour tree header */
124 /* Finds a sequence of convexity defects of given contour */
127 CvPoint* start; /* point of the contour where the defect begins */
128 CvPoint* end; /* point of the contour where the defect ends */
cvcompat.h 344 #define cvContourMoments( contour, moments ) \
345 cvMoments( contour, moments, 0 )
394 #define cvContourConvexHull( contour, orientation, storage ) \
395 cvConvexHull2( contour, storage, orientation )
403 #define cvContourConvexHullApprox( contour, bandwidth, orientation, storage ) \
404 cvConvexHull2( contour, storage, orientation )
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 67 FT_Int n; /* index of contour in outline */
68 FT_UInt first; /* index of first point in contour */
84 FT_Int last; /* index of last point in contour */
108 /* A contour cannot start with a cubic control point! */
269 /* close the contour with a line segment */
359 /* check point and contour counts */
724 /* Is a point in some contour? */
726 /* We treat every point of the contour as if it */
809 /* part (contour not enclosed in another contour) of the *
984 short* contour; local
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 124 for (int contour = 0; contour < rectCount; ++contour) {
125 const SkRect& rect = rects[contour];
127 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction
  /external/opencv/cv/src/
cvutils.cpp 47 CvSeq* contour = 0; local
77 contour = (CvSeq*)contour_header;
81 return contour;
cvpyrsegmentation.cpp     [all...]
cvlinefit.cpp 649 union { CvContour contour; CvSeq seq; } header;
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 139 PSH_POINT_POSITIVE = 128, /* extremum has positive contour flow */
140 PSH_POINT_NEGATIVE = 256, /* extremum has negative contour flow */
166 PSH_Contour contour; member in struct:PSH_PointRec_
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 299 /* segment; we first need to find in which contour the extremum */
734 AF_Point* contour = hints->contours; local
735 AF_Point* contour_limit = contour + hints->num_contours;
774 /* do each contour separately */
775 for ( ; contour < contour_limit; contour++ )
777 AF_Point point = contour[0];
    [all...]
aflatin2.c 292 /* segment; we first need to find in which contour the extremum */
686 AF_Point* contour = hints->contours; local
687 AF_Point* contour_limit = contour + hints->num_contours;
726 /* do each contour separately */
727 for ( ; contour < contour_limit; contour++ )
729 AF_Point point = contour[0];
828 /* this can happen in the case of a degenerate contour
829 * e.g. a 2-point vertical contour
    [all...]
  /external/freetype/src/autofit/
aflatin.c 325 /* segment; we first need to find in which contour the extremum */
801 AF_Point* contour = hints->contours; local
802 AF_Point* contour_limit = contour + hints->num_contours;
841 /* do each contour separately */
842 for ( ; contour < contour_limit; contour++ )
844 AF_Point point = contour[0];
    [all...]
aflatin2.c 291 /* segment; we first need to find in which contour the extremum */
714 AF_Point* contour = hints->contours; local
715 AF_Point* contour_limit = contour + hints->num_contours;
754 /* do each contour separately */
755 for ( ; contour < contour_limit; contour++ )
757 AF_Point point = contour[0];
856 /* this can happen in the case of a degenerate contour
857 * e.g. a 2-point vertical contour
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 5759 FT_Short contour; local
6791 FT_Short contour; \/* current contour *\/ local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 5926 FT_Short contour, bounds; local
7272 FT_Short contour; \/* current contour *\/ local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 752 * Contour Morphing *
1018 CvContour* contour; member in struct:CvLCMNode
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 808 milliseconds

12