Home
last modified time | relevance | path

Searched refs:poKids (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp121 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
124 .Add("Kids", poKids); in WritePages()
127 poKids->Add(m_asPageId[i], 0); in WritePages()
H A Dpdfcreatecopy.cpp4336 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
4339 .Add("Kids", poKids); in WritePages()
4342 poKids->Add(m_asPageId[i], 0); in WritePages()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp121 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
124 .Add("Kids", poKids); in WritePages()
127 poKids->Add(m_asPageId[i], 0); in WritePages()
H A Dpdfcreatecopy.cpp4336 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
4339 .Add("Kids", poKids); in WritePages()
4342 poKids->Add(m_asPageId[i], 0); in WritePages()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp121 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
124 .Add("Kids", poKids); in WritePages()
127 poKids->Add(m_asPageId[i], 0); in WritePages()
H A Dpdfcreatecopy.cpp4336 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
4339 .Add("Kids", poKids); in WritePages()
4342 poKids->Add(m_asPageId[i], 0); in WritePages()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfcreatecopy.cpp4046 GDALPDFArrayRW* poKids = new GDALPDFArrayRW(); in WritePages() local
4049 .Add("Kids", poKids); in WritePages()
4052 poKids->Add(asPageId[i], 0); in WritePages()