Home
last modified time | relevance | path

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

/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagLut.h290 icUInt8Number GetInputDim() const { return m_nInput; } in GetInputDim() function
H A DIccMpeBasic.cpp2410 m_nInputChannels = pCLUT->GetInputDim(); in SetCLUT()
H A DIccTagLut.cpp3327 if (clut->GetInputDim() != m_nInput || clut->GetOutputChannels() != m_nOutput) { in SetCLUT()
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccUtilXml.cpp318 for (i=0; i<pCLUT->GetInputDim(); i++) { in icCLUTToXml()