Home
last modified time | relevance | path

Searched refs:sMaxY (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DTransposeOpImage.java249 int sMaxY = sMinY + sourceBounds.height - 1; in mapRect() local
255 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, mapForwards); in mapRect()
261 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, mapForwards); in mapRect()
269 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, mapForwards); in mapRect()
277 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, mapForwards); in mapRect()
343 int sMaxY = sMinY + sHeight - 1; in computeTile() local
374 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, true); in computeTile()
466 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, false); in computeTile()
500 int sMaxY = sMinY + sHeight - 1; in computeRect() local
524 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, false); in computeRect()
H A DTransposeBinaryOpImage.java131 int sMaxY = sMinY + sHeight - 1; in computeRect() local
137 mapPoint(pt, sMinX, sMinY, sMaxX, sMaxY, type, false); in computeRect()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ilwis/
H A Dilwisdataset.cpp503 string sMaxY = ReadElement("GeoRefCorners", "MaxY", pszRefName); in CollectTransformCoef() local
507 double deltaY = CPLAtof(sMaxY.c_str()) - CPLAtof(sMinY.c_str()); in CollectTransformCoef()
515 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()); in CollectTransformCoef()
520 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()) + PixelSizeY/2.0; in CollectTransformCoef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp512 std::string sMaxY = ReadElement("GeoRefCorners", "MaxY", pszRefName); in CollectTransformCoef() local
516 double deltaY = CPLAtof(sMaxY.c_str()) - CPLAtof(sMinY.c_str()); in CollectTransformCoef()
524 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()); in CollectTransformCoef()
529 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()) + PixelSizeY/2.0; in CollectTransformCoef()
/dports/graphics/gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp512 std::string sMaxY = ReadElement("GeoRefCorners", "MaxY", pszRefName); in CollectTransformCoef() local
516 double deltaY = CPLAtof(sMaxY.c_str()) - CPLAtof(sMinY.c_str()); in CollectTransformCoef()
524 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()); in CollectTransformCoef()
529 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()) + PixelSizeY/2.0; in CollectTransformCoef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ilwis/
H A Dilwisdataset.cpp512 std::string sMaxY = ReadElement("GeoRefCorners", "MaxY", pszRefName); in CollectTransformCoef() local
516 double deltaY = CPLAtof(sMaxY.c_str()) - CPLAtof(sMinY.c_str()); in CollectTransformCoef()
524 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()); in CollectTransformCoef()
529 adfGeoTransform[3] = CPLAtof(sMaxY.c_str()) + PixelSizeY/2.0; in CollectTransformCoef()