Home
last modified time | relevance | path

Searched refs:Fmt (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp181 CIccInfo Fmt; in dumpTag() local
192 fprintf(outfile, "%s\n", Fmt.GetTagTypeSigName(pTag->GetType())); in dumpTag()
212 CIccInfo Fmt; in dumpProfile() local
216 if(Fmt.IsProfileIDCalculated(&pHdr->profileID)) in dumpProfile()
217 fprintf(outfile,"Profile ID: %s\n", Fmt.GetProfileID(&pHdr->profileID)); in dumpProfile()
224 fprintf(outfile,"Attributes: %s\n", Fmt.GetDeviceAttrName(pHdr->attributes)); in dumpProfile()
231 fprintf(outfile,"Flags %s\n", Fmt.GetProfileFlagsName(pHdr->flags)); in dumpProfile()
232 fprintf(outfile,"PCS Color Space: %s\n", Fmt.GetColorSpaceSigName(pHdr->pcs)); in dumpProfile()
233 fprintf(outfile,"Platform: %s\n", Fmt.GetPlatformSigName(pHdr->platform)); in dumpProfile()
236 fprintf(outfile,"Version: %s\n", Fmt.GetVersionName(pHdr->version)); in dumpProfile()
[all …]
/aoo41x/main/icc/
H A DSampleICC-1.3.2.patch1532 CIccInfo Fmt;
1534 sDescription += Fmt.GetSigName(m_nSig);
1765 CIccInfo Fmt;
1770 + sDescription += Fmt.GetStandardObserverName(m_Data.stdObserver); sDescription += "\n";
1777 - sDescription += Fmt.GetMeasurementFlareName(m_Data.flare); sDescription += "\r\n";
1778 - sDescription += Fmt.GetIlluminantName(m_Data.illuminant); sDescription += "\r\n";
1779 + sDescription += Fmt.GetMeasurementGeometryName(m_Data.geometry); sDescription += "\n";
1780 + sDescription += Fmt.GetMeasurementFlareName(m_Data.flare); sDescription += "\n";
1781 + sDescription += Fmt.GetIlluminantName(m_Data.illuminant); sDescription += "\n";
1988 CIccInfo Fmt;
[all …]

Completed in 27 milliseconds