Home
last modified time | relevance | path

Searched refs:msDrawLabelBounds (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapdraw.c2761 … retval = msDrawLabelBounds(map,image,ts->style_bounds[i],ts->label->styles[i], ts->scalefactor); in msDrawOffsettedLabels()
3418 …if(UNLIKELY(MS_FAILURE == msDrawLabelBounds(map,image,textSymbolPtr->style_bounds[i],textSymbolPtr… in msDrawLabelCache()
3422 …if(UNLIKELY(MS_FAILURE == msDrawLabelBounds(map,image,&labelpoly_bounds,textSymbolPtr->label->styl… in msDrawLabelCache()
H A Dmaprendering.c968 int msDrawLabelBounds(mapObj *map, imageObj *image, label_bounds *bnds, styleObj *style, double sca… in msDrawLabelBounds() function
H A Dmapserver.h2595 …MS_DLL_EXPORT int WARN_UNUSED msDrawLabelBounds(mapObj *map, imageObj *image, label_bounds *bnds, …