Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp59 m_FontAllocator( NULL ) in GraphicsDrawing()
76 m_FontAllocator = NULL; in Finalize()
342 m_FontAllocator = allocator; in InitializeFont()
393 m_FontAllocator = allocator; in InitializeFont()
427 os::SafeFree(m_FontCommandBuffer, m_FontAllocator); in DestroyFont()
430 os::SafeFree(stringBuffer, m_FontAllocator); in DestroyFont()
440 os::SafeFree(resource, m_FontAllocator); in DestroyFont()
443 os::SafeFree(drawBuffer, m_FontAllocator); in DestroyFont()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h500 nw::os::IAllocator* m_FontAllocator; variable