• Home
  • Raw
  • Download

Lines Matching refs:pForm

160 void UpdateContentStream(CPDF_Form* pForm, CPDF_Stream* pStream) {  in UpdateContentStream()  argument
161 ASSERT(pForm); in UpdateContentStream()
164 CPDF_PageContentGenerator generator(pForm); in UpdateContentStream()
264 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in GetFormField() local
265 if (!pForm) in GetFormField()
268 CPDF_InteractiveForm* pPDFForm = pForm->GetInteractiveForm(); in GetFormField()
415 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_UpdateObject() local
417 std::find_if(pForm->begin(), pForm->end(), in FPDFAnnot_UpdateObject()
421 if (it == pForm->end()) in FPDFAnnot_UpdateObject()
425 UpdateContentStream(pForm, pStream); in FPDFAnnot_UpdateObject()
461 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_AppendObject() local
463 std::find_if(pForm->begin(), pForm->end(), in FPDFAnnot_AppendObject()
467 if (it != pForm->end()) in FPDFAnnot_AppendObject()
471 pForm->AppendPageObject(pdfium::WrapUnique(pObj)); in FPDFAnnot_AppendObject()
474 UpdateContentStream(pForm, pStream); in FPDFAnnot_AppendObject()
943 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDFAnnot_GetFormFieldAtPoint() local
944 if (!pForm) in FPDFAnnot_GetFormFieldAtPoint()
951 CPDF_InteractiveForm* pPDFForm = pForm->GetInteractiveForm(); in FPDFAnnot_GetFormFieldAtPoint()
1020 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDFAnnot_GetFontSize() local
1021 if (!pForm) in FPDFAnnot_GetFontSize()
1028 CPDF_InteractiveForm* pPDFForm = pForm->GetInteractiveForm(); in FPDFAnnot_GetFontSize()
1033 CPDFSDK_Widget* pWidget = pForm->GetWidget(pFormControl); in FPDFAnnot_GetFontSize()
1043 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDFAnnot_IsChecked() local
1044 if (!pForm) in FPDFAnnot_IsChecked()
1051 CPDF_InteractiveForm* pPDFForm = pForm->GetInteractiveForm(); in FPDFAnnot_IsChecked()
1065 CPDFSDK_Widget* pWidget = pForm->GetWidget(pFormControl); in FPDFAnnot_IsChecked()