Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp700 ByteString csAlias = PDF_NameDecode(csNameTag.AsStringView()); in GetFormFont() local
701 if (!m_pFormDict || csAlias.IsEmpty()) in GetFormFont()
712 RetainPtr<CPDF_Dictionary> pElement = pFonts->GetMutableDictFor(csAlias); in GetFormFont()