diff options
author | Lei Zhang <thestig@chromium.org> | 2015-09-28 11:52:19 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-09-28 11:52:19 -0700 |
commit | 39cd934a4705f69c30e1bbf13eab347f66999020 (patch) | |
tree | 3d8aabe8daac01c2cd53c53b2660a3bdb4c32702 /core/include/fxcodec | |
parent | d6d9dc6b9a45368abdf43477592ee9f6cdb6102e (diff) | |
download | pdfium-39cd934a4705f69c30e1bbf13eab347f66999020.tar.xz |
Cleanup some fx_codec_fax.cpp code.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1367633005 .
Diffstat (limited to 'core/include/fxcodec')
-rw-r--r-- | core/include/fxcodec/fx_codec.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h index 53280c526c..b3133694b8 100644 --- a/core/include/fxcodec/fx_codec.h +++ b/core/include/fxcodec/fx_codec.h @@ -331,4 +331,12 @@ void AdobeCMYK_to_sRGB1(uint8_t c, uint8_t& B); FX_BOOL MD5ComputeID(const void* buf, FX_DWORD dwSize, uint8_t ID[16]); +void FaxG4Decode(const uint8_t* src_buf, + FX_DWORD src_size, + int* pbitpos, + uint8_t* dest_buf, + int width, + int height, + int pitch); + #endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_ |