Home
last modified time | relevance | path

Searched refs:sdc (Results 1 – 25 of 2313) sorted by path

12345678910>>...93

/dports/archivers/arc/arc-5.21p/
H A Dtmclock.c89 register long jd, sdc; local
94 if ( ( sdc = tmsubdayclock( tm ) ) == -1L )
97 result = ( jd - JD1970 ) * 24 * 60 * 60 + sdc;
/dports/archivers/lzip/lzip-1.22/doc/
H A Dlzip.texi1195 Example 6: Compress a whole device in /dev/sdc and send the output to
1199 lzip -c /dev/sdc > file.lz
1201 lzip /dev/sdc -o file.lz
/dports/archivers/plzip/plzip-1.9/doc/
H A Dplzip.texi825 Example 6: Compress a whole device in /dev/sdc and send the output to
829 plzip -c /dev/sdc > file.lz
831 plzip /dev/sdc -o file.lz
/dports/archivers/unzip/unzip60/win32/
H A Dnt.c421 SECURITY_DESCRIPTOR_CONTROL sdc; in SecuritySet() local
442 if(!GetSecurityDescriptorControl(sd, &sdc, &dwRev)) in SecuritySet()
468 if(sdc & SE_DACL_PRESENT) { in SecuritySet()
482 if((sdc & SE_SACL_PRESENT) && (bRestorePrivilege || bSaclPrivilege)) { in SecuritySet()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dmodcalcvlsr.cpp322 double sra, cra, sdc, cdc; in processLines() local
488 spB.dec().SinCos(sdc, cdc); in processLines()
489 vtB = vgB - (vtopo[0] * cdc * cra + vtopo[1] * cdc * sra + vtopo[2] * sdc); in processLines()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Dgps.cpp129 wxScreenDC sdc; in DrawFrame() local
131 sdc.GetTextExtent(_T("W"), &width, &height, NULL, NULL, g_pFontSmall); in DrawFrame()
184 wxScreenDC sdc; in DrawBackground() local
186 sdc.GetTextExtent(_T("W"), &width, &height, NULL, NULL, g_pFontSmall); in DrawBackground()
240 wxScreenDC sdc; in DrawForeground() local
241 sdc.GetTextExtent( label, &width, &height, 0, 0, g_pFontSmall ); in DrawForeground()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribOverlayFactory.cpp1126 wxScreenDC sdc; in getLabel() local
1128 sdc.GetTextExtent(labels, &w, &h, NULL, NULL, &mfont); in getLabel()
H A DGribRequestDialog.cpp513 wxScreenDC sdc; in DoRenderZoneOverlay() local
514 sdc.GetMultiLineTextExtent(label, &w, &h, &sl, font); in DoRenderZoneOverlay()
H A Dpi_TexFont.cpp70 wxScreenDC sdc; in Build() local
72 sdc.SetFont( font ); in Build()
82 sdc.GetTextExtent( text, &gw, &gh, &descent, &exlead, &font ); // measure the text in Build()
H A Dpi_ocpndc.cpp1894 wxScreenDC sdc; in DrawText() local
1895 sdc.SetFont(m_font); in DrawText()
1896 sdc.GetTextExtent(text, &w, &h, NULL, NULL, &m_font); in DrawText()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Dpi_TexFont.cpp67 wxScreenDC sdc; in Build() local
69 sdc.SetFont( font ); in Build()
79 sdc.GetTextExtent( text, &gw, &gh, &descent, &exlead, &font ); // measure the text in Build()
H A Dpi_ocpndc.cpp1879 wxScreenDC sdc; in DrawText() local
1880 sdc.SetFont(m_font); in DrawText()
1881 sdc.GetTextExtent(text, &w, &h, NULL, NULL, &m_font); in DrawText()
H A Dwmm_pi.cpp630 wxScreenDC sdc; in SetPositionFix() local
631 sdc.GetTextExtent(NewVal, &w, NULL, NULL, NULL, pFontSmall); in SetPositionFix()
636 sdc.GetTextExtent(NewVal, &w, NULL, NULL, NULL, pFontSmall); in SetPositionFix()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DDepthFont.cpp89 wxScreenDC sdc; in Build() local
91 sdc.SetFont( *font ); in Build()
98 sdc.GetTextExtent( text, &gw, &gh, &descent, &exlead, font ); // measure the text in Build()
H A DMUIBar.cpp863 wxMemoryDC sdc( m_MaskBmp ); in OnSize() local
864 sdc.SetBackground( *wxWHITE_BRUSH ); in OnSize()
865 sdc.Clear(); in OnSize()
866 sdc.SetBrush( *wxBLACK_BRUSH ); in OnSize()
867 sdc.SetPen( *wxBLACK_PEN ); in OnSize()
868 sdc.DrawRoundedRectangle( 0, 0, m_MaskBmp.GetWidth(), m_MaskBmp.GetHeight(), 5 ); in OnSize()
869 sdc.SelectObject( wxNullBitmap ); in OnSize()
966 wxScreenDC sdc; in OnToolLeftClick() local
1027 wxScreenDC sdc; in CaptureCanvasOptionsBitmapChain() local
1184 wxScreenDC sdc; in onCanvasOptionsAnimationTimerEvent() local
[all …]
H A DMarkInfo.cpp280 wxScreenDC sdc; in BEGIN_EVENT_TABLE() local
281 if(sdc.IsOk()) in BEGIN_EVENT_TABLE()
282 sdc.GetTextExtent(_T("W"), NULL, &metric, NULL, NULL, qFont); in BEGIN_EVENT_TABLE()
328 wxScreenDC sdc; in Create() local
329 if(sdc.IsOk()) in Create()
330 sdc.GetTextExtent(_T("W"), NULL, &m_sizeMetric, NULL, NULL, qFont); in Create()
H A DRolloverWin.cpp385 wxScreenDC sdc; in SetBestPosition() local
386 sdc.SetFont(*m_plabelFont); in SetBestPosition()
387 sdc.GetMultiLineTextExtent(m_string, &w, &h, NULL, m_plabelFont); in SetBestPosition()
H A DTexFont.cpp90 wxScreenDC sdc; in Build() local
92 sdc.SetFont( font ); in Build()
102 sdc.GetTextExtent( text, &gw, &gh, &descent, &exlead, &font ); // measure the text in Build()
H A Dchcanv.cpp7176 wxScreenDC sdc; in CallPopupMenu() local
7177 ocpnDC dc( sdc ); in CallPopupMenu()
9665 wxScreenDC sdc; in RouteLegInfo() local
9666 sdc.GetTextExtent(first, &w1, &h1, NULL, NULL, dFont); in RouteLegInfo()
9668 sdc.GetTextExtent(second, &w2, &h2, NULL, NULL, dFont); in RouteLegInfo()
H A Dcompass.cpp313 wxMemoryDC sdc( m_MaskBmp ); in CreateBmp() local
314 sdc.SetBackground( *wxWHITE_BRUSH ); in CreateBmp()
315 sdc.Clear(); in CreateBmp()
316 sdc.SetBrush( *wxBLACK_BRUSH ); in CreateBmp()
317 sdc.SetPen( *wxBLACK_PEN ); in CreateBmp()
321 sdc.SelectObject( wxNullBitmap ); in CreateBmp()
323 wxMemoryDC sdc( m_MaskBmp ); in CreateBmp() local
325 sdc.Clear(); in CreateBmp()
326 sdc.SetBrush( *wxBLACK_BRUSH ); in CreateBmp()
327 sdc.SetPen( *wxBLACK_PEN ); in CreateBmp()
[all …]
H A Dcompasswin.cpp300 wxMemoryDC sdc( m_MaskBmp ); in CreateBmp() local
301 sdc.SetBackground( *wxWHITE_BRUSH ); in CreateBmp()
302 sdc.Clear(); in CreateBmp()
303 sdc.SetBrush( *wxBLACK_BRUSH ); in CreateBmp()
304 sdc.SetPen( *wxBLACK_PEN ); in CreateBmp()
306 sdc.SelectObject( wxNullBitmap ); in CreateBmp()
311 wxMemoryDC sdc( m_MaskBmp ); in CreateBmp() local
313 sdc.Clear(); in CreateBmp()
314 sdc.SetBrush( *wxBLACK_BRUSH ); in CreateBmp()
315 sdc.SetPen( *wxBLACK_PEN ); in CreateBmp()
[all …]
H A DglChartCanvas.cpp4045 wxScreenDC sdc; in RenderGLAlertMessage() local
4046 sdc.GetTextExtent(msg, &w, &h, NULL, NULL, pfont); in RenderGLAlertMessage()
H A DglTextureManager.cpp1512 wxScreenDC sdc; in BuildCompressedCache() local
1514 sdc.GetTextExtent(_T("[WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW]"), &width, &height, NULL, NULL, sFont); in BuildCompressedCache()
H A Docpndc.cpp1903 wxScreenDC sdc; in DrawText() local
1904 sdc.SetFont(m_font); in DrawText()
1905 sdc.GetTextExtent(text, &w, &h, NULL, NULL, &m_font); in DrawText()
H A Doptions.cpp6175 wxScreenDC sdc; in CreateControls() local
6177 if (sdc.IsOk()) in CreateControls()
6178 sdc.GetTextExtent(_("Connections"), &text_width, NULL, NULL, NULL, in CreateControls()

12345678910>>...93