Home
last modified time | relevance | path

Searched refs:m_pPlatformGraphics (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp92 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()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h118 void* m_pPlatformGraphics = nullptr; variable