summaryrefslogtreecommitdiff
path: root/core/fxcodec/codec/ccodec_faxmodule.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-09-26 16:14:28 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-26 16:14:28 -0700
commit2ab466e3a59d845422e06e50bc38d4bf31ac1adf (patch)
treef34d7121c70042306739281445f2c19e83185fed /core/fxcodec/codec/ccodec_faxmodule.h
parent2c065322f1b14ca3ff145dc068ab2361704f9e4b (diff)
downloadpdfium-2ab466e3a59d845422e06e50bc38d4bf31ac1adf.tar.xz
Clean up fx_codec_fax.cpp.
Review-Url: https://codereview.chromium.org/2357173005
Diffstat (limited to 'core/fxcodec/codec/ccodec_faxmodule.h')
-rw-r--r--core/fxcodec/codec/ccodec_faxmodule.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/core/fxcodec/codec/ccodec_faxmodule.h b/core/fxcodec/codec/ccodec_faxmodule.h
index ad7e9b6063..27d4b9abdd 100644
--- a/core/fxcodec/codec/ccodec_faxmodule.h
+++ b/core/fxcodec/codec/ccodec_faxmodule.h
@@ -18,17 +18,11 @@ class CCodec_FaxModule {
int width,
int height,
int K,
- FX_BOOL EndOfLine,
- FX_BOOL EncodedByteAlign,
- FX_BOOL BlackIs1,
+ bool EndOfLine,
+ bool EncodedByteAlign,
+ bool BlackIs1,
int Columns,
int Rows);
- FX_BOOL Encode(const uint8_t* src_buf,
- int width,
- int height,
- int pitch,
- uint8_t*& dest_buf,
- uint32_t& dest_size);
};
#endif // CORE_FXCODEC_CODEC_CCODEC_FAXMODULE_H_