Searched refs:CPDF_DeviceNCS (Results 1 – 1 of 1) sorted by relevance
232 class CPDF_DeviceNCS : public CPDF_ColorSpace { class234 explicit CPDF_DeviceNCS(CPDF_Document* pDoc);235 ~CPDF_DeviceNCS() override;387 pCS.reset(new CPDF_DeviceNCS(pDoc)); in Load()1219 CPDF_DeviceNCS::CPDF_DeviceNCS(CPDF_Document* pDoc) in CPDF_DeviceNCS() function in CPDF_DeviceNCS1222 CPDF_DeviceNCS::~CPDF_DeviceNCS() {} in ~CPDF_DeviceNCS()1224 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue()1233 bool CPDF_DeviceNCS::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load()1251 bool CPDF_DeviceNCS::GetRGB(FX_FLOAT* pBuf, in GetRGB()1267 void CPDF_DeviceNCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()