Home
last modified time | relevance | path

Searched refs:nLastLat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp626 int nLastLon = 0, nLastLat = 0; in FlushCurrentSectorCompressedCase() local
641 GIntBig nDiff64Lat = pasLonLatIn[i].nLat - nLastLat; in FlushCurrentSectorCompressedCase()
653 nLastLat = pasLonLatIn[i].nLat; in FlushCurrentSectorCompressedCase()
1045 int nLastLon = 0, nLastLat = 0; in DecompressSector() local
1057 pasLonLatOut[i].nLat = (int)(nLastLat + ReadVarSInt64(&pabyPtr)); in DecompressSector()
1067 nLastLat = pasLonLatOut[i].nLat; in DecompressSector()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp616 int nLastLat = 0; in FlushCurrentSectorCompressedCase() local
632 const GIntBig nDiff64Lat = pasLonLatIn[i].nLat - nLastLat; in FlushCurrentSectorCompressedCase()
644 nLastLat = pasLonLatIn[i].nLat; in FlushCurrentSectorCompressedCase()
1025 int nLastLat = 0; in DecompressSector() local
1036 pasLonLatOut[i].nLat = (int)(nLastLat + ReadVarSInt64(&pabyPtr)); in DecompressSector()
1046 nLastLat = pasLonLatOut[i].nLat; in DecompressSector()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp616 int nLastLat = 0; in FlushCurrentSectorCompressedCase() local
632 const GIntBig nDiff64Lat = pasLonLatIn[i].nLat - nLastLat; in FlushCurrentSectorCompressedCase()
644 nLastLat = pasLonLatIn[i].nLat; in FlushCurrentSectorCompressedCase()
1025 int nLastLat = 0; in DecompressSector() local
1036 pasLonLatOut[i].nLat = (int)(nLastLat + ReadVarSInt64(&pabyPtr)); in DecompressSector()
1046 nLastLat = pasLonLatOut[i].nLat; in DecompressSector()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dogrosmdatasource.cpp616 int nLastLat = 0; in FlushCurrentSectorCompressedCase() local
632 const GIntBig nDiff64Lat = pasLonLatIn[i].nLat - nLastLat; in FlushCurrentSectorCompressedCase()
644 nLastLat = pasLonLatIn[i].nLat; in FlushCurrentSectorCompressedCase()
1025 int nLastLat = 0; in DecompressSector() local
1036 pasLonLatOut[i].nLat = (int)(nLastLat + ReadVarSInt64(&pabyPtr)); in DecompressSector()
1046 nLastLat = pasLonLatOut[i].nLat; in DecompressSector()