Home
last modified time | relevance | path

Searched refs:tplPaletteOffset (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTextureList.cpp145 tmpTx.tplPaletteOffset = thisTex->tplPaletteOffset; in TCSwapTexture()
151 thisTex->tplPaletteOffset = thatTex->tplPaletteOffset; in TCSwapTexture()
157 thatTex->tplPaletteOffset = tmpTx.tplPaletteOffset; in TCSwapTexture()
DTCTPLToolbox.cpp453 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile()
885 thisTex->tplPaletteOffset = 0; in TCSetTplTextureValues()
890 thisTex->tplPaletteOffset = paletteDescOffset + ( pos * PaletteDescSize); in TCSetTplTextureValues()
/RvlSDK-3.2.2/build/libraries/tc/include/
DTCTextureList.h62 u32 tplPaletteOffset; // offset from top of file to Palette Descriptor in .tpl file member