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.cpp169 CFX_QuartzDeviceDriver::CFX_QuartzDeviceDriver(CGContextRef context, FX_INT32 deviceClass) in CFX_QuartzDeviceDriver() function in CFX_QuartzDeviceDriver
210 CFX_QuartzDeviceDriver::~CFX_QuartzDeviceDriver() in ~CFX_QuartzDeviceDriver()
221 int CFX_QuartzDeviceDriver::GetDeviceCaps(int capsID) in GetDeviceCaps()
244 CFX_Matrix CFX_QuartzDeviceDriver::GetCTM() const in GetCTM()
249 void CFX_QuartzDeviceDriver::SaveState() in SaveState()
254 void CFX_QuartzDeviceDriver::RestoreState(FX_BOOL isKeepSaved ) in RestoreState()
263 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathFill(const CFX_PathData* pathData, in SetClip_PathFill()
283 FX_FLOAT CFX_QuartzDeviceDriver::getLineWidth(const CFX_GraphStateData * graphState, CGAffineTransf… in getLineWidth()
297 FX_BOOL CFX_QuartzDeviceDriver::SetClip_PathStroke(const CFX_PathData* pathData, in SetClip_PathStroke()
374 FX_BOOL CFX_QuartzDeviceDriver::DrawPath(const CFX_PathData* pathData, in DrawPath()
[all …]
Dapple_int.h81 class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver
84 CFX_QuartzDeviceDriver(CGContextRef context, FX_INT32 deviceClass);
85 virtual ~CFX_QuartzDeviceDriver();