Home
last modified time | relevance | path

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

12

/external/skia/src/pathops/
DSkPathOpsCommon.cpp66 SkOpContour* contour = contourList; in FindUndone() local
146 SkOpContour* contour = contourList; in DebugShowActiveSpans() local
155 SkOpContour* contour = *contourList; in SortContourList() local
200 SkOpContourHead contour; in Assemble() local
327 const SkOpContour* contour = runs[rIndex]; in Assemble() local
391 SkOpContour* contour = contourList; in align() local
398 SkOpContour* contour = contourList; in calcAngles() local
406 SkOpContour* contour = contourList; in missingCoincidence() local
413 SkOpContour* contour = contourList; in moveMultiples() local
420 SkOpContour* contour = contourList; in moveNearby() local
[all …]
DSkIntersectionHelper.h39 SkOpContour* contour() const { in contour() function
43 void init(SkOpContour* contour) { in init()
DSkPathOpsTightBounds.cpp12 SkOpContour contour; in TightBounds() local
DSkOpContour.h75 SkOpContour* contour = SkOpTAllocator<SkOpContour>::New(allocator); in appendContour() local
265 void remove(SkOpContour* contour) { in remove()
305 void setNext(SkOpContour* contour) { in setNext()
DSkOpSpan.cpp16 SkOpContour* SkOpPtT::contour() const { in contour() function in SkOpPtT
205 SkOpContour* SkOpSpanBase::contour() const { in contour() function in SkOpSpanBase
DSkOpEdgeBuilder.cpp30 SkOpContour* contour = fContoursHead; in count() local
DSkPathOpsSimplify.cpp168 SkOpContour contour; in Simplify() local
DSkOpSegment.h120 SkOpContour* contour() const { in contour() function
294 void setContour(SkOpContour* contour) { in setContour()
DSkPathOpsPostSect.cpp16 SkOpContour* SkOpPtT::contour() const { in contour() function in SkOpPtT
238 SkOpContour* SkOpSpanBase::contour() const { in contour() function in SkOpSpanBase
DSkPathOpsWinding.cpp246 SkOpContour* contour = contourHead; in sortableTop() local
390 SkOpContour* contour = contourHead; in FindSortableTop() local
DSkPathOpsOp.cpp228 SkOpContour contour; in OpDebug() local
/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/tests/
DPathOpsDebug.cpp221 const SkOpAngle* SkPathOpsDebug::DebugContourAngle(SkOpContour* contour, int id) { in DebugContourAngle()
225 SkOpContour* SkPathOpsDebug::DebugContourContour(SkOpContour* contour, int id) { in DebugContourContour()
229 const SkOpPtT* SkPathOpsDebug::DebugContourPtT(SkOpContour* contour, int id) { in DebugContourPtT()
233 const SkOpSegment* SkPathOpsDebug::DebugContourSegment(SkOpContour* contour, int id) { in DebugContourSegment()
237 const SkOpSpanBase* SkPathOpsDebug::DebugContourSpan(SkOpContour* contour, int id) { in DebugContourSpan()
302 SkOpContour* contour = this->globalState()->contourHead(); in dumpContours() local
309 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursAll() local
316 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursAngles() local
323 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursPts() local
330 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursPt() local
[all …]
DPathOpsAngleTest.cpp237 SkOpContourHead contour; in DEF_TEST() local
429 SkOpContourHead contour; in DEF_TEST() local
/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
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
Dcvdominants.cpp54 icvFindDominantPointsIPAN( CvSeq * contour, in icvFindDominantPointsIPAN()
359 cvFindDominantPoints( CvSeq * contour, CvMemStorage * storage, int method, in cvFindDominantPoints()
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
/external/freetype/src/autofit/
Dafhints.c754 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
784 AF_Point* contour; in af_glyph_hints_reload() local
1362 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
2037 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local

12