StitchingFunction 66 lib/pdf/xpdf/Function.cc func = new StitchingFunction(funcObj, dict);
StitchingFunction 547 lib/pdf/xpdf/Function.cc StitchingFunction::StitchingFunction(Object *funcObj, Dict *dict) {
StitchingFunction 646 lib/pdf/xpdf/Function.cc StitchingFunction::StitchingFunction(StitchingFunction *func) {
StitchingFunction 663 lib/pdf/xpdf/Function.cc StitchingFunction::~StitchingFunction() {
StitchingFunction 679 lib/pdf/xpdf/Function.cc void StitchingFunction::transform(double *in, double *out) {
StitchingFunction 171 lib/pdf/xpdf/Function.h class StitchingFunction: public Function {
StitchingFunction 174 lib/pdf/xpdf/Function.h StitchingFunction(Object *funcObj, Dict *dict);
StitchingFunction 175 lib/pdf/xpdf/Function.h virtual ~StitchingFunction();
StitchingFunction 176 lib/pdf/xpdf/Function.h virtual Function *copy() { return new StitchingFunction(this); }
StitchingFunction 189 lib/pdf/xpdf/Function.h StitchingFunction(StitchingFunction *func);