Home
last modified time | relevance | path

Searched refs:DoPoint (Results 1 – 11 of 11) sorted by relevance

/dports/editors/lazarus/lazarus/components/codetools/examples/scanexamples/
H A Dpublishedmethods1.pas26 procedure DoPoint(x: TPoint); procedure
44 procedure TMyClass.DoPoint(x: TPoint); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/scanexamples/
H A Dpublishedmethods1.pas26 procedure DoPoint(x: TPoint); procedure
44 procedure TMyClass.DoPoint(x: TPoint); procedure
/dports/editors/lazarus-qt5/lazarus/components/codetools/examples/scanexamples/
H A Dpublishedmethods1.pas26 procedure DoPoint(x: TPoint); procedure
44 procedure TMyClass.DoPoint(x: TPoint); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/scanexamples/
H A Dpublishedmethods1.pas26 procedure DoPoint(x: TPoint); procedure
44 procedure TMyClass.DoPoint(x: TPoint); procedure
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Goals.ocd/KingOfTheHill.ocd/
H A DScript.c117 func DoPoint(int player, int count) in DoPoint() function
153 DoPoint(clonk->GetOwner(),-1); in OnClonkDeath()
162 DoPoint(clonk->GetOwner(),-1); in OnClonkDeath()
171 DoPoint(killer); in OnClonkDeath()
174 DoPoint(killer); in OnClonkDeath()
/dports/devel/upp/upp/uppsrc/IconDes/
H A DAlphaCtrl.cpp32 void AlphaCtrl::DoPoint(Point p) in DoPoint() function in Upp::AlphaCtrl
51 DoPoint(p); in LeftDown()
58 DoPoint(p); in MouseMove()
H A DIconDes.h38 void DoPoint(Point p);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgratypewriter.pas402 procedure DoPoint(AIndex: integer); procedure
429 DoPoint(i);
432 DoPoint(i);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgratypewriter.pas402 procedure DoPoint(AIndex: integer); procedure
429 DoPoint(i);
432 DoPoint(i);
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DArrayCtrl.cpp1631 void ArrayCtrl::DoPoint(Point p, bool dosel) { in DoPoint() function in Upp::ArrayCtrl
1704 DoPoint(p, !(flags & (K_CTRL|K_SHIFT))); in DoClick()
1724 DoPoint(p, !(flags & (K_CTRL|K_SHIFT))); in LeftDouble()
1804 DoPoint(p, false); in RightDown()
H A DArrayCtrl.h278 void DoPoint(Point p, bool dosel = true);