Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:pForm

159         void* pForm;

161 m_APMap.GetNextAssoc(pos, pForm, pObjects);
223 CPDF_Form* pForm;
224 if (m_APMap.Lookup(pStream, (void*&)pForm)) {
225 return pForm;
227 pForm = FX_NEW CPDF_Form(m_pList->m_pDocument, pPage->m_pResources, pStream);
228 if (pForm == NULL) {
231 pForm->ParseContent(NULL, NULL, NULL, NULL);
232 m_APMap.SetAt(pStream, pForm);
233 return pForm;
237 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode);
238 if (!pForm) {
241 CFX_FloatRect form_bbox = pForm->m_pFormDict->GetRect(FX_BSTRC("BBox"));
242 CFX_Matrix form_matrix = pForm->m_pFormDict->GetMatrix(FX_BSTRC("Matrix"));
248 return pForm;
254 CPDF_Form* pForm = FPDFDOC_Annot_GetMatrix(pPage, this, mode, pUser2Device, matrix);
255 if (!pForm) {
260 context.DrawObjectList(pDevice, pForm, &matrix, pOptions);
266 CPDF_Form* pForm = FPDFDOC_Annot_GetMatrix(pPage, this, mode, pUser2Device, matrix);
267 if (!pForm) {
270 ((CPDF_RenderContext*)pContext)->AppendObjectList(pForm, &matrix);