Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp88 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap); in InitPlatform()
95 if (m_pPlatformGraphics) { in DestroyPlatform()
96 quartz2d.destroyGraphics(m_pPlatformGraphics); in DestroyPlatform()
97 m_pPlatformGraphics = nullptr; in DestroyPlatform()
120 CGContextRef ctx = CGContextRef(m_pPlatformGraphics); in DrawDeviceText()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h116 void* m_pPlatformGraphics; variable
Dfx_agg_driver.cpp437 m_pPlatformGraphics(nullptr), in CFX_AggDeviceDriver()