Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp515 if (nTotalSamples > 0 && ((FX_UINT32)m_nOutputs) > UINT_MAX / nTotalSamples) { in v_Init()
518 nTotalSamples *= m_nOutputs; in v_Init()
522 m_pDecodeInfo = FX_Alloc(SampleDecodeInfo, m_nOutputs); in v_Init()
523 for (i = 0; i < m_nOutputs; i ++) { in v_Init()
560 bitpos *= m_nOutputs; in v_Call()
568 FX_SAFE_INT32 bitpos1 = m_nOutputs - 1 > 0 ? m_nOutputs - 1 : 0; in v_Call()
574 for (int j = 0; j < m_nOutputs; j ++) { in v_Call()
585 bitpos2 *= m_nOutputs; in v_Call()
623 if (PS.GetStackSize() < m_nOutputs) { in v_Call()
626 for (i = 0; i < m_nOutputs; i ++) { in v_Call()
[all …]
Dpageint.h409 return m_nOutputs; in CountOutputs()
413 int m_nInputs, m_nOutputs; variable