HomeSort by relevance Sort by last modified time
    Searched refs:m_pBounds (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_stitchfunc.cpp 17 m_pBounds(nullptr),
21 FX_Free(m_pBounds);
61 m_pBounds = FX_Alloc(float, nSubs + 1);
62 m_pBounds[0] = m_pDomains[0];
67 m_pBounds[i + 1] = pArray->GetFloatAt(i);
68 m_pBounds[nSubs] = m_pDomains[1];
83 if (input < m_pBounds[i + 1])
86 input = Interpolate(input, m_pBounds[i], m_pBounds[i + 1], m_pEncode[i * 2],
cpdf_stitchfunc.h 27 float GetBound(size_t i) const { return m_pBounds[i]; }
31 float* m_pBounds;

Completed in 5799 milliseconds