Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfreadvectors.cpp57 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers() local
58 if (poResources == NULL || poResources->GetType() != PDFObjectType_Dictionary) in OpenVectorLayers()
66 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
70 ExploreContents(poContents, poResources); in OpenVectorLayers()
992 if (poResources == NULL) in ParseContent()
1435 GDALPDFObject* poResources) in ExploreContents() argument
1443 ExploreContents(poArray->Get(i), poResources); in ExploreContents()
1562 if (poResources != NULL && in ExploreContentsNonStructured()
1563 poResources->GetType() == PDFObjectType_Dictionary) in ExploreContentsNonStructured()
1566 poResources->GetDictionary()->Get("Properties"); in ExploreContentsNonStructured()
[all …]
H A Dgdal_pdf.h236 void ExploreContents(GDALPDFObject* poObj, GDALPDFObject* poResources);
239 GDALPDFObject* poResources,
241 …void ExploreContentsNonStructured(GDALPDFObject* poObj, GDALPDFObject* poResources);
249 GDALPDFObject* poResources,
H A Dpdfcreatecopy.cpp2570 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteOGRFeature() local
2571 poResources->Add("ExtGState", poExtGState); in WriteOGRFeature()
2576 poResources->Add("XObject", poDictXObject); in WriteOGRFeature()
2581 oDict.Add("Resources", poResources); in WriteOGRFeature()
2793 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteOGRFeature() local
2804 poResources->Add("ExtGState", poExtGState); in WriteOGRFeature()
2817 poResources->Add("Font", poDictFont); in WriteOGRFeature()
2819 oDict.Add("Resources", poResources); in WriteOGRFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers() local
72 if (poResources == nullptr || poResources->GetType() != PDFObjectType_Dictionary) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
621 GDALPDFObject* poResources, in ParseContent() argument
1143 if (poResources == nullptr) in ParseContent()
1608 GDALPDFObject* poResources, in ExploreContents() argument
1757 if (poResources != nullptr && in ExploreContentsNonStructured()
1758 poResources->GetType() == PDFObjectType_Dictionary) in ExploreContentsNonStructured()
1761 poResources->GetDictionary()->Get("Properties"); in ExploreContentsNonStructured()
[all …]
H A Dgdal_pdf.h343 …void ExploreContents(GDALPDFObject* poObj, GDALPDFObject* poResources, int nDepth, …
346 GDALPDFObject* poResources,
349 …void ExploreContentsNonStructured(GDALPDFObject* poObj, GDALPDFObject* poResources);
357 GDALPDFObject* poResources,
H A Dpdfcreatefromcomposition.cpp1588 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteRaster() local
1589 poResources->Add("XObject", poXObjects); in WriteRaster()
1598 .Add("Resources", poResources); in WriteRaster()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF() local
2289 if( !poResources ) in WritePDF()
2296 auto nClonedResources = SerializeAndRenumber(poResources); in WritePDF()
H A Dpdfcreatecopy.cpp3078 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteLabel() local
3089 poResources->Add("ExtGState", poExtGState); in WriteLabel()
3100 poResources->Add("Font", poDictFont); in WriteLabel()
3102 oDict.Add("Resources", poResources); in WriteLabel()
3263 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteOGRFeature() local
3264 poResources->Add("ExtGState", poExtGState); in WriteOGRFeature()
3269 poResources->Add("XObject", poDictXObject); in WriteOGRFeature()
3274 oDict.Add("Resources", poResources); in WriteOGRFeature()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers() local
72 if (poResources == nullptr || poResources->GetType() != PDFObjectType_Dictionary) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
621 GDALPDFObject* poResources, in ParseContent() argument
1143 if (poResources == nullptr) in ParseContent()
1608 GDALPDFObject* poResources, in ExploreContents() argument
1757 if (poResources != nullptr && in ExploreContentsNonStructured()
1758 poResources->GetType() == PDFObjectType_Dictionary) in ExploreContentsNonStructured()
1761 poResources->GetDictionary()->Get("Properties"); in ExploreContentsNonStructured()
[all …]
H A Dgdal_pdf.h343 …void ExploreContents(GDALPDFObject* poObj, GDALPDFObject* poResources, int nDepth, …
346 GDALPDFObject* poResources,
349 …void ExploreContentsNonStructured(GDALPDFObject* poObj, GDALPDFObject* poResources);
357 GDALPDFObject* poResources,
H A Dpdfcreatefromcomposition.cpp1588 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteRaster() local
1589 poResources->Add("XObject", poXObjects); in WriteRaster()
1598 .Add("Resources", poResources); in WriteRaster()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF() local
2289 if( !poResources ) in WritePDF()
2296 auto nClonedResources = SerializeAndRenumber(poResources); in WritePDF()
H A Dpdfcreatecopy.cpp3078 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteLabel() local
3089 poResources->Add("ExtGState", poExtGState); in WriteLabel()
3100 poResources->Add("Font", poDictFont); in WriteLabel()
3102 oDict.Add("Resources", poResources); in WriteLabel()
3263 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteOGRFeature() local
3264 poResources->Add("ExtGState", poExtGState); in WriteOGRFeature()
3269 poResources->Add("XObject", poDictXObject); in WriteOGRFeature()
3274 oDict.Add("Resources", poResources); in WriteOGRFeature()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfreadvectors.cpp71 GDALPDFObject* poResources = poPageDict->Get("Resources"); in OpenVectorLayers() local
72 if (poResources == nullptr || poResources->GetType() != PDFObjectType_Dictionary) in OpenVectorLayers()
80 ExploreContentsNonStructured(poContents, poResources); in OpenVectorLayers()
87 ExploreContents(poContents, poResources, nDepth, nVisited, bStop); in OpenVectorLayers()
621 GDALPDFObject* poResources, in ParseContent() argument
1143 if (poResources == nullptr) in ParseContent()
1608 GDALPDFObject* poResources, in ExploreContents() argument
1757 if (poResources != nullptr && in ExploreContentsNonStructured()
1758 poResources->GetType() == PDFObjectType_Dictionary) in ExploreContentsNonStructured()
1761 poResources->GetDictionary()->Get("Properties"); in ExploreContentsNonStructured()
[all …]
H A Dgdal_pdf.h343 …void ExploreContents(GDALPDFObject* poObj, GDALPDFObject* poResources, int nDepth, …
346 GDALPDFObject* poResources,
349 …void ExploreContentsNonStructured(GDALPDFObject* poObj, GDALPDFObject* poResources);
357 GDALPDFObject* poResources,
H A Dpdfcreatefromcomposition.cpp1588 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteRaster() local
1589 poResources->Add("XObject", poXObjects); in WriteRaster()
1598 .Add("Resources", poResources); in WriteRaster()
2288 auto poResources = poPageDict->Get("Resources"); in WritePDF() local
2289 if( !poResources ) in WritePDF()
2296 auto nClonedResources = SerializeAndRenumber(poResources); in WritePDF()
H A Dpdfcreatecopy.cpp3078 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteLabel() local
3089 poResources->Add("ExtGState", poExtGState); in WriteLabel()
3100 poResources->Add("Font", poDictFont); in WriteLabel()
3102 oDict.Add("Resources", poResources); in WriteLabel()
3263 GDALPDFDictionaryRW* poResources = new GDALPDFDictionaryRW(); in WriteOGRFeature() local
3264 poResources->Add("ExtGState", poExtGState); in WriteOGRFeature()
3269 poResources->Add("XObject", poDictXObject); in WriteOGRFeature()
3274 oDict.Add("Resources", poResources); in WriteOGRFeature()