Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_expintfunc.cpp40 m_EndValues = pdfium::Vector2D<float>(m_nOutputs, 2); in v_Init()
43 m_EndValues[i] = pArray1 ? pArray1->GetNumberAt(i) : 1.0f; in v_Init()
61 (m_EndValues[j] - m_BeginValues[j]); in v_Call()
Dcpdf_expintfunc.h28 std::vector<float> m_EndValues; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp404 auto end_values = pFunc->m_EndValues.begin(); in AddColors()