Home
last modified time | relevance | path

Searched refs:CIccTagParametricCurve (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagLut.h170 class ICCPROFLIB_API CIccTagParametricCurve : public CIccCurve
173 CIccTagParametricCurve();
174 CIccTagParametricCurve(const CIccTagParametricCurve &ITPC);
175 CIccTagParametricCurve &operator=(const CIccTagParametricCurve &ParamCurveTag);
176 virtual CIccTag *NewCopy() const { return new CIccTagParametricCurve(*this);} in NewCopy()
177 virtual ~CIccTagParametricCurve();
H A DIccTagLut.cpp629 CIccTagParametricCurve::CIccTagParametricCurve() in CIccTagParametricCurve() function in sampleICC::CIccTagParametricCurve
648 CIccTagParametricCurve::CIccTagParametricCurve(const CIccTagParametricCurve &ITPC) in CIccTagParametricCurve() function in sampleICC::CIccTagParametricCurve
668 CIccTagParametricCurve &CIccTagParametricCurve::operator=(const CIccTagParametricCurve &ParamCurveT… in operator =()
693 CIccTagParametricCurve::~CIccTagParametricCurve() in ~CIccTagParametricCurve()
714 bool CIccTagParametricCurve::Read(icUInt32Number size, CIccIO *pIO) in Read()
773 bool CIccTagParametricCurve::Write(CIccIO *pIO) in Write()
815 void CIccTagParametricCurve::Describe(std::string &sDescription) in Describe()
899 void CIccTagParametricCurve::DumpLut(std::string &sDescription, const icChar *szName, in DumpLut()
924 bool CIccTagParametricCurve::SetFunctionType(icUInt16Number nFunctionType) in SetFunctionType()
977 bool CIccTagParametricCurve::IsIdentity() in IsIdentity()
[all …]
H A DIccTagFactory.cpp124 return new CIccTagParametricCurve; in CreateTag()
/dports/graphics/sampleicc/SampleICC-1.6.8/Tools/CmdLine/IccV4ToMPE/
H A DiccV4ToMPE.cpp69 CIccTagParametricCurve *pParCurve = (CIccTagParametricCurve*)pCurves[i]; in ConvertCurves()
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccTagXml.h366 class CIccTagXmlParametricCurve : public CIccTagParametricCurve, public CIccCurveXml
/dports/graphics/sampleicc/SampleICC-1.6.8/
H A DChangeLog4 * Modified CIccTagParametricCurve to use icFloatNumber rather than icS15Fixed16Number