Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_function.cpp71 else if (type == Type::kType2ExponentialInterpolation) in Load()
181 return m_Type == Type::kType2ExponentialInterpolation in ToExpIntFunc()
H A Dcpdf_expintfunc.cpp20 : CPDF_Function(Type::kType2ExponentialInterpolation) {} in CPDF_ExpIntFunc()
H A Dcpdf_function.h29 kType2ExponentialInterpolation = 2, enumerator