Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1011
int shapeObj_draw(shapeObj *self, mapObj *map, layerObj *layer,
1012
imageObj *img) {
1013
return msDrawShape(map, layer, self, img, -1, MS_FALSE);
1014
}
1015
1016
void shapeObj_setBounds(shapeObj *self) {
1017
int i, j;
Callers
1
shape.c
File · 0.85
Calls
1
msDrawShape
Function · 0.85
Tested by
no test coverage detected