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

Function shapeObj_draw

mapscript/php/mapscript_i.c:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 }
1010
1011int shapeObj_draw(shapeObj *self, mapObj *map, layerObj *layer,
1012 imageObj *img) {
1013 return msDrawShape(map, layer, self, img, -1, MS_FALSE);
1014 }
1015
1016void shapeObj_setBounds(shapeObj *self) {
1017 int i, j;

Callers 1

shape.cFile · 0.85

Calls 1

msDrawShapeFunction · 0.85

Tested by

no test coverage detected