Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h254 u32 GetVertexIndexAddressOffset(u32 vtxNum) const;
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp1778 const u32 addrOffset = GetVertexIndexAddressOffset(vtxNum); in UniformAndDrawText()
1795 RectDrawer::GetVertexIndexAddressOffset(u32 vtxNum) const in GetVertexIndexAddressOffset() function in nw::font::RectDrawer
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp762 const u32 vtxIdxAddrOffset = GetVertexIndexAddressOffset(vtxNum); in UniformAndDraw()