Home
last modified time | relevance | path

Searched refs:dwFormat (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp293 FX_DWORD TransferProfileType(FX_LPVOID pProfile, FX_DWORD dwFormat) in TransferProfileType() argument
308 return T_DOSWAP(dwFormat) ? TYPE_RGB_8 : TYPE_BGR_8; in TransferProfileType()
316 return T_DOSWAP(dwFormat) ? TYPE_KYMC_8 : TYPE_CMYK_8; in TransferProfileType()
320 return T_DOSWAP(dwFormat) ? TYPE_KYMC5_8 : TYPE_CMYK5_8; in TransferProfileType()
324 return T_DOSWAP(dwFormat) ? TYPE_KYMC7_8 : TYPE_CMYK7_8; in TransferProfileType()
326 return T_DOSWAP(dwFormat) ? TYPE_KYMC8_8 : TYPE_CMYK8_8; in TransferProfileType()
328 return T_DOSWAP(dwFormat) ? TYPE_KYMC9_8 : TYPE_CMYK9_8; in TransferProfileType()
330 return T_DOSWAP(dwFormat) ? TYPE_KYMC10_8 : TYPE_CMYK10_8; in TransferProfileType()
332 return T_DOSWAP(dwFormat) ? TYPE_KYMC11_8 : TYPE_CMYK11_8; in TransferProfileType()
334 return T_DOSWAP(dwFormat) ? TYPE_KYMC12_8 : TYPE_CMYK12_8; in TransferProfileType()
[all …]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsgmt.c298 cmsUInt32Number dwFormat; in _cmsCreateGamutCheckPipeline() local
352 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2)); in _cmsCreateGamutCheckPipeline()
362 dwFormat, TYPE_Lab_DBL, in _cmsCreateGamutCheckPipeline()
367 dwFormat = (CHANNELS_SH(nChannels)|BYTES_SH(2)); in _cmsCreateGamutCheckPipeline()
370 hGamut, dwFormat, in _cmsCreateGamutCheckPipeline()
375 Chain.hReverse = cmsCreateTransformTHR(ContextID, hGamut, dwFormat, in _cmsCreateGamutCheckPipeline()
Dcmssamp.c73 cmsUInt32Number dwFormat; in BlackPointAsDarkerColorant() local
87 dwFormat = cmsFormatterForColorspaceOfProfile(hInput, 2, FALSE); in BlackPointAsDarkerColorant()
99 if (nChannels != T_CHANNELS(dwFormat)) { in BlackPointAsDarkerColorant()
112 xform = cmsCreateTransformTHR(ContextID, hInput, dwFormat, in BlackPointAsDarkerColorant()
Dcmsxform.c768 cmsBool IsProperColorSpace(cmsColorSpaceSignature Check, cmsUInt32Number dwFormat) in IsProperColorSpace() argument
770 int Space1 = T_COLORSPACE(dwFormat); in IsProperColorSpace()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h248 FX_DWORD dwFormat; member