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