Home
last modified time | relevance | path

Searched defs:contour (Results 1 – 25 of 49) 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 addAlignIntersections() local
405 SkOpContour* contour = contourList; in calcAngles() local
412 SkOpContour* contour = contourList; in findCollapsed() local
420 SkOpContour* contour = contourList; in missingCoincidence() 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.h83 SkOpContour* contour = SkOpTAllocator<SkOpContour>::New(allocator); in appendContour() local
309 void remove(SkOpContour* contour) { in remove()
364 void setNext(SkOpContour* contour) { in setNext()
DSkOpSpan.cpp50 SkOpContour* SkOpPtT::contour() const { in contour() function in SkOpPtT
269 SkOpContour* SkOpSpanBase::contour() const { in contour() function in SkOpSpanBase
DSkOpEdgeBuilder.cpp30 SkOpContour* contour = fContoursHead; in count() local
DSkPathOpsSimplify.cpp181 SkOpContour contour; in Simplify() local
DSkOpSegment.h124 SkOpContour* contour() const { in contour() function
321 void setContour(SkOpContour* contour) { in setContour()
DSkPathOpsWinding.cpp246 SkOpContour* contour = contourHead; in sortableTop() local
395 SkOpContour* contour = contourHead; in FindSortableTop() local
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc357 int32_t GlyphTable::SimpleGlyph::NumberOfPoints(int32_t contour) { in NumberOfPoints()
365 int32_t GlyphTable::SimpleGlyph::XCoordinate(int32_t contour, int32_t point) { in XCoordinate()
370 int32_t GlyphTable::SimpleGlyph::YCoordinate(int32_t contour, int32_t point) { in YCoordinate()
375 bool GlyphTable::SimpleGlyph::OnCurve(int32_t contour, int32_t point) { in OnCurve()
411 for (uint32_t contour = 0; contour < contour_index_.size() - 1; ++contour) { in Initialize() local
505 int32_t GlyphTable::SimpleGlyph::ContourEndPoint(int32_t contour) { in ContourEndPoint()
547 int32_t GlyphTable::CompositeGlyph::Flags(int32_t contour) { in Flags()
555 int32_t GlyphTable::CompositeGlyph::GlyphIndex(int32_t contour) { in GlyphIndex()
559 int32_t GlyphTable::CompositeGlyph::Argument1(int32_t contour) { in Argument1()
569 int32_t GlyphTable::CompositeGlyph::Argument2(int32_t contour) { in Argument2()
[all …]
/external/skia/tests/
DPathOpsDebug.cpp218 const SkOpAngle* SkPathOpsDebug::DebugContourAngle(SkOpContour* contour, int id) { in DebugContourAngle()
222 SkOpContour* SkPathOpsDebug::DebugContourContour(SkOpContour* contour, int id) { in DebugContourContour()
226 const SkOpPtT* SkPathOpsDebug::DebugContourPtT(SkOpContour* contour, int id) { in DebugContourPtT()
230 const SkOpSegment* SkPathOpsDebug::DebugContourSegment(SkOpContour* contour, int id) { in DebugContourSegment()
234 const SkOpSpanBase* SkPathOpsDebug::DebugContourSpan(SkOpContour* contour, int id) { in DebugContourSpan()
319 SkOpContour* contour = this->globalState()->contourHead(); in dumpContours() local
326 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursAll() local
333 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursAngles() local
340 SkOpContour* contour = this->globalState()->contourHead(); in dumpContoursPts() local
347 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.c309 AF_Point* contour = hints->contours; in af_glyph_hints_dump_points() local
893 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
921 AF_Point* contour; in af_glyph_hints_reload() local
1499 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.c854 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
884 AF_Point* contour; in af_glyph_hints_reload() local
1462 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1180 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
1930 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
Dpshalgo.c1180 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
1930 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local

12