Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdffontsubsetcff.cpp118 m_topDict = new wxPdfCffDictionary(); in wxPdfFontSubsetCff()
187 DestructDictionary(m_topDict); in ~wxPdfFontSubsetCff()
555 SetDictElementArgument(m_topDict, FDARRAY_OP, buffer); in ReadTopDict()
557 RemoveDictElement(m_topDict, ENCODING_OP); in ReadTopDict()
558 RemoveDictElement(m_topDict, PRIVATE_OP); in ReadTopDict()
560 RemoveDictElement(m_topDict, UNIQUEID_OP); in ReadTopDict()
561 RemoveDictElement(m_topDict, XUID_OP); in ReadTopDict()
823 SetDictElementArgument(m_topDict, ROS_OP, rosBuffer); in SetRosStrings()
924 SubsetDictStrings(m_topDict); in SubsetStrings()
1068 WriteDict(m_topDict); in WriteTopDict()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdffontsubsetcff.h254 wxPdfCffDictionary* m_topDict; ///< reference of the top dictionary variable