Home
last modified time | relevance | path

Searched refs:heightBitmaps (Results 1 – 2 of 2) sorted by relevance

/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.h50 Image **heightBitmaps,
62 Image **heightBitmaps,
H A DGLImageModifier.cpp247 Image **heightBitmaps = new Image*[numberSources]; in addHeightToBitmap() local
259 heightBitmaps[i] = new Image(origHeightBitmaps[i]->createResize( in addHeightToBitmap()
265 heightBitmaps[i] = origHeightBitmaps[i]; in addHeightToBitmap()
270 *heightBitmaps[i], in addHeightToBitmap()
422 delete heightBitmaps[i]; in addHeightToBitmap()
425 delete [] heightBitmaps; in addHeightToBitmap()
449 Image **heightBitmaps, in addTexturesToBitmap() argument
457 sources.push_back(heightBitmaps[i]); in addTexturesToBitmap()