Searched defs:pAttrs (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp325 static CPDF_Dictionary* FindAttrDict(CPDF_Object* pAttrs, FX_BSTR owner, FX_FLOAT nLevel = 0.0F) argument
330 if (pAttrs == NULL) {
334 if (pAttrs->GetType() == PDFOBJ_DICTIONARY) {
335 pDict = (CPDF_Dictionary*)pAttrs;
336 } else if (pAttrs->GetType() == PDFOBJ_STREAM) {
337 pDict = ((CPDF_Stream*)pAttrs)->GetDict();
338 } else if (pAttrs->GetType() == PDFOBJ_ARRAY) {
339 CPDF_Array* pArray = (CPDF_Array*)pAttrs;

Completed in 63 milliseconds