Searched refs:m_pFunc (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp886 CPDF_Function* m_pFunc; member in class:CPDF_SeparationCS
893 m_pFunc = NULL;
901 if (m_pFunc) {
902 delete m_pFunc;
919 m_pFunc = CPDF_Function::Load(pFuncObj);
921 if (m_pFunc && m_pAltCS && m_pFunc->CountOutputs() < m_pAltCS->CountComponents()) {
922 delete m_pFunc;
923 m_pFunc = NULL;
933 if (m_pFunc
981 CPDF_Function* m_pFunc; member in class:CPDF_DeviceNCS
[all...]

Completed in 32 milliseconds