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

  /external/pdfium/third_party/lcms/src/
cmsgmt.c 298 cmsUInt32Number dwFormat;
352 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
362 dwFormat, TYPE_Lab_DBL,
367 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2));
370 hGamut, dwFormat,
375 Chain.hReverse = cmsCreateTransformTHR(ContextID, hGamut, dwFormat,
cmssamp.c 73 cmsUInt32Number dwFormat;
87 dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE);
99 if (nChannels != T_CHANNELS(dwFormat)) {
112 xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat,

Completed in 64 milliseconds