MCPcopy Create free account
hub / github.com/crossuo/crossuo / DrawW

Method DrawW

src/TextEngine/EntryText.cpp:561–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void CEntryText::DrawW(
562 uint8_t font, uint16_t color, int x, int y, TEXT_ALIGN_TYPE align, uint16_t flags)
563{
564 PrepareToDrawW(font, color, align, flags);
565 m_Texture.Draw(x + DrawOffset, y);
566 if (this == g_EntryPointer)
567 {
568 m_CaretTexture.Draw(x + DrawOffset + CaretPos.X, y + CaretPos.Y);
569 }
570}
571
572void CEntryText::DrawMaskA(
573 uint8_t font, uint16_t color, int x, int y, TEXT_ALIGN_TYPE align, uint16_t flags)

Callers 4

FUNCBODY_DrawTextWFunction · 0.45
RenderMethod · 0.45
DrawMethod · 0.45
DrawMaskWMethod · 0.45

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected