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

/external/pdfium/core/fxge/apple/
H A Dfx_apple_platform.cpp90 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap);
97 if (m_pPlatformGraphics) {
98 quartz2d.destroyGraphics(m_pPlatformGraphics);
99 m_pPlatformGraphics = nullptr;
122 CGContextRef ctx = CGContextRef(m_pPlatformGraphics);
/external/pdfium/core/fxge/agg/
H A Dfx_agg_driver.h116 void* m_pPlatformGraphics; member in class:CFX_AggDeviceDriver
H A Dfx_agg_driver.cpp1113 m_pPlatformGraphics(nullptr),

Completed in 190 milliseconds