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

Function msDrawStartShape

mapdraw.c:2758–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2756 */
2757
2758void msDrawStartShape(mapObj *map, layerObj *layer, imageObj *image,
2759 shapeObj *shape)
2760{
2761 if (image)
2762 {
2763 if(MS_RENDERER_PLUGIN(image->format))
2764 {
2765 if (image->format->vtable->startShape)
2766 image->format->vtable->startShape(image, shape);
2767 }
2768
2769
2770 }
2771}
2772
2773
2774/**

Callers 4

msDrawShapeFunction · 0.85
msDrawPieChartLayerFunction · 0.85
msDrawVBarChartLayerFunction · 0.85
msDrawBarChartLayerFunction · 0.85

Calls 1

startShapeMethod · 0.80

Tested by

no test coverage detected