Home
last modified time | relevance | path

Searched refs:icc_buf_ptr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp83 const uint8_t* icc_buf_ptr, in _JpegEmbedIccProfile() argument
85 if (!icc_buf_ptr || icc_length == 0) { in _JpegEmbedIccProfile()
102 icc_buf_ptr + i * icc_segment_size, icc_segment_size); in _JpegEmbedIccProfile()
107 FXSYS_memcpy(icc_data + JPEG_OVERHEAD_LEN, icc_buf_ptr + icc_size, in _JpegEmbedIccProfile()
255 uint8_t** icc_buf_ptr, in _JpegLoadInfo() argument
286 if (icc_buf_ptr && icc_length) { in _JpegLoadInfo()
300 if (icc_buf_ptr) { in _JpegLoadInfo()
301 *icc_buf_ptr = NULL; in _JpegLoadInfo()
537 uint8_t** icc_buf_ptr, in LoadInfo() argument
540 bits_per_components, color_transform, icc_buf_ptr, in LoadInfo()
Dcodec_int.h179 uint8_t** icc_buf_ptr,
/external/pdfium/core/include/fxcodec/
Dfx_codec.h219 uint8_t** icc_buf_ptr = NULL,