MCPcopy Create free account
hub / github.com/MapServer/MapServer / msRenderGlyphsOgl

Function msRenderGlyphsOgl

mapogl.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141int msRenderGlyphsOgl(imageObj *img, double x, double y,
142 labelStyleObj *style, char *text)
143{
144 OglRenderer* renderer = getOglRenderer(img);
145 renderer->renderGlyphs(x, y, style->color, style->outlinecolor, style->size, style->font, text, style->rotation, NULL, 0.0, 0.0);
146 return MS_SUCCESS;
147}
148
149int msMergeRasterBufferOgl(imageObj *dest, rasterBufferObj *overlay, double opacity, int srcX, int srcY, int dstX, int dstY, int width, int height)
150{

Callers

nothing calls this directly

Calls 2

getOglRendererFunction · 0.85
renderGlyphsMethod · 0.45

Tested by

no test coverage detected