Searched refs:m_FontAllocator (Results 1 – 2 of 2) sorted by relevance
59 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()
500 nw::os::IAllocator* m_FontAllocator; variable