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

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp556 CFX_ByteStringC abbrName = _PDF_FindAbbrName(_PDF_InlineKeyAbbr, local
558 if (!abbrName.IsEmpty()) {
559 pDict->ReplaceKey(key, abbrName);
560 key = abbrName;
564 abbrName = _PDF_FindAbbrName(_PDF_InlineValueAbbr,
566 if (!abbrName.IsEmpty()) {
567 pDict->SetAtName(key, abbrName);
581 CFX_ByteStringC abbrName = _PDF_FindAbbrName(_PDF_InlineValueAbbr, local
583 if (!abbrName.IsEmpty()) {
584 pArray->SetAt(i, CPDF_Name::Create(abbrName));
[all...]

Completed in 33 milliseconds