Home
last modified time | relevance | path

Searched refs:QPDF_PDFTOPDF_PageHandle (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc29 QPDF_PDFTOPDF_PageHandle::QPDF_PDFTOPDF_PageHandle(QPDFObjectHandle page,int orig_no) // {{{ in QPDF_PDFTOPDF_PageHandle() function in QPDF_PDFTOPDF_PageHandle
37 QPDF_PDFTOPDF_PageHandle::QPDF_PDFTOPDF_PageHandle(QPDF *pdf,float width,float height) // {{{ in QPDF_PDFTOPDF_PageHandle() function in QPDF_PDFTOPDF_PageHandle
61 PageRect QPDF_PDFTOPDF_PageHandle::getRect() const // {{{ in getRect()
72 bool QPDF_PDFTOPDF_PageHandle::isExisting() const // {{{ in isExisting()
79 QPDFObjectHandle QPDF_PDFTOPDF_PageHandle::get() // {{{ in get()
98 static PageRect ungetRect(PageRect rect,const QPDF_PDFTOPDF_PageHandle &ph,Rotation rotation,QPDFOb… in ungetRect()
123 void QPDF_PDFTOPDF_PageHandle::add_border_rect(const PageRect &_rect,BorderType border,float fscale… in add_border_rect()
179 Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect &cropRect,Rotation orientation,Rotation para… in crop()
249 bool QPDF_PDFTOPDF_PageHandle::is_landscape(Rotation orientation) in is_landscape()
269 void QPDF_PDFTOPDF_PageHandle::add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xp… in add_subpage()
[all …]
Dqpdf_pdftopdf_processor.h7 class QPDF_PDFTOPDF_PageHandle : public PDFTOPDF_PageHandle {
24 QPDF_PDFTOPDF_PageHandle(QPDFObjectHandle page,int orig_no=-1);
29 QPDF_PDFTOPDF_PageHandle(QPDF *pdf,float width,float height);
Dpdftopdf_processor.cc393 if (auto dbg=dynamic_cast<QPDF_PDFTOPDF_PageHandle *>(curpage.get())) { in processPDFTOPDF()