Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfparser.h238 bool ParsePageTree(wxPdfDictionary* pages);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfparser.cpp265 ok = ParsePageTree(pages); in ParseDocument()
428 wxPdfParser::ParsePageTree(wxPdfDictionary* pages) in ParsePageTree() function in wxPdfParser
446 ok = ok && ParsePageTree(page); in ParsePageTree()