Home
last modified time | relevance | path

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

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