Home
last modified time | relevance | path

Searched refs:poContents (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfreadvectors.cpp49 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers() local
50 if (poContents == NULL) in OpenVectorLayers()
53 if (poContents->GetType() != PDFObjectType_Dictionary && in OpenVectorLayers()
54 poContents->GetType() != PDFObjectType_Array) in OpenVectorLayers()
66 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
70 ExploreContents(poContents, poResources); in OpenVectorLayers()
1510 if (poContents->GetType() == PDFObjectType_Array) in ExploreContentsNonStructuredInternal()
1512 GDALPDFArray* poArray = poContents->GetArray(); in ExploreContentsNonStructuredInternal()
1544 if (poContents->GetType() != PDFObjectType_Dictionary) in ExploreContentsNonStructuredInternal()
1547 GDALPDFStream* poStream = poContents->GetStream(); in ExploreContentsNonStructuredInternal()
[all …]
H A Dgdal_pdf.h238 void ExploreContentsNonStructuredInternal(GDALPDFObject* poContents,
H A Dpdfdataset.cpp1915 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI() local
1916 if (poContents != NULL && poContents->GetType() == PDFObjectType_Array) in GuessDPI()
1918 GDALPDFArray* poContentsArray = poContents->GetArray(); in GuessDPI()
1921 poContents = poContentsArray->Get(0); in GuessDPI()
1926 if (poContents != NULL && in GuessDPI()
1927 poContents->GetType() == PDFObjectType_Dictionary && in GuessDPI()
1933 GDALPDFStream* poPageStream = poContents->GetStream(); in GuessDPI()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers() local
64 if (poContents == nullptr) in OpenVectorLayers()
67 if (poContents->GetType() != PDFObjectType_Dictionary && in OpenVectorLayers()
68 poContents->GetType() != PDFObjectType_Array) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
1705 if (poContents->GetType() == PDFObjectType_Array) in ExploreContentsNonStructuredInternal()
1707 GDALPDFArray* poArray = poContents->GetArray(); in ExploreContentsNonStructuredInternal()
1739 if (poContents->GetType() != PDFObjectType_Dictionary) in ExploreContentsNonStructuredInternal()
1742 GDALPDFStream* poStream = poContents->GetStream(); in ExploreContentsNonStructuredInternal()
[all …]
H A Dpdfcreatefromcomposition.cpp2272 auto poContents = poPageDict->Get("Contents"); in WritePDF() local
2273 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in WritePDF()
2275 GDALPDFArray* poContentsArray = poContents->GetArray(); in WritePDF()
2278 poContents = poContentsArray->Get(0); in WritePDF()
2281 if (poContents == nullptr || in WritePDF()
2282 poContents->GetType() != PDFObjectType_Dictionary ) in WritePDF()
2319 auto poStream = poContents->GetStream(); in WritePDF()
H A Dgdal_pdf.h345 void ExploreContentsNonStructuredInternal(GDALPDFObject* poContents,
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI() local
3122 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in GuessDPI()
3124 GDALPDFArray* poContentsArray = poContents->GetArray(); in GuessDPI()
3127 poContents = poContentsArray->Get(0); in GuessDPI()
3132 if (poContents != nullptr && in GuessDPI()
3133 poContents->GetType() == PDFObjectType_Dictionary && in GuessDPI()
3139 GDALPDFStream* poPageStream = poContents->GetStream(); in GuessDPI()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers() local
64 if (poContents == nullptr) in OpenVectorLayers()
67 if (poContents->GetType() != PDFObjectType_Dictionary && in OpenVectorLayers()
68 poContents->GetType() != PDFObjectType_Array) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
1705 if (poContents->GetType() == PDFObjectType_Array) in ExploreContentsNonStructuredInternal()
1707 GDALPDFArray* poArray = poContents->GetArray(); in ExploreContentsNonStructuredInternal()
1739 if (poContents->GetType() != PDFObjectType_Dictionary) in ExploreContentsNonStructuredInternal()
1742 GDALPDFStream* poStream = poContents->GetStream(); in ExploreContentsNonStructuredInternal()
[all …]
H A Dpdfcreatefromcomposition.cpp2272 auto poContents = poPageDict->Get("Contents"); in WritePDF() local
2273 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in WritePDF()
2275 GDALPDFArray* poContentsArray = poContents->GetArray(); in WritePDF()
2278 poContents = poContentsArray->Get(0); in WritePDF()
2281 if (poContents == nullptr || in WritePDF()
2282 poContents->GetType() != PDFObjectType_Dictionary ) in WritePDF()
2319 auto poStream = poContents->GetStream(); in WritePDF()
H A Dgdal_pdf.h345 void ExploreContentsNonStructuredInternal(GDALPDFObject* poContents,
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI() local
3122 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in GuessDPI()
3124 GDALPDFArray* poContentsArray = poContents->GetArray(); in GuessDPI()
3127 poContents = poContentsArray->Get(0); in GuessDPI()
3132 if (poContents != nullptr && in GuessDPI()
3133 poContents->GetType() == PDFObjectType_Dictionary && in GuessDPI()
3139 GDALPDFStream* poPageStream = poContents->GetStream(); in GuessDPI()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp63 GDALPDFObject* poContents = poPageDict->Get("Contents"); in OpenVectorLayers() local
64 if (poContents == nullptr) in OpenVectorLayers()
67 if (poContents->GetType() != PDFObjectType_Dictionary && in OpenVectorLayers()
68 poContents->GetType() != PDFObjectType_Array) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
1705 if (poContents->GetType() == PDFObjectType_Array) in ExploreContentsNonStructuredInternal()
1707 GDALPDFArray* poArray = poContents->GetArray(); in ExploreContentsNonStructuredInternal()
1739 if (poContents->GetType() != PDFObjectType_Dictionary) in ExploreContentsNonStructuredInternal()
1742 GDALPDFStream* poStream = poContents->GetStream(); in ExploreContentsNonStructuredInternal()
[all …]
H A Dpdfcreatefromcomposition.cpp2272 auto poContents = poPageDict->Get("Contents"); in WritePDF() local
2273 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in WritePDF()
2275 GDALPDFArray* poContentsArray = poContents->GetArray(); in WritePDF()
2278 poContents = poContentsArray->Get(0); in WritePDF()
2281 if (poContents == nullptr || in WritePDF()
2282 poContents->GetType() != PDFObjectType_Dictionary ) in WritePDF()
2319 auto poStream = poContents->GetStream(); in WritePDF()
H A Dgdal_pdf.h345 void ExploreContentsNonStructuredInternal(GDALPDFObject* poContents,
H A Dpdfdataset.cpp3121 GDALPDFObject* poContents = poPageDict->Get("Contents"); in GuessDPI() local
3122 if (poContents != nullptr && poContents->GetType() == PDFObjectType_Array) in GuessDPI()
3124 GDALPDFArray* poContentsArray = poContents->GetArray(); in GuessDPI()
3127 poContents = poContentsArray->Get(0); in GuessDPI()
3132 if (poContents != nullptr && in GuessDPI()
3133 poContents->GetType() == PDFObjectType_Dictionary && in GuessDPI()
3139 GDALPDFStream* poPageStream = poContents->GetStream(); in GuessDPI()