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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp441 class CPDF_SampledFunc : public CPDF_Function
580 class CPDF_PSFunc : public CPDF_Function
611 class CPDF_ExpIntFunc : public CPDF_Function
674 class CPDF_StitchFunc : public CPDF_Function
682 CPDF_Function** m_pSubFunctions;
723 m_pSubFunctions = FX_Alloc(CPDF_Function*, m_nSubs);
724 FXSYS_memset32(m_pSubFunctions, 0, sizeof(CPDF_Function*)*m_nSubs);
732 m_pSubFunctions[i] = CPDF_Function::Load(pSub);
776 CPDF_Function* CPDF_Function
807 CPDF_Function::CPDF_Function() function in class:CPDF_Function
[all...]
H A Dfpdf_page_pattern.cpp119 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
122 m_pFunctions[0] = CPDF_Function::Load(pFunc);
140 FX_BOOL CPDF_MeshStream::Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS)
237 CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS)
H A Dpageint.h439 class CPDF_Function : public CFX_Object class in inherits:CFX_Object
442 static CPDF_Function* Load(CPDF_Object* pFuncObj);
443 virtual ~CPDF_Function();
454 CPDF_Function();
H A Dfpdf_page_colors.cpp886 CPDF_Function* m_pFunc;
919 m_pFunc = CPDF_Function::Load(pFuncObj);
981 CPDF_Function* m_pFunc;
1013 m_pFunc = CPDF_Function::Load(pArray->GetElementValue(3));
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h25 class CPDF_Function;
799 CPDF_Function* m_pFunctions[4];
813 FX_BOOL Load(CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs, CPDF_ColorSpace* pCS);
824 CPDF_Function** m_pFuncs;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp14 CPDF_Dictionary* pDict, CPDF_Function** pFuncs, int nFuncs,
98 CPDF_Dictionary* pDict, CPDF_Function** pFuncs, int nFuncs,
228 CPDF_Dictionary* pDict, CPDF_Function** pFuncs, int nFuncs,
380 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
411 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
667 CPDF_Stream* pShadingStream, CPDF_Function** pFuncs, int nFuncs,
741 CPDF_Function** pFuncs = pPattern->m_pFunctions;
H A Dfpdf_render.cpp1243 CPDF_Function* pFuncs[3] = {NULL, NULL, NULL};
1254 pFuncs[2 - i] = CPDF_Function::Load(pArray->GetElementValue(i));
1260 pFuncs[0] = CPDF_Function::Load(pObj);
H A Dfpdf_render_image.cpp1059 CPDF_Function* pFunc = NULL;
1062 pFunc = CPDF_Function::Load(pFuncObj);

Completed in 147 milliseconds