Searched refs:v_Call (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psfunc.h | 25 bool v_Call(const float* inputs, float* results) const override;
|
D | cpdf_expintfunc.h | 23 bool v_Call(const float* inputs, float* results) const override;
|
D | cpdf_stitchfunc.h | 24 bool v_Call(const float* inputs, float* results) const override;
|
D | cpdf_psfunc.cpp | 23 bool CPDF_PSFunc::v_Call(const float* inputs, float* results) const { in v_Call() function in CPDF_PSFunc
|
D | cpdf_sampledfunc.h | 37 bool v_Call(const float* inputs, float* results) const override;
|
D | cpdf_expintfunc.cpp | 56 bool CPDF_ExpIntFunc::v_Call(const float* inputs, float* results) const { in v_Call() function in CPDF_ExpIntFunc
|
D | cpdf_function.h | 61 virtual bool v_Call(const float* inputs, float* results) const = 0;
|
D | cpdf_stitchfunc.cpp | 109 bool CPDF_StitchFunc::v_Call(const float* inputs, float* results) const { in v_Call() function in CPDF_StitchFunc
|
D | cpdf_function.cpp | 138 if (!v_Call(clamped_inputs.data(), results)) in Call()
|
D | cpdf_sampledfunc.cpp | 102 bool CPDF_SampledFunc::v_Call(const float* inputs, float* results) const { in v_Call() function in CPDF_SampledFunc
|