Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_stitchfunc.cpp99 m_bounds.reserve(nSubs + 1); in v_Init()
100 m_bounds.push_back(m_Domains[0]); in v_Init()
102 m_bounds.push_back(pBoundsArray->GetNumberAt(i)); in v_Init()
103 m_bounds.push_back(m_Domains[1]); in v_Init()
113 if (input < m_bounds[i + 1]) in v_Call()
116 input = Interpolate(input, m_bounds[i], m_bounds[i + 1], m_encode[i * 2], in v_Call()
Dcpdf_stitchfunc.h29 float GetBound(size_t i) const { return m_bounds[i]; } in GetBound()
34 std::vector<float> m_bounds; variable