MCPcopy Index your code
hub / github.com/MapServer/MapServer / msMapSetSize

Function msMapSetSize

mapobject.c:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369/************************************************************************/
370
371int msMapSetSize( mapObj *map, int width, int height )
372
373{
374 map->width = width;
375 map->height = height;
376
377 return msMapComputeGeotransform( map ); /* like SetRotation -- sean */
378}
379
380/************************************************************************/
381/* msMapComputeGeotransform() */

Callers 2

mainFunction · 0.85
map.cFile · 0.85

Calls 1

msMapComputeGeotransformFunction · 0.85

Tested by

no test coverage detected