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

Function msMergeRasterBufferOgl

mapogl.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int msMergeRasterBufferOgl(imageObj *dest, rasterBufferObj *overlay, double opacity, int srcX, int srcY, int dstX, int dstY, int width, int height)
150{
151 OglRenderer* renderer = getOglRenderer(dest);
152 renderer->drawRasterBuffer(overlay, opacity, srcX, srcY, dstX, dstY, width, height);
153 return MS_SUCCESS;
154}
155
156imageObj* msImageCreateOgl(int width, int height, outputFormatObj *format, colorObj* bg)
157{

Callers

nothing calls this directly

Calls 2

getOglRendererFunction · 0.85
drawRasterBufferMethod · 0.80

Tested by

no test coverage detected