Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp138 CFX_QuartzDeviceDriver::CFX_QuartzDeviceDriver(CGContextRef context, in CFX_QuartzDeviceDriver() function in CFX_QuartzDeviceDriver
179 CFX_QuartzDeviceDriver::~CFX_QuartzDeviceDriver() { in ~CFX_QuartzDeviceDriver()
189 int CFX_QuartzDeviceDriver::GetDeviceCaps(int capsID) { in GetDeviceCaps()
209 CFX_Matrix CFX_QuartzDeviceDriver::GetCTM() const { in GetCTM()
213 void CFX_QuartzDeviceDriver::SaveState() { in SaveState()
217 void CFX_QuartzDeviceDriver::RestoreState(FX_BOOL isKeepSaved) { in RestoreState()
225 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathFill(const CFX_PathData* pathData, in SetClip_PathFill()
245 FX_FLOAT CFX_QuartzDeviceDriver::getLineWidth( in getLineWidth()
260 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke()
337 FX_BOOL CFX_QuartzDeviceDriver::DrawPath(const CFX_PathData* pathData, in DrawPath()
[all …]
Dapple_int.h76 class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver {
78 CFX_QuartzDeviceDriver(CGContextRef context, int32_t deviceClass);
79 ~CFX_QuartzDeviceDriver() override;