Searched refs:textColorCommandOffset (Results 1 – 3 of 3) sorted by relevance
33 textColorCommandOffset(0) in DispStringBuffer()
1485 pStringBuffer->textColorCommandOffset = 0; in BuildTextCommand()1740 if (pStringBuffer->textColorCommandOffset == 0) in UniformAndDrawText()1742 pStringBuffer->textColorCommandOffset = pStringBuffer->commandBufferSize; in UniformAndDrawText()1892 NN_ASSERT(m_pDispStringBuffer->textColorCommandOffset != 0); in UseCommandBuffer()1895 &m_pDispStringBuffer->commandBuffer[m_pDispStringBuffer->textColorCommandOffset]; in UseCommandBuffer()
62 u32 textColorCommandOffset; //!< テキストカラーのコマンドのオフセット member