Home
last modified time | relevance | path

Searched refs:icSigUnknownElemType (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagMPE.h203 virtual icElemTypeSignature GetType() const { return icSigUnknownElemType; } in GetType()
H A DicProfileHeader.h486 #define icSigUnknownElemType ((icElemTypeSignature) 0x3f3f3f3f) /* '????' */ macro
H A DIccTagMPE.cpp163 m_sig = icSigUnknownElemType; in CIccMpeUnknown()