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

  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 67 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict;
69 if(pAnnotDict->KeyExist("IT"))
70 cbString = pAnnotDict->GetString("IT");
92 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict;
94 if(pAnnotDict->KeyExist("FT"))
96 cbString = pAnnotDict->GetString("FT");
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 84 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict;
85 if (pOCContext != NULL && pAnnotDict != NULL &&
86 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict(FX_BSTRC("OC")))) {
178 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict, CPDF_Annot::AppearanceMode mode)
180 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP");
201 CFX_ByteString as = pAnnotDict->GetString("AS");
203 CFX_ByteString value = pAnnotDict->GetString(FX_BSTRC("V"));
205 value = pAnnotDict->GetDict(FX_BSTRC("Parent"))->GetString(FX_BSTRC("V"));
doc_form.cpp     [all...]

Completed in 36 milliseconds