HomeSort by relevance Sort by last modified time
    Searched defs:hProfile (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
profinfo.h 19 HANDLE hProfile;
30 HANDLE hProfile;
  /external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c 530 cmsHPROFILE hProfile;
550 hProfile = hProfiles[i];
551 ClassSig = cmsGetDeviceClass(hProfile);
568 ColorSpaceIn = cmsGetColorSpace(hProfile);
569 ColorSpaceOut = cmsGetPCS(hProfile);
573 ColorSpaceIn = cmsGetPCS(hProfile);
574 ColorSpaceOut = cmsGetColorSpace(hProfile);
588 Lut = _cmsReadDevicelinkLUT(hProfile, Intent);
608 Lut = _cmsReadInputLUT(hProfile, Intent);
614 Lut = _cmsReadOutputLUT(hProfile, Intent)
    [all...]
cmsvirt.c 33 cmsBool SetTextTags(cmsHPROFILE hProfile, const wchar_t* Description)
37 cmsContext ContextID = cmsGetProfileContextID(hProfile);
47 if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error;
48 if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error;
63 cmsBool SetSeqDescTag(cmsHPROFILE hProfile, const char* Model)
66 cmsContext ContextID = cmsGetProfileContextID(hProfile);
86 if (!_cmsWriteProfileSequence(hProfile, Seq)) goto Error;
476 cmsHPROFILE hProfile;
479 hProfile = cmsCreateRGBProfileTHR(ContextID, WhitePoint == NULL ? cmsD50_xyY() : WhitePoint, NULL, NULL);
480 if (hProfile == NULL) return NULL
    [all...]
cmsxform.c 729 cmsHPROFILE hProfile = hProfiles[i];
734 if (hProfile == NULL) return FALSE;
736 cls = cmsGetDeviceClass(hProfile);
741 ColorSpaceOut = (nProfiles > 1) ? cmsGetPCS(hProfile) : cmsGetColorSpace(hProfile);
746 ColorSpaceIn = cmsGetColorSpace(hProfile);
747 ColorSpaceOut = cmsGetPCS(hProfile);
751 ColorSpaceIn = cmsGetPCS(hProfile);
752 ColorSpaceOut = cmsGetColorSpace(hProfile);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 287 cmsHPROFILE hProfile =
289 if (!hProfile) {
292 cs = GetProfileCSFromHandle(hProfile);
293 if (hProfile) {
294 cmsCloseProfile(hProfile);
    [all...]

Completed in 329 milliseconds