Searched refs:CFX_QuartzDeviceDriver (Results 1 – 2 of 2) sorted by relevance
138 CFX_QuartzDeviceDriver::CFX_QuartzDeviceDriver(CGContextRef context, in CFX_QuartzDeviceDriver() function in CFX_QuartzDeviceDriver179 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 …]
76 class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver {78 CFX_QuartzDeviceDriver(CGContextRef context, int32_t deviceClass);79 ~CFX_QuartzDeviceDriver() override;