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

Function msDrawLineOgl

mapogl.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int msDrawLineOgl(imageObj *img, shapeObj *p, strokeStyleObj *style)
64{
65 OglRenderer* renderer = getOglRenderer(img);
66 renderer->renderPolyline(p, style->color, style->width, style->patternlength, style->pattern);
67 return MS_SUCCESS;
68}
69
70int msDrawPolygonOgl(imageObj *img, shapeObj *p, colorObj *color)
71{

Callers

nothing calls this directly

Calls 2

getOglRendererFunction · 0.85
renderPolylineMethod · 0.80

Tested by

no test coverage detected