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

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 17 CPDF_Array* pAnnots = m_pPageDict->GetArray("Annots");
18 if (pAnnots == NULL) {
24 for (FX_DWORD i = 0; i < pAnnots->GetCount(); i ++) {
25 CPDF_Dictionary* pDict = (CPDF_Dictionary*)pAnnots->GetElementValue(i);
36 pAnnots->InsertAt(i, pAction);
37 pAnnots->RemoveAt(i + 1);
38 pDict = pAnnots->GetDict(i);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 92 CPDF_Array* pAnnots = pPageDic->GetArray("Annots");
93 if (pAnnots)
95 FX_DWORD dwSize = pAnnots->GetCount();
99 CPDF_Object* pObj = pAnnots->GetElementValue(i);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 251 milliseconds