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

Function getOglRenderer

mapogl.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50OglRenderer* getOglRenderer(imageObj* img)
51{
52 return (OglRenderer*) img->img.plugin;
53}
54
55int msSaveImageOgl(imageObj *img, FILE *fp, outputFormatObj *format)
56{

Callers 15

msSaveImageOglFunction · 0.85
msDrawLineOglFunction · 0.85
msDrawPolygonOglFunction · 0.85
msDrawLineTiledOglFunction · 0.85
msDrawPolygonTiledOglFunction · 0.85
msRenderPixmapOglFunction · 0.85
msRenderVectorSymbolOglFunction · 0.85
msRenderTileOglFunction · 0.85
msRenderGlyphsOglFunction · 0.85
msMergeRasterBufferOglFunction · 0.85
msRenderEllipseOglFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected