Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
OglRenderer* getOglRenderer(imageObj* img)
51
{
52
return (OglRenderer*) img->img.plugin;
53
}
54
55
int msSaveImageOgl(imageObj *img, FILE *fp, outputFormatObj *format)
56
{
Callers
15
msSaveImageOgl
Function · 0.85
msDrawLineOgl
Function · 0.85
msDrawPolygonOgl
Function · 0.85
msDrawLineTiledOgl
Function · 0.85
msDrawPolygonTiledOgl
Function · 0.85
msRenderPixmapOgl
Function · 0.85
msRenderVectorSymbolOgl
Function · 0.85
msRenderTruetypeSymbolOgl
Function · 0.85
msRenderTileOgl
Function · 0.85
msRenderGlyphsOgl
Function · 0.85
msMergeRasterBufferOgl
Function · 0.85
msRenderEllipseOgl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected