Home
last modified time | relevance | path

Searched refs:kType2ExpotentialInterpolation (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp33 else if (type == Type::kType2ExpotentialInterpolation) in Load()
144 return m_Type == Type::kType2ExpotentialInterpolation in ToExpIntFunc()
Dcpdf_function.h22 kType2ExpotentialInterpolation = 2, enumerator
Dcpdf_expintfunc.cpp14 : CPDF_Function(Type::kType2ExpotentialInterpolation), in CPDF_ExpIntFunc()