Searched refs:m_pEndValues (Results 1 – 3 of 3) sorted by relevance
16 m_pEndValues(nullptr) {} in CPDF_ExpIntFunc()20 FX_Free(m_pEndValues); in ~CPDF_ExpIntFunc()37 m_pEndValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init()40 m_pEndValues[i] = pArray1 ? pArray1->GetFloatAt(i) : 1.0f; in v_Init()57 (m_pEndValues[j] - m_pBeginValues[j]); in v_Call()
24 float* m_pEndValues; variable
370 SkColorSetARGB(0xFF, SkUnitScalarClampToByte(pFunc->m_pEndValues[0]), in AddColors()371 SkUnitScalarClampToByte(pFunc->m_pEndValues[1]), in AddColors()372 SkUnitScalarClampToByte(pFunc->m_pEndValues[2]))); in AddColors()