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 {
13 CFX_QuartzDevice();
14 ~CFX_QuartzDevice();
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp997 CFX_QuartzDevice::CFX_QuartzDevice() { in CFX_QuartzDevice() function in CFX_QuartzDevice
1001 CFX_QuartzDevice::~CFX_QuartzDevice() { in ~CFX_QuartzDevice()
1009 CGContextRef CFX_QuartzDevice::GetContext() { in GetContext()
1012 FX_BOOL CFX_QuartzDevice::Attach(CGContextRef context, int32_t nDeviceClass) { in Attach()
1023 FX_BOOL CFX_QuartzDevice::Attach(CFX_DIBitmap* pBitmap) { in Attach()
1034 FX_BOOL CFX_QuartzDevice::Create(int32_t width, in Create()