Home | History | Annotate | Download | only in fpdf_render

Lines Matching defs:pFunc

1059     CPDF_Function* pFunc = NULL;

1062 pFunc = CPDF_Function::Load(pFuncObj);
1129 if (pFunc) {
1130 CFX_FixedBufGrow<FX_FLOAT, 16> results(pFunc->CountOutputs());
1134 pFunc->Call(&input, 1, results, nresult);
1152 } else if (pFunc) {
1160 if (pFunc) {
1161 delete pFunc;