Home
last modified time | relevance | path

Searched refs:pageBox (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfPage.cpp266 PdfRect pageBox; in GetPageBox() local
275 pageBox.FromArray( pObj->GetArray() ); in GetPageBox()
283 pageBox = GetPageBox( "CropBox" ); in GetPageBox()
289 pageBox = GetPageBox( "MediaBox" ); in GetPageBox()
292 return pageBox; in GetPageBox()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DWfs.cpp158 wxStaticBox *pageBox = new wxStaticBox(this, ID_WFS_PAGE, in CreateControls() local
162 wxBoxSizer *pageBoxSizer = new wxStaticBoxSizer(pageBox, wxHORIZONTAL); in CreateControls()
370 wxStaticBox *pageBox = (wxStaticBox *) FindWindow(ID_WFS_PAGE); in SelectLayer() local
371 pageBox->SetLabel(wxT("Multiple WFS Paged Requests")); in SelectLayer()
480 wxStaticBox *pageBox = (wxStaticBox *) FindWindow(ID_WFS_PAGE); in OnPagingChanged() local
486 pageBox->SetLabel(wxT("Monolithic WFS Request")); in OnPagingChanged()
491 pageBox->SetLabel(wxT("Multiple WFS Paged Requests")); in OnPagingChanged()
883 wxStaticBox *pageBox = (wxStaticBox *) FindWindow(ID_WFS_PAGE); in OnReset() local
884 pageBox->SetLabel(wxT("Monolithic WFS Request")); in OnReset()
1042 wxStaticBox *pageBox = (wxStaticBox *) FindWindow(ID_WFS_PAGE); in OnKeyReset() local
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/plugin/core/
H A Dgvrender_core_pov.c476 job->pageBox.LL.x, job->pageBox.LL.y, job->pageBox.UR.x, in pov_begin_graph()
477 job->pageBox.UR.y); in pov_begin_graph()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DPowerPoint1Parser.cxx1376 MWAWBox2i pageBox(MWAWVec2i(dim[1],dim[0]),MWAWVec2i(dim[3],dim[2])); in readDocInfo() local
1377 f << "dim[page]=" << pageBox << ","; in readDocInfo()
1388 MWAWVec2i pageSize = pageBox.size(); in readDocInfo()
1397 if (pageBox[0][1]>=paperBox[0][1]) in readDocInfo()
1398 getPageSpan().setMarginTop(double(pageBox[0][1]-paperBox[0][1])*unit/72.0); in readDocInfo()
1399 if (pageBox[1][1]<=paperBox[1][1]) in readDocInfo()
1400 getPageSpan().setMarginBottom(double(paperBox[1][1]-pageBox[1][1])*unit/72.0); in readDocInfo()
1401 if (pageBox[0][0]>=paperBox[0][0]) in readDocInfo()
1402 getPageSpan().setMarginLeft(double(pageBox[0][0]-paperBox[0][0])*unit/72.0); in readDocInfo()
1403 if (pageBox[1][0]<=paperBox[1][0]) in readDocInfo()
[all …]
H A DPowerPoint3Parser.cxx1186 MWAWBox2i pageBox(MWAWVec2i(dim[1],dim[0]),MWAWVec2i(dim[3],dim[2])); in readDocInfo() local
1187 f << "dim[page]=" << pageBox << ","; in readDocInfo()
1196 MWAWVec2i pageSize = pageBox.size(); in readDocInfo()
1201 std::swap(pageBox, paperBox); in readDocInfo()
1222 if (pageBox[0][1]>=paperBox[0][1]) in readDocInfo()
1223 getPageSpan().setMarginTop(double(pageBox[0][1]-paperBox[0][1])/576.0); in readDocInfo()
1224 if (pageBox[1][1]<=paperBox[1][1]) in readDocInfo()
1226 if (pageBox[0][0]>=paperBox[0][0]) in readDocInfo()
1227 getPageSpan().setMarginLeft(double(pageBox[0][0]-paperBox[0][0])/576.0); in readDocInfo()
1228 if (pageBox[1][0]<=paperBox[1][0]) in readDocInfo()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/python/comics_project_management_tools/
H A Dcomics_project_manager_docker.py240 pageBox = QWidget()
241 pageBox.setLayout(QVBoxLayout())
249 pageBox.layout().addWidget(self.projectName)
250 pageBox.layout().addWidget(zoomSlider)
251 pageBox.layout().addWidget(self.comicPageList)
252 baseLayout.addWidget(pageBox)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfparser.cpp599 wxPdfArrayDouble* pageBox = NULL; in GetPageBox() local
606 pageBox = GetPageBox(parent, boxIndex); in GetPageBox()
612 pageBox = new wxPdfArrayDouble(); in GetPageBox()
617 pageBox->Add(item->GetValue()); in GetPageBox()
620 return pageBox; in GetPageBox()
H A Dpdftemplate.cpp331 wxPdfDocument::ImportPage(unsigned int pageno, wxPdfPageBox pageBox) in ImportPage() argument
340 switch (pageBox) in ImportPage()
/dports/graphics/graphviz/graphviz-2.44.1/lib/gvc/
H A Dgvcjob.h323 boxf pageBox; /* current page in graph units */ member
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Demit.c1678 job->pageBox.LL.x = pagesArrayElem.x * job->pageSize.x - job->pad.x; in setup_page()
1679 job->pageBox.LL.y = pagesArrayElem.y * job->pageSize.y - job->pad.y; in setup_page()
1680 job->pageBox.UR.x = job->pageBox.LL.x + job->pageSize.x; in setup_page()
1681 job->pageBox.UR.y = job->pageBox.LL.y + job->pageSize.y; in setup_page()
1728 job->pageBox.LL.x, job->pageBox.LL.y, job->pageBox.UR.x, job->pageBox.UR.y, in setup_page()
3513 p[0] = job->pageBox.LL; in emit_page()
3514 p[1] = job->pageBox.UR; in emit_page()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
H A DGfxState.h1068 GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox,
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
H A DGfxState.h1068 GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox,
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DGfxState.cc3737 GfxState::GfxState(double hDPI, double vDPI, PDFRectangle *pageBox, in GfxState() argument
3742 px1 = pageBox->x1; in GfxState()
3743 py1 = pageBox->y1; in GfxState()
3744 px2 = pageBox->x2; in GfxState()
3745 py2 = pageBox->y2; in GfxState()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DGfxState.cc3631 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3638 px1 = pageBox->x1; in GfxState()
3639 py1 = pageBox->y1; in GfxState()
3640 px2 = pageBox->x2; in GfxState()
3641 py2 = pageBox->y2; in GfxState()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DGfxState.cc3923 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
3931 px1 = pageBox->x1; in GfxState()
3932 py1 = pageBox->y1; in GfxState()
3933 px2 = pageBox->x2; in GfxState()
3934 py2 = pageBox->y2; in GfxState()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DGfxState.cc4181 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
4189 px1 = pageBox->x1; in GfxState()
4190 py1 = pageBox->y1; in GfxState()
4191 px2 = pageBox->x2; in GfxState()
4192 py2 = pageBox->y2; in GfxState()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DGfxState.cc4181 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
4189 px1 = pageBox->x1; in GfxState()
4190 py1 = pageBox->y1; in GfxState()
4191 px2 = pageBox->x2; in GfxState()
4192 py2 = pageBox->y2; in GfxState()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfdocument.h2379 virtual int ImportPage(unsigned int pageno, wxPdfPageBox pageBox = wxPDF_PAGEBOX_ARTBOX);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DGfxState.cc4640 GfxState::GfxState(double hDPIA, double vDPIA, PDFRectangle *pageBox, in GfxState() argument
4647 px1 = pageBox->x1; in GfxState()
4648 py1 = pageBox->y1; in GfxState()
4649 px2 = pageBox->x2; in GfxState()
4650 py2 = pageBox->y2; in GfxState()

12