Home
last modified time | relevance | path

Searched refs:firstpoint (Results 1 – 25 of 62) sorted by relevance

123

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvmma.cpp100 void drvMMA::draw_path(bool close, Point firstpoint, bool filled) in draw_path() argument
114 outf << ", " << firstpoint; in draw_path()
123 Point firstpoint; // Where "closepath" takes us back to in print_coords() local
146 draw_path(false, firstpoint, filled); in print_coords()
148 firstpoint = elem.getPoint(0); in print_coords()
151 buffer << firstpoint; in print_coords()
160 draw_path(true, firstpoint, filled); in print_coords()
174 draw_path(false, firstpoint, filled); in print_coords()
H A Ddrvlatex2e.cpp74 Point *firstpoint = NIL; // Where "closepath" takes us back to in print_coords() local
87 if (!firstpoint) { in print_coords()
88 firstpoint = new Point(currentpoint.x_, currentpoint.y_); in print_coords()
89 assert(firstpoint); in print_coords()
107 assert(firstpoint); in print_coords()
108 pointlist[0] = *firstpoint; in print_coords()
109 delete firstpoint; in print_coords()
110 firstpoint = NIL; in print_coords()
173 if (firstpoint) in print_coords()
174 delete firstpoint; in print_coords()
H A Ddrvidraw.cpp727 const Point *firstpoint; // First and last points in shape in print_coords() local
746 firstpoint = NIL; in print_coords()
760 firstpoint = pointlist[0]; in print_coords()
761 if (firstpoint->x_ == lastpoint->x_ && firstpoint->y_ == lastpoint->y_) in print_coords()
821 outf << iscale(firstpoint->x_) << ' ' << iscale(firstpoint->y_) << ' '; in print_coords()
H A Ddrvswf.cpp217 Point firstpoint(-9999.0f, -9999.0f); in print_coords() local
227 firstpoint = p; in print_coords()
240 firstpoint = p; in print_coords()
257 if (!(currentpoint == firstpoint)) { in print_coords()
258 const coordtype x = swfx(firstpoint); in print_coords()
259 const coordtype y = swfy(firstpoint); in print_coords()
264 currentpoint = firstpoint; in print_coords()
276 firstpoint = b; in print_coords()
H A Ddrvasy.cpp116 bool firstpoint=false; in print_coords() local
122 if(firstpoint) { in print_coords()
123 firstpoint=false; in print_coords()
131 firstpoint=true; in print_coords()
155 firstpoint=true; in print_coords()
H A Ddrvmma.h56 void draw_path(bool close, Point firstpoint, bool fill);
/dports/graphics/digikam/digikam-7.4.0/core/libs/facesengine/preprocessing/shape-predictor/
H A Dfullobjectdetection.cpp87 std::vector<float> firstpoint = shape.part(start); in getEyes() local
88 tlx = (int)firstpoint[0]; in getEyes()
89 brx = (int)firstpoint[0]; in getEyes()
90 tly = (int)firstpoint[1]; in getEyes()
91 bry = (int)firstpoint[1]; in getEyes()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvlatex2e.cpp68 Point *firstpoint = NULL; // Where "closepath" takes us back to in print_coords() local
81 if (!firstpoint) in print_coords()
82 firstpoint = new Point(currentpoint.x_,currentpoint.y_); in print_coords()
100 pointlist[0] = *firstpoint; in print_coords()
101 delete firstpoint; in print_coords()
102 firstpoint = NULL; in print_coords()
167 if (firstpoint) in print_coords()
168 delete firstpoint; in print_coords()
H A Ddrvidraw.cpp728 const Point *firstpoint; // First and last points in shape in print_coords() local
746 firstpoint = NULL; in print_coords()
761 firstpoint = pointlist[0]; in print_coords()
762 if (firstpoint->x_==lastpoint->x_ && firstpoint->y_==lastpoint->y_) in print_coords()
821 outf << iscale(firstpoint->x_) << ' ' << iscale(firstpoint->y_) << ' '; in print_coords()
/dports/cad/pcb/pcb-4.2.0/src/
H A Drats.c596 register ConnectionType *conn1, *conn2, *firstpoint, *secondpoint; in DrawShortestRats() local
619 firstpoint = secondpoint = NULL; in DrawShortestRats()
653 firstpoint && firstpoint->type == VIA_TYPE) && in DrawShortestRats()
657 firstpoint = conn2; in DrawShortestRats()
665 firstpoint && firstpoint->type == VIA_TYPE) && in DrawShortestRats()
669 firstpoint = conn1; in DrawShortestRats()
675 SQUARE (conn1->Y - conn2->Y)) < distance || !firstpoint) in DrawShortestRats()
678 firstpoint = conn1; in DrawShortestRats()
695 (*funcp) (firstpoint, secondpoint, subnet->Style); in DrawShortestRats()
701 firstpoint->X, firstpoint->Y, in DrawShortestRats()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTopAdaptor/
H A DBRepTopAdaptor_FClass2d.cxx121 Standard_Integer firstpoint = 1; in BRepTopAdaptor_FClass2d() local
214 if(firstpoint==2) u+=du; in BRepTopAdaptor_FClass2d()
216 for(Standard_Integer e = firstpoint; e<=nbs; e++) in BRepTopAdaptor_FClass2d()
264 if(firstpoint==1) firstpoint=2; in BRepTopAdaptor_FClass2d()
336 firstpoint = 1; in BRepTopAdaptor_FClass2d()
362 if (firstpoint == 2) in BRepTopAdaptor_FClass2d()
380 firstpoint = 2; in BRepTopAdaptor_FClass2d()
/dports/cad/opencascade/opencascade-7.6.0/src/DsgPrs/
H A DDsgPrs_RadiusPresentation.cxx103 gp_Pnt firstpoint = attpoint; in Add() local
111 firstpoint = aCircle.Location(); in Add()
115 aPrims->AddVertex(firstpoint); in Add()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/kernel/
H A Dm2scideclare.sci155 firstpoint = min(strindex(name,"."))
156 secpoint = min(strindex(part(name, firstpoint+1:length(name)), "."))
157 par = min(strindex(part(name, firstpoint+1:length(name)), "("))
159 firstfield = part(name, firstpoint:length(name))
161 firstfield = part(name, firstpoint:par-1)
163 firstfield = part(name, firstpoint:secpoint-1)
165 firstfield = part(name, firstpoint:min([secpoint par])-1)
198 if isempty(firstpoint) then
272 if isempty(firstpoint) then
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_FClass2d.cxx90 Standard_Integer firstpoint, NbEdges; in Init() local
133 firstpoint =1; in Init()
269 for(iX=firstpoint; iX<=aNbs1; iX++) { in Init()
340 if(firstpoint==1) firstpoint=2; in Init()
419 firstpoint = 1; in Init()
445 if (firstpoint == 2) in Init()
463 firstpoint = 2; in Init()
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFrdpt.c330 bool firstpoint; local
361 firstpoint = TRUE;
376 if (firstpoint)
388 firstpoint = FALSE;
448 firstpoint = TRUE;
476 if (firstpoint == TRUE || nextp == NULL)
/dports/games/xbl/xbl-1.1.6/
H A Dopbloc.c109 p = b->firstpoint ; in orbloc()
117 b->firstpoint = NULL ; in orbloc()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_hair_types.h28 int firstpoint; member
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_RibSlot.cxx759 gp_Pnt firstpoint, lastpoint; in ExtremeFaces() local
927 cc->D0(firstpar, firstpoint); in ExtremeFaces()
928 BRepLib_MakeVertex v1(firstpoint); in ExtremeFaces()
1581 gp_Pnt firstpoint, lastpoint;//, pp1, pp2; in NoSlidingProfile() local
1593 FirstCurve->D1(f1, firstpoint, firstvect); in NoSlidingProfile()
1637 firstpoint = BRep_Tool::Pnt(vv1); in NoSlidingProfile()
1639 cc->D1(f, firstpoint, firstvect); in NoSlidingProfile()
1758 BRepLib_MakeVertex v2(firstpoint); in NoSlidingProfile()
1867 BRepLib_MakeVertex v2(firstpoint); in NoSlidingProfile()
1883 BRepLib_MakeEdge e(Pt, firstpoint); in NoSlidingProfile()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkTemporalPathLineFilter.cxx49 unsigned int firstpoint; member in ParticleTrail
200 trail->firstpoint = 0; in GetTrail()
303 trail->firstpoint = trail->lastpoint; in IncrementTrail()
566 unsigned int index = (tp->firstpoint+p)%this->MaxTrackLength; in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkTemporalPathLineFilter.cxx56 unsigned int firstpoint; member in ParticleTrail
207 trail->firstpoint = 0; in GetTrail()
309 trail->firstpoint = trail->lastpoint; in IncrementTrail()
578 unsigned int index = (tp->firstpoint + p) % this->MaxTrackLength; in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkTemporalPathLineFilter.cxx49 unsigned int firstpoint; member in ParticleTrail
200 trail->firstpoint = 0; in GetTrail()
303 trail->firstpoint = trail->lastpoint; in IncrementTrail()
561 unsigned int index = (tp->firstpoint+p)%this->MaxTrackLength; in RequestData()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dhair.c215 curve->firstpoint = i * numpoints; in hair_random()
227 float(*curve_co)[3] = hair->co + curve->firstpoint; in hair_random()
228 float *curve_radius = hair->radius + curve->firstpoint; in hair_random()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dtek.c718 char fillcol[4], firstpoint[5]; in fill_polygon() local
726 encode_vector(firstpoint, pls->dev_x[0], pls->dev_y[0]); in fill_polygon()
736 pls->bytecnt += fprintf(pls->OutFile, "\033LP%s1", firstpoint); in fill_polygon()
738 pls->bytecnt += fprintf(pls->OutFile, "\033LP%s0", firstpoint); in fill_polygon()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_hair.c150 float(*curve_co)[3] = hair->co + curve->firstpoint; in hair_batch_cache_fill_segments_proc_pos()
205 *(uint *)GPU_vertbuf_raw_step(data_step) = curve->firstpoint; in hair_batch_cache_fill_strands_data()
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/electrotech/
H A Duzccomelectrical.pas1659 pointer(l1):=PTrace.GetNearestLine(firstpoint);
1665 cable^.AddVertex(firstpoint);
1666 if not IsPointEqual(tw1,firstpoint) then
1681 cable^.AddVertex(firstpoint);
1682 if not IsPointEqual(tw1,firstpoint) then
1686 if not IsPointEqual(tw2,firstpoint) then
1708 pointer(l1):=PTrace.GetNearestLine(firstpoint);
1715 cable^.AddVertex(firstpoint);
1716 if not IsPointEqual(tw1,firstpoint) then
1731 cable^.AddVertex(firstpoint);
[all …]

123