cmsFormatterForColorspaceOfProfile 1487 include/lcms2.h CMSAPI cmsUInt32Number CMSEXPORT cmsFormatterForColorspaceOfProfile(cmsHPROFILE hProfile, cmsUInt32Number nBytes, cmsBool lIsFloat); cmsFormatterForColorspaceOfProfile 473 src/cmsgmt.c dwFormatter = cmsFormatterForColorspaceOfProfile(hProfile, 4, TRUE); cmsFormatterForColorspaceOfProfile 874 src/cmsps2.c InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); cmsFormatterForColorspaceOfProfile 1298 src/cmsps2.c OutputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); cmsFormatterForColorspaceOfProfile 1421 src/cmsps2.c OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE); cmsFormatterForColorspaceOfProfile 87 src/cmssamp.c dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE); cmsFormatterForColorspaceOfProfile 518 utils/transicc/transicc.c dwIn = cmsFormatterForColorspaceOfProfile(hInput, 0, TRUE); cmsFormatterForColorspaceOfProfile 527 utils/transicc/transicc.c dwOut = cmsFormatterForColorspaceOfProfile(hOutput, lIsFloat ? 0 : 2, lIsFloat);