Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_RectDrawer.h252 u32 GetVertexIndexAddressOffset(u32 vtxNum) const;
/NW4C-1.3.3/sources/libraries/font/
Dfont_RectDrawer.cpp1732 const u32 addrOffset = GetVertexIndexAddressOffset(vtxNum); in UniformAndDrawText()
1749 RectDrawer::GetVertexIndexAddressOffset(u32 vtxNum) const in GetVertexIndexAddressOffset() function in nw::font::RectDrawer
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp716 const u32 vtxIdxAddrOffset = GetVertexIndexAddressOffset(vtxNum); in UniformAndDraw()