Searched refs:m_pPlatformGraphics (Results 1 – 2 of 2) sorted by relevance
92 m_pPlatformGraphics = quartz2d.CreateGraphics(m_pBitmap); in InitPlatform()99 if (m_pPlatformGraphics) { in DestroyPlatform()100 quartz2d.DestroyGraphics(m_pPlatformGraphics); in DestroyPlatform()101 m_pPlatformGraphics = nullptr; in DestroyPlatform()124 CGContextRef ctx = CGContextRef(m_pPlatformGraphics); in DrawDeviceText()
118 void* m_pPlatformGraphics = nullptr; variable