From 39cd934a4705f69c30e1bbf13eab347f66999020 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 28 Sep 2015 11:52:19 -0700 Subject: Cleanup some fx_codec_fax.cpp code. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1367633005 . --- core/include/fxcodec/fx_codec.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/include/fxcodec/fx_codec.h') 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_ -- cgit v1.2.3