Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp387 CPDF_Object* pProperty = GetObject(0); in Handle_BeginMarkedContent_Dictionary() local
388 if (pProperty == NULL) { in Handle_BeginMarkedContent_Dictionary()
392 if (pProperty->GetType() == PDFOBJ_NAME) { in Handle_BeginMarkedContent_Dictionary()
393 pProperty = FindResourceObj(FX_BSTRC("Properties"), pProperty->GetString()); in Handle_BeginMarkedContent_Dictionary()
394 if (pProperty == NULL) { in Handle_BeginMarkedContent_Dictionary()
399 if (pProperty->GetType() != PDFOBJ_DICTIONARY) { in Handle_BeginMarkedContent_Dictionary()
402 m_CurContentMark.GetModify()->AddMark(tag, (CPDF_Dictionary*)pProperty, bDirect); in Handle_BeginMarkedContent_Dictionary()