Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dllrasterize.cpp113 int horizontal_x1, horizontal_x2; in GDALdllImageFilledPolygon() local
203 horizontal_x2 = (int) floor(padfX[ind1]+0.5); in GDALdllImageFilledPolygon()
205 if ( (horizontal_x1 > maxx) || (horizontal_x2 <= minx) ) in GDALdllImageFilledPolygon()
209 …pfnScanlineFunc( pCBData, y, horizontal_x1, horizontal_x2 - 1, (dfVariant == NULL)?0:dfVariant[0] … in GDALdllImageFilledPolygon()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp177 const int horizontal_x2 = in GDALdllImageFilledPolygon() local
180 if( (horizontal_x1 > maxx) || (horizontal_x2 <= minx) ) in GDALdllImageFilledPolygon()
185 horizontal_x2 - 1, in GDALdllImageFilledPolygon()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dllrasterize.cpp177 const int horizontal_x2 = in GDALdllImageFilledPolygon() local
180 if( (horizontal_x1 > maxx) || (horizontal_x2 <= minx) ) in GDALdllImageFilledPolygon()
185 horizontal_x2 - 1, in GDALdllImageFilledPolygon()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dllrasterize.cpp177 const int horizontal_x2 = in GDALdllImageFilledPolygon() local
180 if( (horizontal_x1 > maxx) || (horizontal_x2 <= minx) ) in GDALdllImageFilledPolygon()
185 horizontal_x2 - 1, in GDALdllImageFilledPolygon()