Searched refs:CreateGraphics (Results 1 – 3 of 3) sorted by relevance
22 void* CreateGraphics(const RetainPtr<CFX_DIBitmap>& bitmap);
24 void* CQuartz2D::CreateGraphics(const RetainPtr<CFX_DIBitmap>& pBitmap) { in CreateGraphics() function in CQuartz2D
92 m_pPlatformGraphics = quartz2d.CreateGraphics(m_pBitmap); in InitPlatform()