Home
last modified time | relevance | path

Searched refs:pFormObj (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/
H A Dfpdfeditpage.cpp172 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in FPDFPage_InsertObject() local
173 pFormObj->CalcBoundingBox(); in FPDFPage_InsertObject()
235 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in FPDFPageObj_HasTransparency() local
236 if (pFormObj->m_pForm && in FPDFPageObj_HasTransparency()
237 (pFormObj->m_pForm->m_Transparency & PDFTRANS_ISOLATED)) in FPDFPageObj_HasTransparency()
239 if (pFormObj->m_pForm && in FPDFPageObj_HasTransparency()
240 (!(pFormObj->m_pForm->m_Transparency & PDFTRANS_ISOLATED) && in FPDFPageObj_HasTransparency()
241 (pFormObj->m_pForm->m_Transparency & PDFTRANS_GROUP))) in FPDFPageObj_HasTransparency()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp406 const CPDF_FormObject* pFormObj = pObj->AsForm(); in DrawObjWithBackground() local
407 if (pFormObj->m_pForm && pFormObj->m_pForm->m_pFormDict) { in DrawObjWithBackground()
419 FX_BOOL CPDF_RenderStatus::ProcessForm(const CPDF_FormObject* pFormObj, in ProcessForm() argument
429 CFX_Matrix matrix = pFormObj->m_FormMatrix; in ProcessForm()
432 if (pFormObj->m_pForm && pFormObj->m_pForm->m_pFormDict) { in ProcessForm()
433 pResources = pFormObj->m_pForm->m_pFormDict->GetDictBy("Resources"); in ProcessForm()
441 status.RenderObjectList(pFormObj->m_pForm.get(), &matrix); in ProcessForm()
698 const CPDF_FormObject* pFormObj = pPageObj->AsForm(); in ProcessTransparency() local
700 pFormObj->m_GeneralState.GetObject(); in ProcessTransparency()
704 Transparency = pFormObj->m_pForm->m_Transparency; in ProcessTransparency()
[all …]
H A Drender_int.h236 FX_BOOL ProcessForm(const CPDF_FormObject* pFormObj,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp353 const CPDF_FormObject* pFormObj = pObj->AsForm(); in DrawObjWithBackground() local
354 if (pFormObj) in DrawObjWithBackground()
367 bool CPDF_RenderStatus::ProcessForm(const CPDF_FormObject* pFormObj, in ProcessForm() argument
377 CFX_Matrix matrix = pFormObj->form_matrix() * mtObj2Device; in ProcessForm()
379 pFormObj->form()->GetDict()->GetDictFor("Resources"); in ProcessForm()
386 status.Initialize(this, pFormObj); in ProcessForm()
390 status.RenderObjectList(pFormObj->form(), matrix); in ProcessForm()
606 const CPDF_FormObject* pFormObj = pPageObj->AsForm(); in ProcessTransparency() local
607 if (pFormObj) { in ProcessTransparency()
608 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()
[all …]
H A Dcpdf_renderstatus.h169 bool ProcessForm(const CPDF_FormObject* pFormObj,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp361 const CPDF_FormObject* pFormObj = pObj->AsForm(); in DrawObjWithBackground() local
362 if (pFormObj) in DrawObjWithBackground()
375 bool CPDF_RenderStatus::ProcessForm(const CPDF_FormObject* pFormObj, in ProcessForm() argument
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
615 if (pFormObj) { in ProcessTransparency()
616 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()
[all …]
H A Dcpdf_renderstatus.h167 bool ProcessForm(const CPDF_FormObject* pFormObj,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpage.cpp92 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpage.cpp91 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in CalcBoundingBox() local
92 pFormObj->CalcBoundingBox(); in CalcBoundingBox()
860 CPDF_FormObject* pFormObj = CPDFFormObjectFromFPDFPageObject(form_object); in FPDFFormObj_GetMatrix() local
861 if (!pFormObj || !matrix) in FPDFFormObj_GetMatrix()
864 *matrix = FSMatrixFromCFXMatrix(pFormObj->form_matrix()); in FPDFFormObj_GetMatrix()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp772 std::unique_ptr<CPDF_FormObject> pFormObj(new CPDF_FormObject); in AddForm() local
773 pFormObj->m_pForm.reset( in AddForm()
775 pFormObj->m_FormMatrix = m_pCurStates->m_CTM; in AddForm()
776 pFormObj->m_FormMatrix.Concat(m_mtContentToUser); in AddForm()
782 pFormObj->m_pForm->ParseContent(&status, nullptr, nullptr, m_Level + 1); in AddForm()
784 pFormObj->m_pForm->BackgroundAlphaNeeded()) { in AddForm()
787 pFormObj->CalcBoundingBox(); in AddForm()
788 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm()
789 m_pObjectHolder->GetPageObjectList()->push_back(std::move(pFormObj)); in AddForm()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp753 std::unique_ptr<CPDF_FormObject> pFormObj(new CPDF_FormObject); in AddForm() local
754 pFormObj->m_pForm.reset( in AddForm()
756 pFormObj->m_FormMatrix = m_pCurStates->m_CTM; in AddForm()
757 pFormObj->m_FormMatrix.Concat(m_mtContentToUser); in AddForm()
763 pFormObj->m_pForm->ParseContent(&status, nullptr, nullptr, m_Level + 1); in AddForm()
765 pFormObj->m_pForm->BackgroundAlphaNeeded()) { in AddForm()
768 pFormObj->CalcBoundingBox(); in AddForm()
769 SetGraphicStates(pFormObj.get(), TRUE, TRUE, TRUE); in AddForm()
770 m_pObjectHolder->GetPageObjectList()->push_back(std::move(pFormObj)); in AddForm()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdfeditpage.cpp184 CPDF_FormObject* pFormObj = pPageObj->AsForm(); in FPDFPage_InsertObject() local
185 pFormObj->CalcBoundingBox(); in FPDFPage_InsertObject()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1221 const CPDF_FormObject* pFormObj = pObj->AsForm(); in DrawObjWithBackground() local
1222 if (pFormObj->m_pForm && pFormObj->m_pForm->m_pFormDict) { in DrawObjWithBackground()
1234 bool CPDF_RenderStatus::ProcessForm(const CPDF_FormObject* pFormObj, in ProcessForm() argument
1244 CFX_Matrix matrix = pFormObj->m_FormMatrix; in ProcessForm()
1247 if (pFormObj->m_pForm && pFormObj->m_pForm->m_pFormDict) { in ProcessForm()
1248 pResources = pFormObj->m_pForm->m_pFormDict->GetDictFor("Resources"); in ProcessForm()
1256 status.RenderObjectList(pFormObj->m_pForm.get(), &matrix); in ProcessForm()
1469 const CPDF_FormObject* pFormObj = pPageObj->AsForm(); in ProcessTransparency() local
1470 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()
1471 Transparency = pFormObj->m_pForm->m_Transparency; in ProcessTransparency()
[all …]
H A Dcpdf_renderstatus.h134 bool ProcessForm(const CPDF_FormObject* pFormObj,
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmundo.cxx342 FmFormObj* pFormObj = dynamic_cast<FmFormObj*>( pObj ); in Inserted() local
343 Inserted( pFormObj ); in Inserted()
456 FmFormObj* pFormObj = dynamic_cast<FmFormObj*>( pObj ); in Removed() local
457 Removed(pFormObj); in Removed()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmundo.cxx343 FmFormObj* pFormObj = dynamic_cast<FmFormObj*>( pObj ); in Inserted() local
344 Inserted( pFormObj ); in Inserted()
457 FmFormObj* pFormObj = dynamic_cast<FmFormObj*>( pObj ); in Removed() local
458 Removed(pFormObj); in Removed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdftext/
H A Dcpdf_textpage.h106 void ProcessFormObject(CPDF_FormObject* pFormObj,
H A Dcpdf_textpage.cpp605 void CPDF_TextPage::ProcessFormObject(CPDF_FormObject* pFormObj, in ProcessFormObject() argument
607 CFX_Matrix curFormMatrix = pFormObj->form_matrix() * formMatrix; in ProcessFormObject()
608 const CPDF_PageObjectHolder* pHolder = pFormObj->form(); in ProcessFormObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdftext/
H A Dcpdf_textpage.h108 void ProcessFormObject(CPDF_FormObject* pFormObj,
H A Dcpdf_textpage.cpp654 void CPDF_TextPage::ProcessFormObject(CPDF_FormObject* pFormObj, in ProcessFormObject() argument
656 CFX_Matrix curFormMatrix = pFormObj->form_matrix() * formMatrix; in ProcessFormObject()
657 const CPDF_PageObjectHolder* pHolder = pFormObj->form(); in ProcessFormObject()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdftext/
H A Dcpdf_textpage.h131 void ProcessFormObject(CPDF_FormObject* pFormObj,
H A Dcpdf_textpage.cpp607 void CPDF_TextPage::ProcessFormObject(CPDF_FormObject* pFormObj, in ProcessFormObject() argument
609 CPDF_PageObjectList* pObjectList = pFormObj->m_pForm->GetPageObjectList(); in ProcessFormObject()
614 curFormMatrix = pFormObj->m_FormMatrix; in ProcessFormObject()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdftext/include/
H A Dcpdf_textpage.h118 void ProcessFormObject(CPDF_FormObject* pFormObj,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp778 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp763 auto pFormObj = std::make_unique<CPDF_FormObject>(GetCurrentStreamIndex(), in AddForm() local
766 pFormObj->form()->BackgroundAlphaNeeded()) { in AddForm()
769 pFormObj->CalcBoundingBox(); in AddForm()
770 SetGraphicStates(pFormObj.get(), true, true, true); in AddForm()
771 m_pObjectHolder->AppendPageObject(std::move(pFormObj)); in AddForm()

12