Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp578 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call() local
579 bits_to_output *= m_nBitsPerSample; in v_Call()
580 if (!bits_to_output.IsValid()) { in v_Call()
584 bitpos *= bits_to_output.ValueOrDie(); in v_Call()
589 range_check += bits_to_output.ValueOrDie(); in v_Call()