Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp43 m_FontAllocator( NULL ), in GraphicsDrawing()
65 m_FontAllocator = NULL; in Finalize()
399 m_FontAllocator = allocator; in InitializeFont()
496 os::SafeFree(m_FontCommandBuffer, m_FontAllocator); in DestroyFont()
499 os::SafeFree(stringBuffer, m_FontAllocator); in DestroyFont()
507 os::SafeFree(resource, m_FontAllocator); in DestroyFont()
508 os::SafeFree(drawBuffer, m_FontAllocator); in DestroyFont()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h421 nw::os::IAllocator* m_FontAllocator; variable