Home
last modified time | relevance | path

Searched defs:SetForm (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.cpp24 void CPDF_AnnotContext::SetForm(CPDF_Stream* pStream) { in SetForm() function in CPDF_AnnotContext
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.cpp81 void CPDF_Type3Char::SetForm(std::unique_ptr<CPDF_Font::FormIface> pForm) { in SetForm() function in CPDF_Type3Char
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h49 void SetForm(dw_form_t form) { m_form = form; } in SetForm() function
/external/llvm-project/flang/runtime/
Dio-api.cpp732 bool IONAME(SetForm)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument