/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 356 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/ |
D | glyph_table.cc | 356 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/ |
D | SkPathOpsCommon.cpp | 29 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 …]
|
D | SkAddIntersections.cpp | 439 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local 443 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local 447 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
|
D | SkIntersectionHelper.h | 65 void init(SkOpContour* contour) { in init()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 29 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 …]
|
D | SkAddIntersections.cpp | 439 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local 443 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local 447 SkOpContour* contour = (*contourList)[cIndex]; in CoincidenceCheck() local
|
D | SkIntersectionHelper.h | 65 void init(SkOpContour* contour) { in init()
|
/external/opencv/cv/src/ |
D | cvpgh.cpp | 150 icvCalcPGH( const CvSeq * contour, float *pgh, int angle_dim, int dist_dim ) in icvCalcPGH() 334 cvCalcPGH( const CvSeq * contour, CvHistogram * hist ) in cvCalcPGH()
|
D | cvcontourtree.cpp | 68 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
|
D | cvdominants.cpp | 54 icvFindDominantPointsIPAN( CvSeq * contour, in icvFindDominantPointsIPAN() 359 cvFindDominantPoints( CvSeq * contour, CvMemStorage * storage, int method, in cvFindDominantPoints()
|
D | cvcontours.cpp | 133 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
|
D | cvapprox.cpp | 62 CvSeq** contour, in icvApproximateChainTC89() 438 CvSeq *contour; in cvApproxChains() local 993 CvSeq *contour = 0; in cvApproxPoly() local
|
D | cvshapedescr.cpp | 59 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
|
D | cvmoments.cpp | 85 icvContourMoments( CvSeq* contour, CvMoments* moments ) in icvContourMoments() 386 CvSeq* contour = 0; in cvMoments() local
|
D | cvutils.cpp | 47 CvSeq* contour = 0; in cvPointSeqFromMat() local
|
D | cvgeometry.cpp | 174 CvSeq* contour = (CvSeq*)_contour; in cvPointPolygonTest() local
|
D | cvconvhull.cpp | 743 CvSeq* contour = (CvSeq*)array; in cvCheckContourConvexity() local
|
D | cvlinefit.cpp | 649 union { CvContour contour; CvSeq seq; } header; in cvFitLine() member
|
/external/chromium_org/third_party/freetype/src/autofit/ |
D | afhints.c | 722 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/ |
D | afhints.c | 722 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/ |
D | pshalgo.c | 1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local 2038 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local
|
D | pshalgo.h | 165 PSH_Contour contour; member
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 1283 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/ |
D | cvcompat.h | 344 #define cvContourMoments( contour, moments ) \ argument 394 #define cvContourConvexHull( contour, orientation, storage ) \ argument 403 #define cvContourConvexHullApprox( contour, bandwidth, orientation, storage ) \ argument
|