Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_DispStringBuffer.cpp46 this->commandBufferCapacity = CalcCommandBufferCapacity(charNum); in DispStringBuffer()
47 ptr += sizeof(u32) * this->commandBufferCapacity; in DispStringBuffer()
Dfont_RectDrawer.cpp32 …_ASSERT((pStrBuf)->commandBufferSize + (size) / sizeof(u32) <= (pStrBuf)->commandBufferCapacity); \
37 NW_ASSERT((pStrBuf)->commandBufferSize + 2 <= (pStrBuf)->commandBufferCapacity); \
/NW4C-2.0.3/include/nw/font/
Dfont_DispStringBuffer.h61 u32 commandBufferCapacity; //!< コマンドバッファのキャパシティ member