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

Method save

renderers/agg/include/agg_dda_line.h:145–149  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

143
144 //--------------------------------------------------------------------
145 void save(save_data_type* data) const
146 {
147 data[0] = m_mod;
148 data[1] = m_y;
149 }
150
151 //--------------------------------------------------------------------
152 void load(const save_data_type* data)

Callers 15

testBuiltInJPEGFormatMethod · 0.80
testLoadWMSRequestMethod · 0.80
testDrawPointsMethod · 0.80
testRemovePointStyleMethod · 0.80
testSettingFontsMethod · 0.80
draw_mapFunction · 0.80
draw_map_wfsFunction · 0.80

Calls

no outgoing calls

Tested by 15

testBuiltInJPEGFormatMethod · 0.64
testLoadWMSRequestMethod · 0.64
testDrawPointsMethod · 0.64
testRemovePointStyleMethod · 0.64
testSettingFontsMethod · 0.64
draw_mapFunction · 0.64
draw_map_wfsFunction · 0.64