Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dfpdf_page_func.cpp108 if (PS.GetStackSize() < m_nOutputs) in v_Call()
110 for (uint32_t i = 0; i < m_nOutputs; i++) in v_Call()
111 results[m_nOutputs - i - 1] = PS.Pop(); in v_Call()
521 nTotalSampleBits *= m_nOutputs; in v_Init()
529 m_DecodeInfo.resize(m_nOutputs); in v_Init()
530 for (uint32_t i = 0; i < m_nOutputs; i++) { in v_Init()
561 FX_SAFE_INT32 bits_to_output = m_nOutputs; in v_Call()
580 for (uint32_t j = 0; j < m_nOutputs; j++, bitpos += m_nBitsPerSample) { in v_Call()
591 bitpos2 *= m_nOutputs; in v_Call()
624 if (m_nOutputs == 0) { in v_Init()
[all …]
Dpageint.h41 uint32_t CountOutputs() const { return m_nOutputs; } in CountOutputs()
57 uint32_t m_nOutputs; variable