Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp587 int actual_height = Rows ? Rows : height; in CreateDecoder() local
590 if (actual_width <= 0 || actual_height <= 0) in CreateDecoder()
595 actual_height > kFaxMaxImageDimension) { in CreateDecoder()
599 return pdfium::MakeUnique<FaxDecoder>(src_span, actual_width, actual_height, in CreateDecoder()