Searched refs:msDrawLabelBounds (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/mapserver/mapserver-7.6.4/ |
H A D | mapdraw.c | 2761 … 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 D | maprendering.c | 968 int msDrawLabelBounds(mapObj *map, imageObj *image, label_bounds *bnds, styleObj *style, double sca… in msDrawLabelBounds() function
|
H A D | mapserver.h | 2595 …MS_DLL_EXPORT int WARN_UNUSED msDrawLabelBounds(mapObj *map, imageObj *image, label_bounds *bnds, …
|