Home
last modified time | relevance | path

Searched refs:CreateGraphics (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/apple/
Dapple_int.h22 void* CreateGraphics(const RetainPtr<CFX_DIBitmap>& bitmap);
Dfx_quartz_device.cpp24 void* CQuartz2D::CreateGraphics(const RetainPtr<CFX_DIBitmap>& pBitmap) { in CreateGraphics() function in CQuartz2D
Dfx_apple_platform.cpp92 m_pPlatformGraphics = quartz2d.CreateGraphics(m_pBitmap); in InitPlatform()