Home
last modified time | relevance | path

Searched refs:CIccTagLutBtoA (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagLut.h455 class ICCPROFLIB_API CIccTagLutBtoA : public CIccTagLutAtoB
458 CIccTagLutBtoA();
459 CIccTagLutBtoA(const CIccTagLutBtoA &ITLB2A);
460 CIccTagLutBtoA &operator=(const CIccTagLutBtoA &ITLB2A);
461 virtual CIccTag* NewCopy() const { return new CIccTagLutBtoA(*this); } in NewCopy()
H A DIccTagFactory.cpp130 return new CIccTagLutBtoA; in CreateTag()
H A DIccTagLut.cpp3822 CIccTagLutBtoA::CIccTagLutBtoA() in CIccTagLutBtoA() function in sampleICC::CIccTagLutBtoA
3838 CIccTagLutBtoA::CIccTagLutBtoA(const CIccTagLutBtoA &ITLB2A) : CIccTagLutAtoB(ITLB2A) in CIccTagLutBtoA() function in sampleICC::CIccTagLutBtoA
3853 CIccTagLutBtoA &CIccTagLutBtoA::operator=(const CIccTagLutBtoA &ITLB2A) in operator =()
3878 icValidateStatus CIccTagLutBtoA::Validate(icTagSignature sig, std::string &sReport, const CIccProfi… in Validate()
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccTagXml.h394 class CIccTagXmlLutBtoA : public CIccTagLutBtoA, public CIccTagXml