Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp270 pContext->streamOffset += pStream->GetOffset(); in RequestData()
636 u32 streamOffset = pContext->streamOffset + pStream->GetOffset(); in ConstructOpAnalyzeTGLP() local
637 u32 skipSize = sheetOffset - streamOffset; in ConstructOpAnalyzeTGLP()
1055 streamOffset = 0; in Init()
/NW4C-1.3.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-1.3.3/include/nw/font/
Dfont_ArchiveFontBase.h329 u32 streamOffset; member