Home
last modified time | relevance | path

Searched refs:Zoom_Map (Results 1 – 4 of 4) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_layer_legend.h93 wxSize Get_Size (double Zoom, double Zoom_Map);
95 void Draw (wxDC &dc, double Zoom, double Zoom_Map, wxPoint Position, wxSize *pSize = NULL);
H A Dwksp_map.h189 …bool Draw_Legend (wxDC &dc, double Zoom_Map, double Zoom, wxPoint Position, wxSize *pSize …
197 bool Get_Legend_Size (wxSize &Size, double Zoom_Map = 1.0, double Zoom = 1.0);
H A Dwksp_layer_legend.cpp147 wxSize CWKSP_Layer_Legend::Get_Size(double Zoom, double Zoom_Map) in Get_Size() argument
151 Draw(dc, Zoom, Zoom_Map, wxPoint(0, 0), NULL); in Get_Size()
157 void CWKSP_Layer_Legend::Draw(wxDC &dc, double Zoom, double Zoom_Map, wxPoint Position, wxSize *pSi… in Draw() argument
164 m_Zoom_Map = Zoom_Map; in Draw()
H A Dwksp_map.cpp2145 bool CWKSP_Map::Draw_Legend(wxDC &dc, double Zoom_Map, double Zoom, wxPoint Position, wxSize *pSize) in Draw_Legend() argument
2157 pLayer->Get_Legend()->Draw(dc, Zoom, Zoom_Map, Position, &s); in Draw_Legend()
2190 bool CWKSP_Map::Get_Legend_Size(wxSize &Size, double Zoom_Map, double Zoom) in Get_Legend_Size() argument
2195 return( Draw_Legend(dc, Zoom_Map, Zoom, wxPoint(0, 0), &Size) ); in Get_Legend_Size()