Home
last modified time | relevance | path

Searched refs:m_Zoom (Results 1 – 25 of 25) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gccv/
H A Dcanvas.cc96 cairo_scale (cr, canvas->m_Zoom, canvas->m_Zoom); in OnDraw()
137 double x = event->x / canvas->m_Zoom, y = event->y / canvas->m_Zoom; in OnButtonPressed()
150 double x = event->x / canvas->m_Zoom, y = event->y / canvas->m_Zoom; in OnButtonReleased()
163 double x = event->x / canvas->m_Zoom, y = event->y / canvas->m_Zoom; in OnMotion()
184 m_Zoom (1.), in Canvas()
225 …oor (x0 * m_Zoom), (int) floor (y0 * m_Zoom), (int) (ceil (x1 * m_Zoom) - floor (x0 * m_Zoom)), (i… in Invalidate()
236 m_Zoom = zoom; in SetZoom()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_layout_control.cpp101 m_Zoom = 1.; in BEGIN_EVENT_TABLE()
158 return( Set_Zoom_Centered(2. / m_Zoom) ); in Zoom_Original()
191 if( Set_Zoom(m_Zoom * Zooming) ) in Set_Zoom_Centered()
204 if( Zoom > 0.4 && Zoom != m_Zoom ) in Set_Zoom()
206 m_pLayout->Set_Zoom(m_Zoom = Zoom); in Set_Zoom()
219 int w = (int)(0.5 + (m_Zoom * Size.GetWidth () + SCROLL_BAR_DX) / SCROLL_RATE); in Set_Scrollbars()
220 int h = (int)(0.5 + (m_Zoom * Size.GetHeight() + SCROLL_BAR_DY) / SCROLL_RATE); in Set_Scrollbars()
234 double d = 1. / m_Zoom; in Set_Rulers()
H A Dactive_legend.cpp111 double CActive_Legend::m_Zoom = 1.; member in CActive_Legend
205 ((CWKSP_Layer *)m_pItem)->Get_Legend()->Draw(dc, m_Zoom, 1.0, p, &s); in On_Copy()
223 ((CWKSP_Layer *)m_pItem)->Get_Legend()->Draw(dc, m_Zoom, 1.0, p); in On_Copy()
239 m_Zoom *= 1.25; in On_Size_Inc()
247 m_Zoom /= 1.25; in On_Size_Dec()
299 ((CWKSP_Layer *)m_pItem)->Get_Legend()->Draw(dc, m_Zoom, 1.0, p, &s); in OnDraw()
303 ((CWKSP_Map *)m_pItem)->Draw_Legend(dc, 1.0, m_Zoom, p, &s); in OnDraw()
H A Dview_layout_control.h91 double m_Zoom;
H A Dactive_legend.h99 static double m_Zoom; variable
H A Dview_layout_info.h150 double m_Zoom, m_Paper2DC;
H A Dview_layout_info.cpp1085 m_Zoom = 1.; in CVIEW_Layout_Info()
1844 if( Zoom > 0. && Zoom != m_Zoom ) in Set_Zoom()
1846 m_Items.Scale(m_Zoom = Zoom); in Set_Zoom()
1859 dc.DrawRectangle(Get_Rect_Scaled(Get_PaperSize(), m_Zoom)); in Draw_Paper()
1867 int yy = (int)(0.5 + y * m_Zoom); in Draw_Paper()
1871 int xx = (int)(0.5 + x * m_Zoom); in Draw_Paper()
1884 m_Paper2DC = bPrintOut ? dc.GetSize().GetWidth() / ((double)Get_PaperSize().GetWidth()) : m_Zoom; in Draw()
H A Dwksp_layer_legend.h107 double m_Zoom, m_Zoom_Map; variable
H A Dwksp_layer_legend.cpp74 #define ZOOMED(x) ((int)(m_Zoom * (double)x))
160 m_Zoom = Zoom > 0.0 ? Zoom : 1.0; in Draw()
/dports/graphics/epdfview/epdfview-0.1.8/tests/
H A DDumbDocumentObserver.cxx40 m_Zoom = 0.0; in DumbDocumentObserver()
78 m_Zoom = 1.0; in notifyLoad()
113 m_Zoom = zoom; in notifyPageZoomed()
147 return m_Zoom; in getZoom()
H A DDumbDocumentObserver.h66 gdouble m_Zoom; variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart/src/
H A Daxis.cpp32 m_Zoom(1) in wxAxis()
94 m_Zoom = z; in SetZoom()
H A Dpiechartpoints.cpp53 m_Zoom(1), in wxPieChartPoints()
178 m_Zoom = z; in SetZoom()
189 return ( m_Zoom ); in GetZoom()
H A Dbarchartpoints.cpp53 m_Zoom(1), in wxBarChartPoints()
176 m_Zoom = z; in SetZoom()
H A Dpie3dchartpoints.cpp104 m_Zoom(1), in wxPie3DChartPoints()
229 m_Zoom = z; in SetZoom()
240 return ( (m_Zoom = m_Sizes->GetXZoom()) ); in GetZoom()
H A Dbar3dchartpoints.cpp54 m_Zoom(1), in wxBar3DChartPoints()
177 m_Zoom = z; in SetZoom()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart/include/wx/
H A Daxis.h62 double m_Zoom; variable
H A Dbar3dchartpoints.h112 double m_Zoom; variable
H A Dbarchartpoints.h112 double m_Zoom; variable
H A Dpie3dchartpoints.h112 double m_Zoom; variable
H A Dpiechartpoints.h112 double m_Zoom; variable
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Deditormanager.h208 int m_Zoom; variable
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Deditormanager.cpp170 m_Zoom = Manager::Get()->GetConfigManager(_T("editor"))->ReadInt(_T("/zoom")); in BEGIN_EVENT_TABLE()
197 Manager::Get()->GetConfigManager(_T("editor"))->Write(_T("/zoom"), m_Zoom); in ~EditorManager()
2084 m_Zoom = zoom; in SetZoom()
2089 return m_Zoom; in GetZoom()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/loaders/cdxml/
H A Dcdxml.cc116 double m_FontSize, m_LabelFontSize, m_Scale, m_Zoom, m_CHeight; member in CDXMLLoader
2022 m_Zoom = 1. / theme->GetZoomFactor(); in Write()
2023 m_Scale = .75 / m_Zoom; in Write()
2051 int n = theme->GetBondDist () * 100. * m_Zoom / theme->GetBondLength (); in Write()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/loaders/cdx/
H A Dcdx.cc224 double m_Scale, m_Zoom; member in CDXLoader
1559 m_Zoom = 1. / theme->GetZoomFactor(); in Write()
1560 m_Scale = 16384. / m_Zoom; in Write()
1566 n = theme->GetBondDist () * 1000. * m_Zoom / theme->GetBondLength (); in Write()