Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp29 CPDF_Object* pIntent = pDict->GetDirectObjectFor("Intent"); in HasIntent() local
30 if (!pIntent) in HasIntent()
34 if (CPDF_Array* pArray = pIntent->AsArray()) { in HasIntent()
42 bsIntent = pIntent->GetString(); in HasIntent()