Home | History | Annotate | Download | only in page

Lines Matching defs:pFormObj

780   auto pFormObj = pdfium::MakeUnique<CPDF_FormObject>(std::move(form), matrix);
782 pFormObj->form()->BackgroundAlphaNeeded()) {
785 pFormObj->CalcBoundingBox();
786 SetGraphicStates(pFormObj.get(), true, true, true);
787 m_pObjectHolder->GetPageObjectList()->push_back(std::move(pFormObj));