HomeSort by relevance Sort by last modified time
    Searched defs:pAnnot (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 73 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
74 if (pAnnot == NULL) {
77 if (pAnnot->GetString("Subtype") != "Link") {
80 pList->Add(pAnnot);
doc_annot.cpp 40 CPDF_Annot* pAnnot = FX_NEW CPDF_Annot(pDict);
41 if (pAnnot == NULL) {
44 pAnnot->m_pList = this;
45 m_AnnotList.Add(pAnnot);
67 CPDF_Annot* pAnnot = (CPDF_Annot*)m_AnnotList[i];
68 FX_BOOL bWidget = pAnnot->GetSubType() == "Widget";
72 FX_DWORD annot_flags = pAnnot->GetFlags();
84 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict;
91 pAnnot->GetRect(annot_rect_f);
103 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
    [all...]
doc_form.cpp 858 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
859 if (pAnnot == NULL) {
863 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
878 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
879 if (pAnnot == NULL) {
883 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
900 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i - 1);
901 if (pAnnot == NULL) {
905 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 296 CPDF_Annot* pAnnot = AnnotList.GetAt(i);
299 pAnnot->GetRect(rect);
303 pRectArray = pAnnot->m_pAnnotDict->GetArray("Rect");
309 pAnnot->m_pAnnotDict->SetAt("Rect",pRectArray);
fsdk_mgr.cpp 115 CPDFSDK_Annot* pAnnot = pFFL->GetSDKAnnot();
116 ASSERT(pAnnot);
117 CPDF_Page* pPage = pAnnot->GetPDFPage();
473 void CPDFSDK_Document::UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot)
485 pPageView->UpdateView(pAnnot);
495 FX_BOOL CPDFSDK_Document::SetFocusAnnot(CPDFSDK_Annot* pAnnot,FX_UINT nFlag)
498 if(m_pFocusAnnot==pAnnot) return TRUE;
504 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
505 if(pAnnot && pPageView->IsValid())
511 if (!pAnnotHandler->Annot_OnSetFocus(pAnnot,nFlag))
    [all...]
fsdk_baseform.cpp 25 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm) :
26 CPDFSDK_Annot(pAnnot, pPageView),
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 34 CPDFSDK_Annot * pAnnot = NULL;
36 m_Maps.GetNextAssoc(pos,pAnnot,pFormFiller);
42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Point point)
44 CPDF_Rect rc = pAnnot->GetRect();
50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot)
52 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE))
54 return pFormFiller->GetViewBBox(pPageView, pAnnot);
59 ASSERT(pAnnot != NULL);
61 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
    [all...]

Completed in 251 milliseconds