HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_StitchFunc (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_stitchfunc.cpp 7 #include "core/fpdfapi/page/cpdf_stitchfunc.h"
15 CPDF_StitchFunc::CPDF_StitchFunc()
20 CPDF_StitchFunc::~CPDF_StitchFunc() {
25 bool CPDF_StitchFunc::v_Init(CPDF_Object* pObj) {
79 bool CPDF_StitchFunc::v_Call(float* inputs, float* outputs) const {
cpdf_stitchfunc.h 15 class CPDF_StitchFunc : public CPDF_Function {
17 CPDF_StitchFunc();
18 ~CPDF_StitchFunc() override;

Completed in 60 milliseconds