Searched refs:icc_buf_ptr (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 77 static FX_BOOL _JpegEmbedIccProfile(j_compress_ptr cinfo, FX_LPCBYTE icc_buf_ptr, FX_DWORD icc_leng… in _JpegEmbedIccProfile() argument 79 if(icc_buf_ptr == NULL || icc_length == 0) { in _JpegEmbedIccProfile() 93 …FXSYS_memcpy32(icc_data + JPEG_OVERHEAD_LEN, icc_buf_ptr + i * icc_segment_size, icc_segment_size); in _JpegEmbedIccProfile() 98 FXSYS_memcpy32(icc_data + JPEG_OVERHEAD_LEN, icc_buf_ptr + icc_size, icc_length - icc_size); in _JpegEmbedIccProfile() 222 FX_LPBYTE* icc_buf_ptr, FX_DWORD* icc_length) in _JpegLoadInfo() argument 253 if(icc_buf_ptr && icc_length) { in _JpegLoadInfo() 266 if(icc_buf_ptr != NULL) { in _JpegLoadInfo() 267 *icc_buf_ptr = NULL; in _JpegLoadInfo() 503 FX_LPBYTE* icc_buf_ptr, FX_DWORD* icc_length) in LoadInfo() argument 508 icc_buf_ptr, icc_length); in LoadInfo() [all …]
|
D | codec_int.h | 149 FX_LPBYTE* icc_buf_ptr, FX_DWORD* icc_length);
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec_provider.h | 31 FX_LPBYTE* icc_buf_ptr = NULL, FX_DWORD* icc_length = NULL) = 0;
|
D | fx_codec.h | 162 FX_LPBYTE* icc_buf_ptr = NULL, FX_DWORD* icc_length = NULL) = 0;
|