Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapraster.c761 return msDrawRasterLayerLowWithDataset(map, layer, image, rb, NULL); in msDrawRasterLayerLow()
764 int msDrawRasterLayerLowWithDataset(mapObj *map, layerObj *layer, imageObj *image, in msDrawRasterLayerLowWithDataset() function
H A Dmapwcs.c2245 status = msDrawRasterLayerLowWithDataset( map, lp, image, NULL, hDS ); in msWCSGetCoverage()
2259 status = msDrawRasterLayerLowWithDataset( map, lp, image, &rb, hDS ); in msWCSGetCoverage()
H A Dmapwcs20.c4913 status = msDrawRasterLayerLowWithDataset( map, layer, image, NULL, hDS ); in msWCSGetCoverage20()
4922 status = msDrawRasterLayerLowWithDataset( map, layer, image, &rb, hDS ); in msWCSGetCoverage20()
H A Dmapserver.h2650 …int msDrawRasterLayerLowWithDataset(mapObj *map, layerObj *layer, imageObj *image, rasterBufferObj…