Home
last modified time | relevance | path

Searched refs:nSrcTypeSize (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtderivedrasterband.cpp772 const int nSrcTypeSize = GDALGetDataTypeSizeBytes(eSrcType); in IRasterIO() local
850 VSI_MALLOC3_VERBOSE(nSrcTypeSize, nExtBufXSize, nExtBufYSize); in IRasterIO()
875 eSrcType, nSrcTypeSize, in IRasterIO()
956 nSrcTypeSize, in IRasterIO()
957 nSrcTypeSize * nExtBufXSize, in IRasterIO()
963 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
965 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
970 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
973 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
985 nSrcTypeSize ); in IRasterIO()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtderivedrasterband.cpp772 const int nSrcTypeSize = GDALGetDataTypeSizeBytes(eSrcType); in IRasterIO() local
850 VSI_MALLOC3_VERBOSE(nSrcTypeSize, nExtBufXSize, nExtBufYSize); in IRasterIO()
875 eSrcType, nSrcTypeSize, in IRasterIO()
956 nSrcTypeSize, in IRasterIO()
957 nSrcTypeSize * nExtBufXSize, in IRasterIO()
963 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
965 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
970 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
973 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
985 nSrcTypeSize ); in IRasterIO()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtderivedrasterband.cpp772 const int nSrcTypeSize = GDALGetDataTypeSizeBytes(eSrcType); in IRasterIO() local
850 VSI_MALLOC3_VERBOSE(nSrcTypeSize, nExtBufXSize, nExtBufYSize); in IRasterIO()
875 eSrcType, nSrcTypeSize, in IRasterIO()
956 nSrcTypeSize, in IRasterIO()
957 nSrcTypeSize * nExtBufXSize, in IRasterIO()
963 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
965 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
970 memcpy( pabyBuffer + iY * nExtBufXSize * nSrcTypeSize, in IRasterIO()
973 nExtBufXSize * nSrcTypeSize ); in IRasterIO()
985 nSrcTypeSize ); in IRasterIO()
[all …]