HomeSort by relevance Sort by last modified time
    Searched refs:ProfileID (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsmd5.c 219 void MD5finish(cmsProfileID* ProfileID, cmsHANDLE Handle)
250 memmove(ProfileID ->ID8, ctx->buf, 16);
280 memset(&Icc ->ProfileID, 0, sizeof(Icc ->ProfileID));
306 MD5finish(&Icc ->ProfileID, MD5);
cmsio0.c 742 memmove(Icc ->ProfileID.ID32, Header.profileID.ID32, 16);
836 memmove(&Header.profileID, &Icc ->ProfileID, 16);
935 void CMSEXPORT cmsGetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID)
938 memmove(ProfileID, Icc ->ProfileID.ID8, 16);
941 void CMSEXPORT cmsSetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID)
944 memmove(&Icc -> ProfileID, ProfileID, 16)
    [all...]
cmsio1.c 890 cmsSEQ* ProfileId;
898 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag);
900 if (ProfileSeq == NULL && ProfileId == NULL) return NULL;
902 if (ProfileSeq == NULL) return cmsDupProfileSequenceDescription(ProfileId);
903 if (ProfileId == NULL) return cmsDupProfileSequenceDescription(ProfileSeq);
906 if (ProfileSeq ->n != ProfileId ->n) return cmsDupProfileSequenceDescription(ProfileSeq);
914 memmove(&NewSeq ->seq[i].ProfileID, &ProfileId ->seq[i].ProfileID, sizeof(cmsProfileID));
915 NewSeq ->seq[i].Description = cmsMLUdup(ProfileId ->seq[i].Description)
    [all...]
cmsnamed.c 821 memmove(&NewSeq ->seq[i].ProfileID, &pseq ->seq[i].ProfileID, sizeof(cmsProfileID));
lcms2_internal.h 737 cmsProfileID ProfileID;
    [all...]
cmstypes.c     [all...]
  /external/dng_sdk/source/
dng_camera_profile.h 515 dng_camera_profile_id ProfileID () const
  /external/pdfium/third_party/lcms/include/
lcms2.h 618 cmsProfileID profileID; // Profile ID using MD5
    [all...]

Completed in 1056 milliseconds