Home
last modified time | relevance | path

Searched refs:TexturedGrid (Results 1 – 7 of 7) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DTexturedGrid.h30 class TexturedGrid : public FXInterface
46 TexturedGrid(int width, int height, int gridshift);
47 virtual ~TexturedGrid();
H A DTexturedGrid.cpp37 TexturedGrid::TexturedGrid(int width, int height, int gridshift) in TexturedGrid() function in TexturedGrid
108 TexturedGrid::~TexturedGrid() in ~TexturedGrid()
130 void TexturedGrid::update(float syncFrac) in update()
283 void TexturedGrid::render(unsigned short* vscreen, unsigned int pitch) in render()
H A DParticleScene.h29 class TexturedGrid; variable
37 TexturedGrid *texturedGrid;
H A DTexturedPlane.h29 class TexturedPlane : public TexturedGrid
H A DTwisterFX.cpp50 fx = new TexturedGrid(realw, realh, 3); in TwisterFX()
H A DTexturedPlane.cpp32 TexturedGrid(width, height, gridshift) in TexturedPlane()
/dports/audio/milkytracker/MilkyTracker-1.03.00/platforms/haiku/Jamfiles/
H A Dsrc-fx-Jamfile22 TexturedGrid.cpp