Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ResFont.h99 void* SetDrawBuffer(void* buffer);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp89 pResFont->SetDrawBuffer(drawBuffer); in LoadFont()
Dlyt_FontContainer.cpp50 pResFont->SetDrawBuffer(NULL); in ~FontRefLink()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp195 pFont->SetDrawBuffer(drawBuffer); in InitFont()
212 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp245 pFont->SetDrawBuffer(drawBuffer); in InitFont()
261 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp199 m_Font.SetDrawBuffer( drawBuffer ); in InitializeFont()
206 void *const drawBuffer = m_Font.SetDrawBuffer( NULL ); in FinalizeFont()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp129 ResFont::SetDrawBuffer(void* buffer) in SetDrawBuffer() function in nw::font::ResFont
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp435 void* drawBuffer = m_Font.SetDrawBuffer(NULL); in DestroyFont()
804 m_Font.SetDrawBuffer(drawBuffer); in InitializeFontFromBinary()