Searched refs:Zone_next (Results 1 – 4 of 4) sorted by relevance
/dports/games/quadra/quadra-1.3.0/include/ |
H A D | canvas.h | 34 class Zone_next; variable 95 …_canvas_pos(int px, int py, Bitmap *fo, Video_bitmap *s, Zone_next *z, Zone_next *z2, Zone_next *z… 210 Zone_next* znext; 211 Zone_next* znext2; 212 Zone_next* znext3;
|
H A D | zone.h | 101 class Zone_next: public Zone { 106 Zone_next(Inter* in, const Bitmap& fond, int px, int py, int pw=4*18, int ph=2*18); 107 virtual ~Zone_next(); 112 class Zone_small_next: public Zone_next { 142 Zone_next *znext, *znext2, *znext3;
|
/dports/games/quadra/quadra-1.3.0/source/ |
H A D | zone.cpp | 32 Zone_next::~Zone_next() { in ~Zone_next() 36 Zone_next::Zone_next(Inter* in, const Bitmap& fond, int px, int py, int pw, int ph): in Zone_next() function in Zone_next 42 void Zone_next::draw() { in draw() 49 void Zone_next::set_next(Bloc* n) { in set_next() 55 Zone_next(in, fond, px, py, 4*6, 2*6) { in Zone_small_next() 86 znext3 = new Zone_next(in,bit,x+60,0); in Zone_canvas()
|
H A D | canvas.cpp | 786 …_canvas_pos(int px, int py, Bitmap *fo, Video_bitmap *s, Zone_next *z, Zone_next *z2, Zone_next *z… in set_canvas_pos()
|