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

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 40 auto pAnnotDict =
42 pAnnotDict->SetNewFor<CPDF_Name>("Type", "Annot");
43 pAnnotDict->SetNewFor<CPDF_Name>("Subtype", "Popup");
44 pAnnotDict->SetNewFor<CPDF_String>("T", pParentDict->GetStringFor("T"),
46 pAnnotDict->SetNewFor<CPDF_String>("Contents", sContents.UTF8Encode(), false);
53 pAnnotDict->SetRectFor("Rect", popupRect);
54 pAnnotDict->SetNewFor<CPDF_Number>("F", 0);
57 pdfium::MakeUnique<CPDF_Annot>(std::move(pAnnotDict), pDocument);
130 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
131 if (pOCContext && pAnnotDict &
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 54 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
56 if (pAnnotDict->KeyExist("IT"))
57 cbString = pAnnotDict->GetStringFor("IT");
69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
71 if (pAnnotDict->KeyExist("FT"))
72 cbString = pAnnotDict->GetStringFor("FT");

Completed in 169 milliseconds