Home
last modified time | relevance | path

Searched defs:contour (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc356 int32_t GlyphTable::SimpleGlyph::NumberOfPoints(int32_t contour) { in NumberOfPoints()
364 int32_t GlyphTable::SimpleGlyph::XCoordinate(int32_t contour, int32_t point) { in XCoordinate()
369 int32_t GlyphTable::SimpleGlyph::YCoordinate(int32_t contour, int32_t point) { in YCoordinate()
374 bool GlyphTable::SimpleGlyph::OnCurve(int32_t contour, int32_t point) { in OnCurve()
410 for (uint32_t contour = 0; contour < contour_index_.size() - 1; ++contour) { in Initialize() local
504 int32_t GlyphTable::SimpleGlyph::ContourEndPoint(int32_t contour) { in ContourEndPoint()
546 int32_t GlyphTable::CompositeGlyph::Flags(int32_t contour) { in Flags()
554 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex()
558 int32_t GlyphTable::CompositeGlyph::Argument1(int32_t contour) { in Argument1()
568 int32_t GlyphTable::CompositeGlyph::Argument2(int32_t contour) { in Argument2()
[all …]
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc356 int32_t GlyphTable::SimpleGlyph::NumberOfPoints(int32_t contour) { in NumberOfPoints()
364 int32_t GlyphTable::SimpleGlyph::XCoordinate(int32_t contour, int32_t point) { in XCoordinate()
369 int32_t GlyphTable::SimpleGlyph::YCoordinate(int32_t contour, int32_t point) { in YCoordinate()
374 bool GlyphTable::SimpleGlyph::OnCurve(int32_t contour, int32_t point) { in OnCurve()
410 for (uint32_t contour = 0; contour < contour_index_.size() - 1; ++contour) { in Initialize() local
504 int32_t GlyphTable::SimpleGlyph::ContourEndPoint(int32_t contour) { in ContourEndPoint()
546 int32_t GlyphTable::CompositeGlyph::Flags(int32_t contour) { in Flags()
554 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex()
558 int32_t GlyphTable::CompositeGlyph::Argument1(int32_t contour) { in Argument1()
568 int32_t GlyphTable::CompositeGlyph::Argument2(int32_t contour) { in Argument2()
[all …]
/external/skia/src/pathops/
DSkPathOpsCommon.cpp29 SkOpContour* contour = contourList[cTest]; in contourRangeCheckY() local
105 SkOpContour* contour = contourList[cIndex]; in FindUndone() local
230 SkOpContour* contour = contourList[cIndex]; in findSortableTop() local
284 SkOpContour* contour = contourList[cIndex]; in skipVertical() local
359 SkOpContour* contour = (*contourList)[cTest]; in checkEnds() local
368 SkOpContour* contour = (*contourList)[cTest]; in checkTiny() local
376 SkOpContour* contour = (*contourList)[cTest]; in fixOtherTIndex() local
384 SkOpContour* contour = (*contourList)[cTest]; in joinCoincidence() local
392 SkOpContour* contour = (*contourList)[cTest]; in sortSegments() local
404 SkOpContour& contour = contours[index]; in MakeContourList() local
[all …]
DSkAddIntersections.cpp439 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
443 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
447 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
DSkIntersectionHelper.h65 void init(SkOpContour* contour) { in init()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCommon.cpp29 SkOpContour* contour = contourList[cTest]; in contourRangeCheckY() local
105 SkOpContour* contour = contourList[cIndex]; in FindUndone() local
230 SkOpContour* contour = contourList[cIndex]; in findSortableTop() local
284 SkOpContour* contour = contourList[cIndex]; in skipVertical() local
359 SkOpContour* contour = (*contourList)[cTest]; in checkEnds() local
368 SkOpContour* contour = (*contourList)[cTest]; in checkTiny() local
376 SkOpContour* contour = (*contourList)[cTest]; in fixOtherTIndex() local
384 SkOpContour* contour = (*contourList)[cTest]; in joinCoincidence() local
392 SkOpContour* contour = (*contourList)[cTest]; in sortSegments() local
404 SkOpContour& contour = contours[index]; in MakeContourList() local
[all …]
DSkAddIntersections.cpp439 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
443 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
447 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
DSkIntersectionHelper.h65 void init(SkOpContour* contour) { in init()
/external/opencv/cv/src/
Dcvpgh.cpp150 icvCalcPGH( const CvSeq * contour, float *pgh, int angle_dim, int dist_dim ) in icvCalcPGH()
334 cvCalcPGH( const CvSeq * contour, CvHistogram * hist ) in cvCalcPGH()
Dcvcontourtree.cpp68 icvCreateContourTree( const CvSeq * contour, CvMemStorage * storage, in icvCreateContourTree()
595 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1, in icvCalcTriAttr()
648 cvCreateContourTree( const CvSeq* contour, CvMemStorage* storage, double threshold ) in cvCreateContourTree()
681 CvSeq* contour = 0; in cvContourFromContourTree() local
Dcvdominants.cpp54 icvFindDominantPointsIPAN( CvSeq * contour, in icvFindDominantPointsIPAN()
359 cvFindDominantPoints( CvSeq * contour, CvMemStorage * storage, int method, in cvFindDominantPoints()
Dcvcontours.cpp133 CvSeq *contour; /* corresponding contour (may be 0, if rejected) */ member
533 CvSeq* contour, in icvFetchContour()
704 CvSeq* contour, in icvFetchContourEx()
844 CvSeq *contour = 0; in cvFindNextContour() local
1438 CvSeq* contour; in icvFindContoursInInterval() local
1516 CvSeq *contour = 0; in cvFindContours() local
Dcvapprox.cpp62 CvSeq** contour, in icvApproximateChainTC89()
438 CvSeq *contour; in cvApproxChains() local
993 CvSeq *contour = 0; in cvApproxPoly() local
Dcvshapedescr.cpp59 CvSeq* contour = 0; in cvArcLength() local
456 icvContourArea( const CvSeq* contour, double *area ) in icvContourArea()
558 static CvStatus icvContourSecArea( CvSeq * contour, CvSlice slice, double *area ) in icvContourSecArea()
737 CvSeq* contour = 0; in cvContourArea() local
Dcvmoments.cpp85 icvContourMoments( CvSeq* contour, CvMoments* moments ) in icvContourMoments()
386 CvSeq* contour = 0; in cvMoments() local
Dcvutils.cpp47 CvSeq* contour = 0; in cvPointSeqFromMat() local
Dcvgeometry.cpp174 CvSeq* contour = (CvSeq*)_contour; in cvPointPolygonTest() local
Dcvconvhull.cpp743 CvSeq* contour = (CvSeq*)array; in cvCheckContourConvexity() local
Dcvlinefit.cpp649 union { CvContour contour; CvSeq seq; } header; in cvFitLine() member
/external/chromium_org/third_party/freetype/src/autofit/
Dafhints.c722 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
1171 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local
/external/freetype/src/autofit/
Dafhints.c722 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
1171 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local
/external/freetype/src/pshinter/
Dpshalgo.c1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
2038 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local
Dpshalgo.h165 PSH_Contour contour; member
/external/chromium_org/third_party/freetype/src/pshinter/
Dpshalgo.c1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
2038 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local
/external/opencv/cv/include/
Dcvcompat.h344 #define cvContourMoments( contour, moments ) \ argument
394 #define cvContourConvexHull( contour, orientation, storage ) \ argument
403 #define cvContourConvexHullApprox( contour, bandwidth, orientation, storage ) \ argument

12