Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_expintfunc.cpp15 m_pBeginValues(nullptr), in CPDF_ExpIntFunc()
19 FX_Free(m_pBeginValues); in ~CPDF_ExpIntFunc()
36 m_pBeginValues = FX_Alloc2D(float, m_nOutputs, 2); in v_Init()
39 m_pBeginValues[i] = pArray0 ? pArray0->GetFloatAt(i) : 0.0f; in v_Init()
56 m_pBeginValues[j] + FXSYS_pow(inputs[i], m_Exponent) * in v_Call()
57 (m_pEndValues[j] - m_pBeginValues[j]); in v_Call()
Dcpdf_expintfunc.h23 float* m_pBeginValues; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp366 SkColorSetARGB(0xFF, SkUnitScalarClampToByte(pFunc->m_pBeginValues[0]), in AddColors()
367 SkUnitScalarClampToByte(pFunc->m_pBeginValues[1]), in AddColors()
368 SkUnitScalarClampToByte(pFunc->m_pBeginValues[2]))); in AddColors()