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