Home
last modified time | relevance | path

Searched refs:SetDrawBuffer (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_ResFont.h97 void* SetDrawBuffer(void* buffer);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp87 pResFont->SetDrawBuffer(drawBuffer); in LoadFont()
Dlyt_FontContainer.cpp48 pResFont->SetDrawBuffer(NULL); in ~FontRefLink()
/NW4C-1.2.23/demos/font/OldResFont/sources/
Dmain.cpp193 pFont->SetDrawBuffer(drawBuffer); in InitFont()
210 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp243 pFont->SetDrawBuffer(drawBuffer); in InitFont()
259 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont()
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp210 m_Font.SetDrawBuffer( drawBuffer ); in InitializeFont()
217 void *const drawBuffer = m_Font.SetDrawBuffer( NULL ); in FinalizeFont()
/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFont.cpp127 ResFont::SetDrawBuffer(void* buffer) in SetDrawBuffer() function in nw::font::ResFont
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp461 m_Font.SetDrawBuffer(drawBuffer); in InitializeFont()
504 void* drawBuffer = m_Font.SetDrawBuffer(NULL); in DestroyFont()