Home
last modified time | relevance | path

Searched refs:myDx (Results 1 – 8 of 8) sorted by relevance

/dports/games/bubble-chains/bubble-chains-0.2.0/
H A Dbaseitem.cpp20 myDx(dx), myDy(dy), in PixmapItem()
30 myX += myDx; in advance()
55 myDx(dx), myDy(dy) in TextItem()
71 myRect.moveLeft(myRect.left() + myDx); in advance()
H A Dgameitem.cpp11 myDx(0), myDy(0), in GameItem()
28 myDx = myDy = 0; in idle()
54 myDx = dx; in fall()
80 myXoff = DX(-11)*myDx*myCount; in advance()
H A Dbaseitem.h41 int myDx, myDy; variable
65 int myDx, myDy; variable
H A Dgameitem.h72 int myDx, myDy; variable
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDraw_View.hxx46 Standard_Integer GetDx() const { return myDx; } in GetDx()
49 void SetDx (const Standard_Integer theDx) { myDx = theDx; } in SetDx()
112 Standard_Integer myDx; member in Draw_View
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_View.hxx46 Standard_Integer GetDx() const { return myDx; } in GetDx()
49 void SetDx (const Standard_Integer theDx) { myDx = theDx; } in SetDx()
112 Standard_Integer myDx; member in Draw_View
H A DDraw_View.cxx40 myDx (0), in Draw_View()
76 myDx (0), in Draw_View()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp823 pp_int32 myDx = 55; in initListboxesSection() local
830 …ainer(CONTAINER_LOWRES_TINYMENU, screen, this, PPPoint(x, y), PPSize((size-myDx)+7,height), false); in initListboxesSection()
893 x+=(size-myDx)+7; in initListboxesSection()
1037 pp_int32 myDx = 0; in initListboxesSection() local
1108 …BOX_INSTRUMENTS, screen, this, PPPoint(x+2, y + 7 + dy + dy), PPSize(size+myDx,height-(10+2*dy)), … in initListboxesSection()
1136 …xt = new PPStaticText(STATICTEXT_SAMPLEHEADER, NULL, NULL, PPPoint(x+size+myDx+4+3, y+dy), "Sample… in initListboxesSection()