Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp272 pContext->streamOffset += pStream->GetOffset(); in RequestData()
638 u32 streamOffset = pContext->streamOffset + pStream->GetOffset(); in ConstructOpAnalyzeTGLP() local
639 u32 skipSize = sheetOffset - streamOffset; in ConstructOpAnalyzeTGLP()
1057 streamOffset = 0; in Init()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp451 u32 streamOffset = particleShape->GetPrimitiveStreamOffset(PARTICLE_BUFFER_FRONT); in RenderParticleShape() local
457 streamOffset += sizeof(u16) * (collection->GetCapacity() - collection->GetCount()); in RenderParticleShape()
462 command[commandIndex++] = 0x80000000 | streamOffset; in RenderParticleShape()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h331 u32 streamOffset; member