/external/chromium_org/third_party/skia/src/pathops/ |
H A D | SkOpEdgeBuilder.h | 16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) argument 18 , fContours(contours) 23 SkOpEdgeBuilder(const SkPath& path, SkTArray<SkOpContour>& contours) argument 25 , fContours(contours)
|
H A D | SkPathOpsSimplify.cpp | 159 SkTArray<SkOpContour> contours; local 160 SkOpEdgeBuilder builder(path, contours); 165 MakeContourList(contours, contourList, false, false); 193 // construct closed contours
|
H A D | SkPathOpsOp.cpp | 256 SkTArray<SkOpContour> contours; local 258 SkOpEdgeBuilder builder(*minuend, contours); 268 MakeContourList(contours, contourList, xorMask == kEvenOdd_PathOpsMask, 307 // construct closed contours
|
H A D | SkPathOpsCommon.cpp | 373 void MakeContourList(SkTArray<SkOpContour>& contours, SkTArray<SkOpContour*, true>& list, argument 375 int count = contours.count(); 380 SkOpContour& contour = contours[index]; 411 SkTArray<SkOpContour> contours; local 412 SkOpEdgeBuilder builder(path, contours); 414 int count = contours.count(); 416 SkTArray<int, true> runs(count); // indices of partial contours 418 const SkOpContour& eContour = contours[outer]; 454 const SkOpContour& oContour = contours[outer]; 460 const SkOpContour& iContour = contours[inne [all...] |
/external/opencv/cvaux/src/ |
H A D | 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
|
H A D | 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;
|
/external/skia/src/pathops/ |
H A D | SkOpEdgeBuilder.h | 16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) argument 18 , fContours(contours) 23 SkOpEdgeBuilder(const SkPath& path, SkTArray<SkOpContour>& contours) argument 25 , fContours(contours)
|
H A D | SkPathOpsSimplify.cpp | 159 SkTArray<SkOpContour> contours; local 160 SkOpEdgeBuilder builder(path, contours); 165 MakeContourList(contours, contourList, false, false); 193 // construct closed contours
|
H A D | SkPathOpsOp.cpp | 256 SkTArray<SkOpContour> contours; local 258 SkOpEdgeBuilder builder(*minuend, contours); 268 MakeContourList(contours, contourList, xorMask == kEvenOdd_PathOpsMask, 307 // construct closed contours
|
H A D | SkPathOpsCommon.cpp | 373 void MakeContourList(SkTArray<SkOpContour>& contours, SkTArray<SkOpContour*, true>& list, argument 375 int count = contours.count(); 380 SkOpContour& contour = contours[index]; 411 SkTArray<SkOpContour> contours; local 412 SkOpEdgeBuilder builder(path, contours); 414 int count = contours.count(); 416 SkTArray<int, true> runs(count); // indices of partial contours 418 const SkOpContour& eContour = contours[outer]; 454 const SkOpContour& oContour = contours[outer]; 460 const SkOpContour& iContour = contours[inne [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
H A D | afhints.h | 345 FT_Int max_contours; /* number of allocated contours */ 346 FT_Int num_contours; /* number of used contours */ 347 AF_Point* contours; /* contours array */ member in struct:AF_GlyphHintsRec_
|
/external/freetype/src/autofit/ |
H A D | afhints.h | 345 FT_Int max_contours; /* number of allocated contours */ 346 FT_Int num_contours; /* number of used contours */ 347 AF_Point* contours; /* contours array */ member in struct:AF_GlyphHintsRec_
|
/external/opencv/cv/src/ |
H A D | 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 );
|
H A D | 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 fro 1429 CvSeq* contours = k == 0 ? external_contours : internal_contours; local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
H A D | ftimage.h | 342 /* n_contours :: The number of contours in the outline. */ 367 /* contours :: An array of `n_contours' shorts, giving the end */ 370 /* `0' to `contours[0]', the second one is defined by */ 371 /* the points `contours[0]+1' to `contours[1]', etc. */ 385 short n_contours; /* number of contours in glyph */ 390 short* contours; /* the contour end points */ member in struct:FT_Outline_ 417 /* (i.e., `points', `flags', and `contours') are `owned' by the */ 426 /* By default, outside contours of an outline are oriented in */ 773 /* contours [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
H A D | pshalgo.h | 209 PSH_Contour contours; member in struct:PSH_GlyphRec_
|
/external/freetype/include/freetype/ |
H A D | ftimage.h | 351 /* n_contours :: The number of contours in the outline. */ 376 /* contours :: An array of `n_contours' shorts, giving the end */ 379 /* `0' to `contours[0]', the second one is defined by */ 380 /* the points `contours[0]+1' to `contours[1]', etc. */ 394 short n_contours; /* number of contours in glyph */ 399 short* contours; /* the contour end points */ member in struct:FT_Outline_ 426 /* (i.e., `points', `flags', and `contours') are `owned' by the */ 435 /* By default, outside contours of an outline are oriented in */ 782 /* contours [all...] |
/external/freetype/src/pshinter/ |
H A D | pshalgo.h | 200 PSH_Contour contours; member in struct:PSH_GlyphRec_
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1448 /* max_contours :: Max size in links contours of the zone. */ 1452 /* n_contours :: The current number of contours in the zone. */ 1461 /* contours :: The contours end points. */ 1471 FT_Short n_contours; /* number of contours */ 1478 FT_UShort* contours; /* contour end points */ member in struct:TT_GlyphZoneRec_
|
/external/freetype/include/freetype/internal/ |
H A D | tttypes.h | 1345 /* max_contours :: Max size in links contours of the zone. */ 1349 /* n_contours :: The current number of contours in the zone. */ 1358 /* contours :: The contours end points. */ 1368 FT_Short n_contours; /* number of contours */ 1375 FT_UShort* contours; /* contour end points */ member in struct:TT_GlyphZoneRec_
|
/external/opencv/cv/include/ |
H A D | cvcompat.h | 881 CV_INLINE void cvPolyLineAA( CvArr* img, CvPoint** pts, int* npts, int contours, argument 884 cvPolyLine( img, pts, npts, contours, is_closed,
|