Home
last modified time | relevance | path

Searched refs:poPageDict (Results 1 – 23 of 23) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dgdal_pdf.h188 void GuessDPI(GDALPDFDictionary* poPageDict, int* pnBands);
208 CPLString FindLayerOCG(GDALPDFDictionary* poPageDict,
210 void FindLayersGeneric(GDALPDFDictionary* poPageDict);
258 int OpenVectorLayers(GDALPDFDictionary* poPageDict);
H A Dpdfdataset.cpp1903 void PDFDataset::GuessDPI(GDALPDFDictionary* poPageDict, int* pnBands) in GuessDPI() argument
1915 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI()
2128 if ( (poUserUnit = poPageDict->Get("UserUnit")) != NULL && in GuessDPI()
2524 CPLString PDFDataset::FindLayerOCG(GDALPDFDictionary* poPageDict, in FindLayerOCG() argument
2528 poPageDict->LookupObject("Resources.Properties"); in FindLayerOCG()
2563 void PDFDataset::FindLayersGeneric(GDALPDFDictionary* poPageDict) in FindLayersGeneric() argument
2566 poPageDict->LookupObject("Resources.Properties"); in FindLayersGeneric()
2950 GDALPDFDictionary* poPageDict = poPageObj->GetDictionary(); in Open() local
2951 if ( poPageDict == NULL ) in Open()
3016 poDS->GuessDPI(poPageDict, &nBandsGuessed); in Open()
[all …]
H A Dpdfcreatecopy.h195 GDALPDFDictionaryRW* poPageDict,
H A Dpdfreadvectors.cpp43 int PDFDataset::OpenVectorLayers(GDALPDFDictionary* poPageDict) in OpenVectorLayers() argument
49 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers()
57 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers()
H A Dpdfcreatecopy.cpp285 GDALPDFDictionaryRW* poPageDict, in UpdateProj() argument
296 CPLAssert(poPageDict != NULL); in UpdateProj()
307 GDALPDFObject* poVP = poPageDict->Get("VP"); in UpdateProj()
323 poPageDict->Remove("VP"); in UpdateProj()
324 poPageDict->Remove("LGIDict"); in UpdateProj()
328 poPageDict->Add("VP", &((new GDALPDFArrayRW())-> in UpdateProj()
334 poPageDict->Add("LGIDict", nLGIDictId, 0); in UpdateProj()
338 VSIFPrintfL(fp, "%s\n", poPageDict->Serialize().c_str()); in UpdateProj()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h254 void GuessDPI(GDALPDFDictionary* poPageDict, int* pnBands);
312 CPLString FindLayerOCG(GDALPDFDictionary* poPageDict,
314 void FindLayersGeneric(GDALPDFDictionary* poPageDict);
366 int OpenVectorLayers(GDALPDFDictionary* poPageDict);
H A Dpdfreadvectors.cpp46 int PDFDataset::OpenVectorLayers(GDALPDFDictionary* poPageDict) in OpenVectorLayers() argument
52 if( poPageDict == nullptr ) in OpenVectorLayers()
54 poPageDict = poPageObj->GetDictionary(); in OpenVectorLayers()
55 if ( poPageDict == nullptr ) in OpenVectorLayers()
63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers()
71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers()
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI()
3335 if ( (poUserUnit = poPageDict->Get("UserUnit")) != nullptr && in GuessDPI()
4041 CPLString PDFDataset::FindLayerOCG(GDALPDFDictionary* poPageDict, argument
4045 poPageDict->LookupObject("Resources.Properties");
4080 void PDFDataset::FindLayersGeneric(GDALPDFDictionary* poPageDict) argument
4083 poPageDict->LookupObject("Resources.Properties");
4556 GDALPDFDictionary* poPageDict = poPageObj->GetDictionary(); local
4557 if ( poPageDict == nullptr )
4632 poDS->GuessDPI(poPageDict, &nBandsGuessed);
5041 poDS->FindLayersGeneric(poPageDict);
[all …]
H A Dpdfcreatecopy.h335 GDALPDFDictionaryRW* poPageDict,
H A Dpdfcreatefromcomposition.cpp2269 auto poPageDict = poPageObj->GetDictionary(); in WritePDF() local
2270 if( !poPageDict ) in WritePDF()
2272 auto poContents = poPageDict->Get("Contents"); in WritePDF()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF()
H A Dpdfcreatecopy.cpp322 GDALPDFDictionaryRW* poPageDict, in UpdateProj() argument
333 CPLAssert(poPageDict != nullptr); in UpdateProj()
344 GDALPDFObject* poVP = poPageDict->Get("VP"); in UpdateProj()
360 poPageDict->Remove("VP"); in UpdateProj()
361 poPageDict->Remove("LGIDict"); in UpdateProj()
365 poPageDict->Add("VP", &((new GDALPDFArrayRW())-> in UpdateProj()
371 poPageDict->Add("LGIDict", nLGIDictId, 0); in UpdateProj()
375 VSIFPrintfL(m_fp, "%s\n", poPageDict->Serialize().c_str()); in UpdateProj()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h254 void GuessDPI(GDALPDFDictionary* poPageDict, int* pnBands);
312 CPLString FindLayerOCG(GDALPDFDictionary* poPageDict,
314 void FindLayersGeneric(GDALPDFDictionary* poPageDict);
366 int OpenVectorLayers(GDALPDFDictionary* poPageDict);
H A Dpdfreadvectors.cpp46 int PDFDataset::OpenVectorLayers(GDALPDFDictionary* poPageDict) in OpenVectorLayers() argument
52 if( poPageDict == nullptr ) in OpenVectorLayers()
54 poPageDict = poPageObj->GetDictionary(); in OpenVectorLayers()
55 if ( poPageDict == nullptr ) in OpenVectorLayers()
63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers()
71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers()
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI()
3335 if ( (poUserUnit = poPageDict->Get("UserUnit")) != nullptr && in GuessDPI()
4041 CPLString PDFDataset::FindLayerOCG(GDALPDFDictionary* poPageDict, argument
4045 poPageDict->LookupObject("Resources.Properties");
4080 void PDFDataset::FindLayersGeneric(GDALPDFDictionary* poPageDict) argument
4083 poPageDict->LookupObject("Resources.Properties");
4556 GDALPDFDictionary* poPageDict = poPageObj->GetDictionary(); local
4557 if ( poPageDict == nullptr )
4632 poDS->GuessDPI(poPageDict, &nBandsGuessed);
5041 poDS->FindLayersGeneric(poPageDict);
[all …]
H A Dpdfcreatecopy.h335 GDALPDFDictionaryRW* poPageDict,
H A Dpdfcreatefromcomposition.cpp2269 auto poPageDict = poPageObj->GetDictionary(); in WritePDF() local
2270 if( !poPageDict ) in WritePDF()
2272 auto poContents = poPageDict->Get("Contents"); in WritePDF()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF()
H A Dpdfcreatecopy.cpp322 GDALPDFDictionaryRW* poPageDict, in UpdateProj() argument
333 CPLAssert(poPageDict != nullptr); in UpdateProj()
344 GDALPDFObject* poVP = poPageDict->Get("VP"); in UpdateProj()
360 poPageDict->Remove("VP"); in UpdateProj()
361 poPageDict->Remove("LGIDict"); in UpdateProj()
365 poPageDict->Add("VP", &((new GDALPDFArrayRW())-> in UpdateProj()
371 poPageDict->Add("LGIDict", nLGIDictId, 0); in UpdateProj()
375 VSIFPrintfL(m_fp, "%s\n", poPageDict->Serialize().c_str()); in UpdateProj()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dgdal_pdf.h254 void GuessDPI(GDALPDFDictionary* poPageDict, int* pnBands);
312 CPLString FindLayerOCG(GDALPDFDictionary* poPageDict,
314 void FindLayersGeneric(GDALPDFDictionary* poPageDict);
366 int OpenVectorLayers(GDALPDFDictionary* poPageDict);
H A Dpdfreadvectors.cpp46 int PDFDataset::OpenVectorLayers(GDALPDFDictionary* poPageDict) in OpenVectorLayers() argument
52 if( poPageDict == nullptr ) in OpenVectorLayers()
54 poPageDict = poPageObj->GetDictionary(); in OpenVectorLayers()
55 if ( poPageDict == nullptr ) in OpenVectorLayers()
63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers()
71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers()
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI()
3335 if ( (poUserUnit = poPageDict->Get("UserUnit")) != nullptr && in GuessDPI()
4041 CPLString PDFDataset::FindLayerOCG(GDALPDFDictionary* poPageDict, argument
4045 poPageDict->LookupObject("Resources.Properties");
4080 void PDFDataset::FindLayersGeneric(GDALPDFDictionary* poPageDict) argument
4083 poPageDict->LookupObject("Resources.Properties");
4556 GDALPDFDictionary* poPageDict = poPageObj->GetDictionary(); local
4557 if ( poPageDict == nullptr )
4632 poDS->GuessDPI(poPageDict, &nBandsGuessed);
5041 poDS->FindLayersGeneric(poPageDict);
[all …]
H A Dpdfcreatecopy.h335 GDALPDFDictionaryRW* poPageDict,
H A Dpdfcreatefromcomposition.cpp2269 auto poPageDict = poPageObj->GetDictionary(); in WritePDF() local
2270 if( !poPageDict ) in WritePDF()
2272 auto poContents = poPageDict->Get("Contents"); in WritePDF()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF()
H A Dpdfcreatecopy.cpp322 GDALPDFDictionaryRW* poPageDict, in UpdateProj() argument
333 CPLAssert(poPageDict != nullptr); in UpdateProj()
344 GDALPDFObject* poVP = poPageDict->Get("VP"); in UpdateProj()
360 poPageDict->Remove("VP"); in UpdateProj()
361 poPageDict->Remove("LGIDict"); in UpdateProj()
365 poPageDict->Add("VP", &((new GDALPDFArrayRW())-> in UpdateProj()
371 poPageDict->Add("LGIDict", nLGIDictId, 0); in UpdateProj()
375 VSIFPrintfL(m_fp, "%s\n", poPageDict->Serialize().c_str()); in UpdateProj()