Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp57 m_FontAllocator( NULL ) in GraphicsDrawing()
74 m_FontAllocator = NULL; in Finalize()
340 m_FontAllocator = allocator; in InitializeFont()
391 m_FontAllocator = allocator; in InitializeFont()
425 os::SafeFree(m_FontCommandBuffer, m_FontAllocator); in DestroyFont()
428 os::SafeFree(stringBuffer, m_FontAllocator); in DestroyFont()
438 os::SafeFree(resource, m_FontAllocator); in DestroyFont()
441 os::SafeFree(drawBuffer, m_FontAllocator); in DestroyFont()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h498 nw::os::IAllocator* m_FontAllocator; variable