Home
last modified time | relevance | path

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

/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccMpeBasic.cpp105 m_nFunctionType = 0; in CIccFormulaCurveSegment()
127 m_nFunctionType = seg.m_nFunctionType; in CIccFormulaCurveSegment()
158 m_nFunctionType = seg.m_nFunctionType; in operator =()
217 switch(m_nFunctionType) { in Describe()
279 m_nFunctionType = functionType; in SetFunction()
315 if (!pIO->Read16(&m_nFunctionType)) in Read()
325 switch(m_nFunctionType) { in Read()
384 switch(m_nFunctionType) { in Write()
417 switch (m_nFunctionType) { in Begin()
455 switch (m_nFunctionType) { in Apply()
[all …]
H A DIccTagLut.cpp631 m_nFunctionType = 0xffff; in CIccTagParametricCurve()
650 m_nFunctionType = ITPC.m_nFunctionType; in CIccTagParametricCurve()
673 m_nFunctionType = ParamCurveTag.m_nFunctionType; in operator =()
785 !pIO->Write16(&m_nFunctionType) || in Write()
819 sprintf(buf, "FunctionType: %04Xh\r\n", m_nFunctionType); in Describe()
822 switch(m_nFunctionType) { in Describe()
956 m_nFunctionType = nFunctionType; in SetFunctionType()
979 switch(m_nFunctionType) { in IsIdentity()
1011 switch(m_nFunctionType) { in DoApply()
1088 switch(m_nFunctionType) { in Validate()
H A DIccTagLut.h191 icUInt16Number GetFunctionType() const {return m_nFunctionType; } in GetFunctionType()
205 icUInt16Number m_nFunctionType; variable
H A DIccMpeBasic.h158 icUInt16Number m_nFunctionType; variable
/dports/graphics/iccxml/IccXML-0.9.8/IccLibXML/
H A DIccMpeXml.cpp169 sprintf(line, " FunctionType=\"%d\"", m_nFunctionType); in ToXml()
200 m_nFunctionType = atoi(icXmlAttrValue(funcType)); in ParseXml()
202 switch(m_nFunctionType) { in ParseXml()
H A DIccTagXml.cpp2090 sprintf(buf, "<ParametricCurve FunctionType=\"%d\"", m_nFunctionType);