Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_ge_apple.h11 class CFX_QuartzDevice : public CFX_RenderDevice
14 CFX_QuartzDevice();
15 ~CFX_QuartzDevice();
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1075 CFX_QuartzDevice::CFX_QuartzDevice() in CFX_QuartzDevice() function in CFX_QuartzDevice
1080 CFX_QuartzDevice::~CFX_QuartzDevice() in ~CFX_QuartzDevice()
1089 CGContextRef CFX_QuartzDevice::GetContext() in GetContext()
1093 FX_BOOL CFX_QuartzDevice::Attach(CGContextRef context, FX_INT32 nDeviceClass) in Attach()
1104 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) in Attach()
1115 FX_BOOL CFX_QuartzDevice::Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format) in Create()