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

  /external/pdfium/third_party/lcms/src/
cmsplugin.c 79 void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord)
191 cmsBool CMSEXPORT _cmsReadUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n)
193 cmsUInt64Number tmp;
197 if (io -> Read(io, &tmp, sizeof(cmsUInt64Number), 1) != 1)
304 cmsBool CMSEXPORT _cmsWriteUInt64Number(cmsIOHANDLER* io, cmsUInt64Number* n)
306 cmsUInt64Number tmp;
311 if (io -> Write(io, sizeof(cmsUInt64Number), &tmp) != 1)
cmsio0.c 923 void CMSEXPORT cmsGetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number* Flags)
926 memmove(Flags, &Icc -> attributes, sizeof(cmsUInt64Number));
929 void CMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, cmsUInt64Number Flags)
932 memmove(&Icc -> attributes, &Flags, sizeof(cmsUInt64Number));
    [all...]
lcms2_internal.h 734 cmsUInt64Number attributes;
    [all...]
cmsnamed.c 817 memmove(&NewSeq ->seq[i].attributes, &pseq ->seq[i].attributes, sizeof(cmsUInt64Number));
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms/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];
614 cmsUInt64Number attributes; // Device attributes
    [all...]

Completed in 62 milliseconds