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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp513 if (nTotalSamples > 0 && ((FX_UINT32)m_nOutputs) > UINT_MAX / nTotalSamples) {
516 nTotalSamples *= m_nOutputs;
520 m_pDecodeInfo = FX_Alloc(SampleDecodeInfo, m_nOutputs);
521 for (i = 0; i < m_nOutputs; i ++) {
556 int bitpos = pos * m_nBitsPerSample * m_nOutputs;
561 for (int j = 0; j < m_nOutputs; j ++) {
570 int bitpos1 = bitpos + m_nBitsPerSample * m_nOutputs * blocksize[i];
603 if (PS.GetStackSize() < m_nOutputs) {
606 for (i = 0; i < m_nOutputs; i ++) {
607 results[m_nOutputs
[all...]
H A Dpageint.h451 return m_nOutputs;
455 int m_nInputs, m_nOutputs; member in class:CPDF_Function

Completed in 99 milliseconds