Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_expintfunc.cpp16 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()
Dcpdf_expintfunc.h24 float* m_pEndValues; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp370 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()