Home
last modified time | relevance | path

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

123

/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentdimensiongeneric.pas54 … PGDBObjRotatedDimension(ResultDim)^.initnul(bp.ListPos.Owner);
68 PGDBObjAlignedDimension(ResultDim)^.initnul(bp.ListPos.Owner);
80 PGDBObjDiametricDimension(ResultDim)^.initnul(bp.ListPos.Owner);
92 PGDBObjRadialDimension(ResultDim)^.initnul(bp.ListPos.Owner);
160 bp.ListPos.Owner:=owner;
188 result.bp.ListPos.Owner:=owner;
H A Duzeenttable.pas97 pvc^.bp.ListPos.Owner:=@self;
104 if bp.ListPos.Owner<>@GDBTrash then
105 … pvc^.bp.ListPos.Owner:=drawing.GetCurrentRootSimple// gdb.GetCurrentROOT //@GDBTrash;
107 pvc^.bp.ListPos.Owner:=@GDBTrash;
113 p:=pv^.bp.ListPos.Owner;
114 pv^.bp.ListPos.Owner:=@GDBTrash;
122 pv^.bp.ListPos.Owner:=p;
151 tvo^.bp.ListPos.Owner:=own;
H A Duzeentity.pas312 result:=bp.ListPos.owner
385 if bp.ListPos.owner<>nil then
393 bp.ListPos.Owner:=powner;
394 bp.ListPos.SelfIndex:=pinownerarray;
406 PGDBObjEntity(bp.ListPos.owner)^.EraseMi(@self,bp.ListPos.SelfIndex,drawing);
410 PGDBObjGenericWithSubordinated(bp.ListPos.owner)^.ImEdited(@self,bp.ListPos.SelfIndex,drawing);
422 if bp.ListPos.Owner<>nil then
429 result:=PGDBObjEntity(bp.ListPos.Owner)^.getowner;
433 result:=PGDBObjEntity(bp.ListPos.Owner)^.GetMatrix;
498 bp.ListPos.owner:=own;
[all …]
H A Duzeentplainwithox.pas62 if bp.ListPos.owner<>nil then
63 objmatrix:=MatrixMultiply(objmatrix,bp.ListPos.owner^.GetMatrix^)
H A Duzeentdimrotated.pas136 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight);
139 tvo^.bp.ListPos.Owner:=own;
158 result.bp.ListPos.Owner:=owner;
H A Duzeentblockinsert.pas361 bp.ListPos.Owner:=powner;
362 bp.ListPos.SelfIndex:=pinownerarray;
380 bp.ListPos.Owner:=own;
394 bp.ListPos.Owner:=nil;
428 tvo^.bp.ListPos.Owner:=own;
692 result.bp.ListPos.Owner:=owner;
H A Duzeentdimradial.pas119 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight);
122 tvo^.bp.ListPos.Owner:=own;
162 result.bp.ListPos.Owner:=owner;
H A Duzeent3dface.pas100 PInWCS[I]:=VectorTransform3D(PInOCS[I],{CurrentCS}bp.ListPos.owner^.GetMatrix^);
156 bp.ListPos.Owner:=owner;
467 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight, nulvertex);
469 tvo^.bp.ListPos.Owner:=own;
487 result.bp.ListPos.Owner:=owner;
H A Duzeentspline.pas166 if bp.ListPos.owner<>nil then
167 if bp.ListPos.owner^.GetHandle=H_Root then
173 … m:=bp.ListPos.owner^.GetMatrix^;
304 tpo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight,closed);
472 result.bp.ListPos.Owner:=owner;
H A Duzeentpoint.pas83 P_insertInWCS:=VectorTransform3D(P_insertInOCS,{CurrentCS}bp.ListPos.owner^.GetMatrix^);
99 bp.ListPos.Owner:=owner;
281 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight, P_insertInOCS);
297 result.bp.ListPos.Owner:=owner;
H A Duzeentsubordinated.pas69 ListPos:TEntityAdress;(*'List'*)
292 bp.ListPos.owner:={gdb.GetCurrentROOT}nil;
293 bp.ListPos.SelfIndex:=-1{nil};
H A Duzeentsolid.pas124 bp.ListPos.Owner:=owner;
389 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight, nulvertex);
392 tvo^.bp.ListPos.Owner:=own;
410 result.bp.ListPos.Owner:=owner;
H A Duzeentgenericsubentry.pas288 PGDBObjEntity(p^).bp.ListPos.Owner:=@self;
386 pGDBObjEntity(ppointer(pobj)^).bp.ListPos.Owner:=@self;
392 bp.ListPos.Owner:=powner;
393 bp.ListPos.SelfIndex:=pinownerarray;
403 RemoveMiFromArray(@obj,obj.bp.ListPos.SelfIndex);
454 p^.bp.ListPos.Owner:=new_sub;
H A Duzeentdimdiametric.pas187 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight);
190 tvo^.bp.ListPos.Owner:=own;
252 bp.ListPos.Owner:=owner;
281 result.bp.ListPos.Owner:=owner;
H A Duzeentwithlocalcs.pas181 powner:=bp.ListPos.owner;
251 if bp.ListPos.owner<>nil then
252 … objmatrix:=MatrixMultiply({objmatrix}CalcObjMatrixWithoutOwner,bp.ListPos.owner^.GetMatrix^)
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.cpp1008 ListPos[E1] = 0; in StdStart()
1011 ListPos[E8] = 0; in StdStart()
1014 ListPos[A1] = 1; in StdStart()
1017 ListPos[A8] = 1; in StdStart()
1020 ListPos[B1] = 2; in StdStart()
1023 ListPos[B8] = 2; in StdStart()
1026 ListPos[C1] = 3; in StdStart()
1029 ListPos[C8] = 3; in StdStart()
2786 ListPos[rookto] = ListPos[rookfrom]; in DoSimpleMove()
2970 ListPos[rookfrom] = ListPos[rookto]; in UndoSimpleMove()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/electrotech/
H A Duzcentnet.pas105 tvo^.initnul(bp.ListPos.owner);
110 tvo^.bp.ListPos.Owner:=own;
132 self.correctobjects(pointer(bp.ListPos.Owner),bp.ListPos.SelfIndex);
181 pobj.bp.ListPos.Owner:=self.GetMainOwner;{ gdb.GetCurrentROOT;}
184 pobj.bp.ListPos.Owner:=@self;
230 self.correctobjects(pointer(bp.ListPos.Owner),bp.ListPos.SelfIndex);
540 self.ObjArray.DeleteElement(pl^.bp.ListPos.SelfIndex);
547 pl.bp.ListPos.Owner:=tempnet;
593 result^.initnul(pent^.bp.ListPos.Owner);
H A Duzcentelleader.pas173 MainLine.bp.ListPos.Owner:=@self;
175 MarkLine.bp.ListPos.Owner:=@gdbtrash;
178 MarkLine.bp.ListPos.Owner:=@self;
180 tbl.bp.ListPos.Owner:=@gdbtrash;
182 tbl.bp.ListPos.Owner:=@self;
207 p:=pv^.bp.ListPos.Owner;
225 pv^.bp.ListPos.Owner:=p;
710 tvo^.MainLine.bp.ListPos.Owner:=tvo;
715 tvo^.bp.ListPos.Owner:=own;
746 tbl.bp.ListPos.Owner:=@self;
[all …]
H A Duzcentcable.pas80 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight);
252 … CurrentSubObj:=pointer(CurrentSubObj^.bp.ListPos.Owner);
326 CurrentObj:=pointer(ptn^.DevLink^.bp.ListPos.owner);
525 result.bp.ListPos.Owner:=owner;
533 result:=AllocAndInitCable(pent^.bp.ListPos.Owner);
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/velec/
H A Duzventsuperline.pas77 tvo^.init(bp.ListPos.owner,vp.Layer, vp.LineWeight, CoordInOCS.lBegin, CoordInOCS.lEnd);
79 tvo^.bp.ListPos.Owner:=own;
91 result.bp.ListPos.Owner:=owner;
114 result^.initnul(pent^.bp.ListPos.Owner);
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/list/
H A Dlist.go88 type ListPos int type
96 case ListPos:
105 case ListPos:
114 focus ListPos
127 res.focus = ListPos(pos)
139 return ListPos(0)
167 w.focus = focus.(ListPos)
171 pos := ipos.(ListPos)
173 return ListPos(-1)
180 pos := ipos.(ListPos)
[all …]
/dports/games/scid/scid/src/
H A Dposition.cpp689 ListPos[sq] = 0; in AddPiece()
691 ListPos[sq] = Count[c]; in AddPiece()
1590 sm->pieceNum = ListPos[from]; in DoSimpleMove()
1648 ListPos[to] = sm->pieceNum; in DoSimpleMove()
1665 ListPos[rookto] = ListPos[rookfrom]; in DoSimpleMove()
1732 m->pieceNum = ListPos[to]; in UndoSimpleMove()
1768 ListPos[from] = m->pieceNum; in UndoSimpleMove()
1786 ListPos[rookfrom] = ListPos[rookto]; in UndoSimpleMove()
1827 uint index = ListPos[fromSq]; in RelocatePiece()
1832 ListPos[toSq] = index; in RelocatePiece()
[all …]
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp694 ListPos[oldsq] = Count[c]; in AddPiece()
697 ListPos[sq] = 0; in AddPiece()
699 ListPos[sq] = Count[c]; in AddPiece()
1593 const auto pieceNum = ListPos[from]; in DoSimpleMove()
1613 ListPos[destSq] = idx; in DoSimpleMove()
1632 const int rookIdx = ListPos[rookfrom]; in DoSimpleMove()
1730 const auto pieceNum = ListPos[to]; in UndoSimpleMove()
1745 ListPos[destSq] = idx; in UndoSimpleMove()
1796 ListPos[from] = pieceNum; in UndoSimpleMove()
1837 uint index = ListPos[fromSq]; in RelocatePiece()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zcad/entities/
H A Duzcvariablesutils.pas38 if PEnt^.bp.ListPos.Owner<>nil then
39 result:=FindVariableInEnt(pointer(PEnt^.bp.ListPos.Owner),varname);
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/objects/
H A Duzeroot.pas151 bp.ListPos.owner:=nil;
154 bp.ListPos.SelfIndex:=-1;

123