Home
last modified time | relevance | path

Searched refs:pIntent (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp30 const CPDF_Object* pIntent = pDict->GetDirectObjectFor("Intent"); in HasIntent() local
31 if (!pIntent) in HasIntent()
35 if (const CPDF_Array* pArray = pIntent->AsArray()) { in HasIntent()
43 bsIntent = pIntent->GetString(); in HasIntent()