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

Function msDrawLineTiledOgl

mapogl.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80//}
81
82int msDrawLineTiledOgl(imageObj *img, shapeObj *p, imageObj *tile)
83{
84 OglRenderer* renderer = getOglRenderer(img);
85 renderer->renderPolylineTile(p, getOglRenderer(tile)->getTexture());
86 return MS_SUCCESS;
87}
88
89int msDrawPolygonTiledOgl(imageObj *img, shapeObj *p, imageObj *tile)
90{

Callers

nothing calls this directly

Calls 3

getOglRendererFunction · 0.85
renderPolylineTileMethod · 0.80
getTextureMethod · 0.80

Tested by

no test coverage detected