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

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 43 auto pAnnotDict =
45 pAnnotDict->SetNewFor<CPDF_Name>("Type", "Annot");
46 pAnnotDict->SetNewFor<CPDF_Name>("Subtype", "Popup");
47 pAnnotDict->SetNewFor<CPDF_String>("T", pParentDict->GetStringFor("T"),
49 pAnnotDict->SetNewFor<CPDF_String>("Contents", sContents.UTF8Encode(), false);
69 pAnnotDict->SetRectFor("Rect", popupRect);
70 pAnnotDict->SetNewFor<CPDF_Number>("F", 0);
73 pdfium::MakeUnique<CPDF_Annot>(std::move(pAnnotDict), pDocument);
78 void GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) {
79 if (!pAnnotDict || pAnnotDict->GetStringFor("Subtype") != "Widget"
    [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");
fpdfeditpage.cpp 310 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
311 CPDF_Array* pRectArray = pAnnotDict->GetArrayFor("Rect");
315 pRectArray = pAnnotDict->SetNewFor<CPDF_Array>("Rect");

Completed in 897 milliseconds