Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_stitchfunc.cpp18 m_pEncode(nullptr) {} in CPDF_StitchFunc()
22 FX_Free(m_pEncode); in ~CPDF_StitchFunc()
69 m_pEncode = FX_Alloc2D(float, nSubs, 2); in v_Init()
75 m_pEncode[i] = pArray->GetFloatAt(i); in v_Init()
86 input = Interpolate(input, m_pBounds[i], m_pBounds[i + 1], m_pEncode[i * 2], in v_Call()
87 m_pEncode[i * 2 + 1]); in v_Call()
Dcpdf_stitchfunc.h32 float* m_pEncode; variable