Home
last modified time | relevance | path

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

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapdraw.c1035 ref_rendermode = MS_FIRST_MATCHING_CLASS; in msDrawVectorLayer()
1040 ref_rendermode = MS_FIRST_MATCHING_CLASS; in msDrawVectorLayer()
1092 rendermode = MS_FIRST_MATCHING_CLASS; in msDrawVectorLayer()
1095 if (rendermode == MS_FIRST_MATCHING_CLASS) in msDrawVectorLayer()
H A Dmapserver.h492 enum MS_RENDER_MODE {MS_FIRST_MATCHING_CLASS, MS_ALL_MATCHING_CLASSES}; enumerator
H A Dmapfile.c3567 layer->rendermode = MS_FIRST_MATCHING_CLASS; in initLayer()