Searched defs:icc_buf_ptr (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp83 const uint8_t* icc_buf_ptr,
85 if (!icc_buf_ptr || icc_length == 0) {
102 icc_buf_ptr + i * icc_segment_size, icc_segment_size);
107 FXSYS_memcpy(icc_data + JPEG_OVERHEAD_LEN, icc_buf_ptr + icc_size,
255 uint8_t** icc_buf_ptr,
286 if (icc_buf_ptr && icc_length) {
300 if (icc_buf_ptr) {
301 *icc_buf_ptr = NULL;
537 uint8_t** icc_buf_ptr,
540 bits_per_components, color_transform, icc_buf_ptr,
82 _JpegEmbedIccProfile(j_compress_ptr cinfo, const uint8_t* icc_buf_ptr, FX_DWORD icc_length) argument
248 _JpegLoadInfo(const uint8_t* src_buf, FX_DWORD src_size, int& width, int& height, int& num_components, int& bits_per_components, FX_BOOL& color_transform, uint8_t** icc_buf_ptr, FX_DWORD* icc_length) argument
530 LoadInfo(const uint8_t* src_buf, FX_DWORD src_size, int& width, int& height, int& num_components, int& bits_per_components, FX_BOOL& color_transform, uint8_t** icc_buf_ptr, FX_DWORD* icc_length) argument
[all...]

Completed in 30 milliseconds