Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp21 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap); in InitPlatform()
26 if (m_pPlatformGraphics) { in DestroyPlatform()
27 quartz2d.destroyGraphics(m_pPlatformGraphics); in DestroyPlatform()
28 m_pPlatformGraphics = NULL; in DestroyPlatform()
126 CGContextRef ctx = CGContextRef(m_pPlatformGraphics); in DrawDeviceText()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h114 void* m_pPlatformGraphics; variable
/external/pdfium/core/include/fxge/
Dfx_font.h403 void* m_pPlatformGraphics; variable
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp198 m_pPlatformGraphics = NULL; in CFX_AggDeviceDriver()