Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_expintfunc.cpp51 m_nOrigOutputs = m_nOutputs; in v_Init()
58 for (uint32_t j = 0; j < m_nOrigOutputs; j++) { in v_Call()
59 results[i * m_nOrigOutputs + j] = in v_Call()
Dcpdf_expintfunc.h25 uint32_t m_nOrigOutputs = 0; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp400 if (pFunc->m_nOrigOutputs != 3) in AddColors()