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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 79 void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord)
187 cmsBool CMSEXPORT _cmsReadUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n)
189 cmsUInt64Number tmp;
193 if (io -> Read(io, &tmp, sizeof(cmsUInt64Number), 1) != 1)
318 cmsBool CMSEXPORT _cmsWriteUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n)
320 cmsUInt64Number tmp;
325 if (io -> Write(io, sizeof(cmsUInt64Number), &tmp) != 1)
cmsio0.c 869 void CMSEXPORT cmsGetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number* Flags)
872 memmove(Flags, &Icc -> attributes, sizeof(cmsUInt64Number));
875 void CMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number Flags)
878 memmove(&Icc -> attributes, &Flags, sizeof(cmsUInt64Number));
    [all...]
lcms2_internal.h 721 cmsUInt64Number attributes;
    [all...]
cmsnamed.c 784 memmove(&NewSeq ->seq[i].attributes, &pseq ->seq[i].attributes, sizeof(cmsUInt64Number));
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 134 CMSAPI void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord);
141 CMSAPI cmsBool CMSEXPORT _cmsReadUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n);
150 CMSAPI cmsBool CMSEXPORT _cmsWriteUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n);
lcms2.h 132 typedef unsigned long cmsUInt64Number;
134 typedef unsigned long long cmsUInt64Number;
150 typedef cmsUInt32Number cmsUInt64Number[2];
613 cmsUInt64Number attributes; // Device attributes
    [all...]

Completed in 2604 milliseconds