Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_func.cpp671 FX_FLOAT* m_pBeginValues; member in CPDF_ExpIntFunc
677 m_pBeginValues = NULL; in CPDF_ExpIntFunc()
681 FX_Free(m_pBeginValues); in ~CPDF_ExpIntFunc()
697 m_pBeginValues = FX_Alloc2D(FX_FLOAT, m_nOutputs, 2); in v_Init()
700 m_pBeginValues[i] = pArray0 ? pArray0->GetFloat(i) : 0.0f; in v_Init()
715 m_pBeginValues[j] + in v_Call()
717 (m_pEndValues[j] - m_pBeginValues[j]); in v_Call()