Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp594 int actual_width = Columns ? Columns : width; in CreateDecoder() local
598 if (actual_width <= 0 || actual_height <= 0) in CreateDecoder()
602 if (actual_width > kMaxImageDimension || actual_height > kMaxImageDimension) in CreateDecoder()
605 uint32_t pitch = (static_cast<uint32_t>(actual_width) + 31) / 32 * 4; in CreateDecoder()
607 src_buf, src_size, actual_width, actual_height, pitch, K, EndOfLine, in CreateDecoder()