Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_sampledfunc.cpp123 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call() local
124 bits_to_output *= m_nBitsPerSample; in v_Call()
125 if (!bits_to_output.IsValid()) in v_Call()
131 bitpos *= bits_to_output.ValueOrDie(); in v_Call()
137 range_check += bits_to_output.ValueOrDie(); in v_Call()