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.cpp44 m_nOrigOutputs = m_nOutputs; in v_Init()
54 for (uint32_t j = 0; j < m_nOrigOutputs; j++) { in v_Call()
55 results[i * m_nOrigOutputs + j] = in v_Call()
Dcpdf_expintfunc.h21 uint32_t m_nOrigOutputs; variable
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp363 if (pFunc->m_nOrigOutputs != 3) in AddColors()