HomeSort by relevance Sort by last modified time
    Searched refs:csDA (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 238 CFX_ByteString csDA;
260 csDA = "/" + PDF_NameEncode(csDefault) + " 0 Tf";
263 if (!csDA.IsEmpty()) {
264 csDA += " ";
266 csDA += "0 g";
268 pFormDict->SetAtString("DA", csDA);
doc_form.cpp 824 CFX_ByteString csDA;
826 return csDA;
828 csDA = m_pFormDict->GetString("DA");
829 return csDA;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 473 CPDF_DefaultAppearance(const CFX_ByteString& csDA = "") { m_csDA = csDA; }
481 const CPDF_DefaultAppearance& operator=(const CFX_ByteString& csDA) {
482 m_csDA = csDA;

Completed in 2641 milliseconds