Home
last modified time | relevance | path

Searched refs:nSubGridSize (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalarraybandblockcache.cpp222 const int nSubGridSize = in AdoptBlock() local
226 VSICalloc(1, nSubGridSize) ); in AdoptBlock()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalarraybandblockcache.cpp222 const int nSubGridSize = in AdoptBlock() local
226 VSICalloc(1, nSubGridSize) ); in AdoptBlock()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalarraybandblockcache.cpp222 const int nSubGridSize = in AdoptBlock() local
226 VSICalloc(1, nSubGridSize) ); in AdoptBlock()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalrasterband.cpp712 int nSubGridSize = in AdoptBlock() local
715 papoBlocks[nSubBlock] = (GDALRasterBlock *) VSIMalloc(nSubGridSize); in AdoptBlock()
723 memset( papoBlocks[nSubBlock], 0, nSubGridSize ); in AdoptBlock()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalrasterband.cpp865 const int nSubGridSize = in AdoptBlock() local
868 papoBlocks[nSubBlock] = (GDALRasterBlock *) VSICalloc(1, nSubGridSize); in AdoptBlock()