Searched refs:csDA (Results 1 – 2 of 2) sorted by relevance
22 explicit CPDF_DefaultAppearance(const ByteString& csDA) : m_csDA(csDA) {} in CPDF_DefaultAppearance() argument
72 ByteString csDA; in InitDict() local91 csDA = "/" + PDF_NameEncode(csBaseName) + " 0 Tf"; in InitDict()93 if (!csDA.IsEmpty()) in InitDict()94 csDA += " "; in InitDict()96 csDA += "0 g"; in InitDict()98 pFormDict->SetNewFor<CPDF_String>("DA", csDA, false); in InitDict()