Searched refs:tplPaletteOffset (Results 1 – 3 of 3) sorted by relevance
145 tmpTx.tplPaletteOffset = thisTex->tplPaletteOffset; in TCSwapTexture()151 thisTex->tplPaletteOffset = thatTex->tplPaletteOffset; in TCSwapTexture()157 thatTex->tplPaletteOffset = tmpTx.tplPaletteOffset; in TCSwapTexture()
453 total += TCWriteTplValue( fp, total, (void*)&texPtr->tplPaletteOffset, 4 ); in TCWriteTplFile()885 thisTex->tplPaletteOffset = 0; in TCSetTplTextureValues()890 thisTex->tplPaletteOffset = paletteDescOffset + ( pos * PaletteDescSize); in TCSetTplTextureValues()
62 u32 tplPaletteOffset; // offset from top of file to Palette Descriptor in .tpl file member