Searched refs:v_Call (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_expintfunc.h | 19 bool v_Call(float* inputs, float* results) const override;
|
D | cpdf_psfunc.h | 22 bool v_Call(float* inputs, float* results) const override;
|
D | cpdf_stitchfunc.h | 22 bool v_Call(float* inputs, float* results) const override;
|
D | cpdf_sampledfunc.h | 34 bool v_Call(float* inputs, float* results) const override;
|
D | cpdf_psfunc.cpp | 23 bool CPDF_PSFunc::v_Call(float* inputs, float* results) const { in v_Call() function in CPDF_PSFunc
|
D | cpdf_function.h | 55 virtual bool v_Call(float* inputs, float* results) const = 0;
|
D | cpdf_expintfunc.cpp | 52 bool CPDF_ExpIntFunc::v_Call(float* inputs, float* results) const { in v_Call() function in CPDF_ExpIntFunc
|
D | cpdf_stitchfunc.cpp | 79 bool CPDF_StitchFunc::v_Call(float* inputs, float* outputs) const { in v_Call() function in CPDF_StitchFunc
|
D | cpdf_function.cpp | 116 v_Call(inputs, results); in Call()
|
D | cpdf_sampledfunc.cpp | 93 bool CPDF_SampledFunc::v_Call(float* inputs, float* results) const { in v_Call() function in CPDF_SampledFunc
|