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

Function msSaveImageOgl

mapogl.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int msSaveImageOgl(imageObj *img, FILE *fp, outputFormatObj *format)
56{
57 rasterBufferObj data;
58 OglRenderer* renderer = getOglRenderer(img);
59 renderer->readRasterBuffer(&data);
60 return msSaveRasterBuffer(NULL,&data,fp,img->format );
61}
62
63int msDrawLineOgl(imageObj *img, shapeObj *p, strokeStyleObj *style)
64{

Callers

nothing calls this directly

Calls 3

getOglRendererFunction · 0.85
msSaveRasterBufferFunction · 0.85
readRasterBufferMethod · 0.80

Tested by

no test coverage detected