Home
last modified time | relevance | path

Searched refs:postlabelcache (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dlegend.c85 else IF_GET_LONG("postlabelcache", php_legend->legend->postlabelcache) in PHP_METHOD()
121 else IF_SET_LONG("postlabelcache", php_legend->legend->postlabelcache, value) in PHP_METHOD()
H A Dscalebar.c90 else IF_GET_LONG("postlabelcache", php_scalebar->scalebar->postlabelcache) in PHP_METHOD()
127 else IF_SET_LONG("postlabelcache", php_scalebar->scalebar->postlabelcache, value) in PHP_METHOD()
H A Dlayer.c307 … else IF_GET_LONG("postlabelcache", php_layer->layer->postlabelcache) in PHP_METHOD()
388 … else IF_SET_LONG("postlabelcache", php_layer->layer->postlabelcache, value) in PHP_METHOD()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapcopy.c869 MS_COPYSTELEM(postlabelcache); in msCopyScalebar()
907 MS_COPYSTELEM(postlabelcache); in msCopyLegend()
1059 MS_COPYSTELEM(postlabelcache); in msCopyLayer()
H A Dmapdraw.c358 if(lp->postlabelcache) /* wait to draw */ in msDrawMap()
441 if(map->scalebar.status == MS_EMBED && !map->scalebar.postlabelcache) { in msDrawMap()
466 if(map->legend.status == MS_EMBED && !map->legend.postlabelcache) { in msDrawMap()
496 if(!lp->postlabelcache) continue; in msDrawMap()
542 if(map->legend.status == MS_EMBED && map->legend.postlabelcache) in msDrawMap()
555 if(map->scalebar.status == MS_EMBED && map->scalebar.postlabelcache) { in msDrawMap()
707 if(layer->postlabelcache) { in msDrawLayer()
H A Dmapfile.c3616 layer->postlabelcache = MS_FALSE; in initLayer()
4418 if((layer->postlabelcache = getSymbol(2, MS_TRUE, MS_FALSE)) == -1) return(-1); in loadLayer()
4419 if(layer->postlabelcache) in loadLayer()
4739 writeKeyword(stream, indent, "POSTLABELCACHE", layer->postlabelcache, 1, MS_TRUE, "TRUE"); in writeLayer()
5207 legend->postlabelcache = MS_FALSE; /* draw with labels */ in initLegend()
5259 if((legend->postlabelcache = getSymbol(2, MS_TRUE,MS_FALSE)) == -1) return(-1); in loadLegend()
5320 writeKeyword(stream, indent, "POSTLABELCACHE", legend->postlabelcache, 1, MS_TRUE, "TRUE"); in writeLegend()
5371 scalebar->postlabelcache = MS_FALSE; /* draw with labels */ in initScalebar()
5422 if((scalebar->postlabelcache = getSymbol(2, MS_TRUE,MS_FALSE)) == -1) return(-1); in loadScalebar()
5498 writeKeyword(stream, indent, "POSTLABELCACHE", scalebar->postlabelcache, 1, MS_TRUE, "TRUE"); in writeScalebar()
H A Dmapscale.c477 if(map->scalebar.postlabelcache) { /* add it directly to the image */ in msEmbedScalebar()
H A Dmapserver.h1430 int postlabelcache; member
1459 int postlabelcache; member
1687 int labelcache, postlabelcache; /* on or off */ member
H A Dmaplexer.l372 <INITIAL>postlabelcache { MS_LEXER_RETURN_TOKEN(POSTLABELCACHE); }
H A Dmaplegend.c914 if(map->legend.postlabelcache) { /* add it directly to the image */ in msEmbedLegend()