Searched refs:pFormObj (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 361 const CPDF_FormObject* pFormObj = pObj->AsForm(); in DrawObjWithBackground() local 362 if (pFormObj) in DrawObjWithBackground() 363 pFormResource = pFormObj->form()->GetDict()->GetDictFor("Resources"); in DrawObjWithBackground() 375 bool CPDF_RenderStatus::ProcessForm(const CPDF_FormObject* pFormObj, in ProcessForm() argument 380 const CPDF_Dictionary* pOC = pFormObj->form()->GetDict()->GetDictFor("OC"); in ProcessForm() 385 CFX_Matrix matrix = pFormObj->form_matrix() * mtObj2Device; in ProcessForm() 387 pFormObj->form()->GetDict()->GetDictFor("Resources"); in ProcessForm() 394 status.Initialize(this, pFormObj); in ProcessForm() 398 status.RenderObjectList(pFormObj->form(), matrix); in ProcessForm() 614 const CPDF_FormObject* pFormObj = pPageObj->AsForm(); in ProcessTransparency() local [all …]
|
D | cpdf_renderstatus.h | 167 bool ProcessForm(const CPDF_FormObject* pFormObj,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpage.cpp | 92 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in CalcBoundingBox() local 93 pFormObj->CalcBoundingBox(); in CalcBoundingBox() 863 CPDF_FormObject* pFormObj = CPDFFormObjectFromFPDFPageObject(form_object); in FPDFFormObj_GetMatrix() local 864 if (!pFormObj || !matrix) in FPDFFormObj_GetMatrix() 867 *matrix = FSMatrixFromCFXMatrix(pFormObj->form_matrix()); in FPDFFormObj_GetMatrix()
|
D | fpdf_edit_embeddertest.cpp | 2201 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in TEST_F() local 2202 pFormObj->Transform(pFormObj->form_matrix().GetInverse()); in TEST_F() 2206 pFormObj->Transform(CFXMatrixFromFSMatrix(kMatrix)); in TEST_F()
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.h | 106 void ProcessFormObject(CPDF_FormObject* pFormObj,
|
D | cpdf_textpage.cpp | 604 void CPDF_TextPage::ProcessFormObject(CPDF_FormObject* pFormObj, in ProcessFormObject() argument 606 CFX_Matrix curFormMatrix = pFormObj->form_matrix() * formMatrix; in ProcessFormObject() 607 const CPDF_PageObjectHolder* pHolder = pFormObj->form(); in ProcessFormObject()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 778 auto pFormObj = pdfium::MakeUnique<CPDF_FormObject>(GetCurrentStreamIndex(), in AddForm() local 781 pFormObj->form()->BackgroundAlphaNeeded()) { in AddForm() 784 pFormObj->CalcBoundingBox(); in AddForm() 785 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm() 786 m_pObjectHolder->AppendPageObject(std::move(pFormObj)); in AddForm()
|