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

  /external/pdfium/core/fpdfapi/parser/
cpdf_dictionary.h 66 CPDF_Object* SetFor(const CFX_ByteString& key,
76 SetFor(key, pdfium::MakeUnique<T>(std::forward<Args>(args)...)));
82 return static_cast<T*>(SetFor(
cpdf_dictionary.cpp 175 CPDF_Object* CPDF_Dictionary::SetFor(const CFX_ByteString& key,
cpdf_syntax_parser.cpp 465 pDict->SetFor(keyNoSlash, std::move(pObj));
473 pDict->SetFor("Contents", GetObject(pObjList, objnum, gennum, false));
582 pDict->SetFor(CFX_ByteString(key.c_str() + 1, key.GetLength() - 1),
cpdf_object_unittest.cpp     [all...]
cpdf_document.cpp 313 pBaseDict->SetFor("Widths", std::move(pWidths));
330 pFontDesc->SetFor("FontBBox", std::move(bbox));
    [all...]
cpdf_parser.cpp 809 m_pTrailer->SetFor(key, pElement->Clone());
    [all...]
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 68 pCurPageDict->SetFor(key, pInheritable->Clone());
209 pCurPageDict->SetFor(cbSrcKeyStr, pObj->Clone());
220 pCurPageDict->SetFor("MediaBox", pInheritable->Clone());
388 pDstDict->SetFor("ViewerPreferences", pSrcDict->CloneDirectObject());
fpdfedittext.cpp 114 fontDesc->SetFor("FontBBox", std::move(pBBox));
cpdfsdk_baannot.cpp 371 m_pAnnot->GetAnnotDict()->SetFor("AA", pdfium::WrapUnique(aa.GetDict()));
  /external/pdfium/testing/libfuzzer/
pdf_hint_table_fuzzer.cc 82 linearized_dict->SetFor("H", std::move(hint_info));
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 1106 pParent->SetFor("FT", pFTValue->Clone());
1112 pParent->SetFor("Ff", pFfValue->Clone());
1121 pDict->SetFor("T", std::move(pClone));
    [all...]
cpvt_generateap.cpp 196 pStreamDict->SetFor("Resources", pFormDict->GetDictFor("DR")->Clone());
447 pStreamDict->SetFor("Resources", pFormDict->GetDictFor("DR")->Clone());
564 pExtGStateDict->SetFor(sExtGSDictName, std::move(pGSDict));
591 pResourceDict->SetFor("ExtGState", std::move(pExtGStateDict));
593 pResourceDict->SetFor("Font", std::move(pResourceFontDict));
617 pStreamDict->SetFor("Resources", std::move(pResourceDict));
    [all...]
cpdf_formfield.cpp 225 m_pDict->SetFor("V", std::move(pClone));
227 m_pDict->SetFor("RV", pDV->Clone());
577 m_pDict->SetFor("V", std::move(pArray));
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 355 pDict->SetFor(key, std::move(pObj));
cpdf_docpagedata.cpp 186 pDict->SetFor("Encoding",
  /external/pdfium/core/fpdfapi/font/
cpdf_fontencoding.cpp     [all...]

Completed in 837 milliseconds