Searched refs:m_EndValues (Results 1 – 3 of 3) sorted by relevance
40 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()
28 std::vector<float> m_EndValues; variable
404 auto end_values = pFunc->m_EndValues.begin(); in AddColors()