Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp586 int actual_width = Columns ? Columns : width; in CreateDecoder() local
590 if (actual_width <= 0 || actual_height <= 0) in CreateDecoder()
594 if (actual_width > kFaxMaxImageDimension || in CreateDecoder()
599 return pdfium::MakeUnique<FaxDecoder>(src_span, actual_width, actual_height, in CreateDecoder()