Home
last modified time | relevance | path

Searched refs:pStringBuffer (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp1453 DispStringBuffer* __restrict pStringBuffer = pCharWriter->GetDispStringBuffer(); in BuildTextCommand() local
1454 pStringBuffer->commandBufferSize = 0; in BuildTextCommand()
1455 pStringBuffer->textColorCommandOffset = 0; in BuildTextCommand()
1456 pStringBuffer->generatedCommand = true; // コマンドを生成済みにします。 in BuildTextCommand()
1458 const u16 charCount = math::Min(pStringBuffer->charCount, pStringBuffer->GetDrawCharCount()); in BuildTextCommand()
1472 NW_FONT_ADD_COMMANDS(pStringBuffer, CommonCommands, sizeof(CommonCommands)); in BuildTextCommand()
1487 u8 *const drawFlags = pStringBuffer->drawFlags; in BuildTextCommand()
1503 internal::CharAttribute* __restrict charAttrs = pStringBuffer->GetCharAttrs(); in BuildTextCommand()
1522 UniformAndDrawText(pStringBuffer); in BuildTextCommand()
1545 NW_FONT_ADD_COMMANDS(pStringBuffer, commands, commandSize); in BuildTextCommand()
[all …]
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp742 font::DispStringBuffer* __restrict pStringBuffer = pTextBox->GetDispStringBuffer(); in SetUpTextBox() local
745 if (pStringBuffer->IsCommandEmpty()) in SetUpTextBox()
765 writer.SetDispStringBuffer(pStringBuffer); in SetUpTextBox()