Home
last modified time | relevance | path

Searched refs:v_Init (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dpageint.h53 virtual bool v_Init(CPDF_Object* pObj) = 0;
69 bool v_Init(CPDF_Object* pObj) override;
95 bool v_Init(CPDF_Object* pObj) override;
120 bool v_Init(CPDF_Object* pObj) override;
Dfpdf_page_func.cpp88 bool v_Init(CPDF_Object* pObj) override;
95 bool CPDF_PSFunc::v_Init(CPDF_Object* pObj) { in v_Init() function in __anona975b4290111::CPDF_PSFunc
488 bool CPDF_SampledFunc::v_Init(CPDF_Object* pObj) { in v_Init() function in CPDF_SampledFunc
618 bool CPDF_ExpIntFunc::v_Init(CPDF_Object* pObj) { in v_Init() function in CPDF_ExpIntFunc
666 bool CPDF_StitchFunc::v_Init(CPDF_Object* pObj) { in v_Init() function in CPDF_StitchFunc
808 if (!v_Init(pObj)) in Init()