Home
last modified time | relevance | path

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

12345678910>>...102

/dports/cad/z88/Z88OS-15/src/z88x/win/
H A Dwrim88x.c73 extern HDC hDC; in wrim88x()
86 if(LANG == 1) TextOut(hDC,10,50,"Z88I1.TXT einlesen",18); in wrim88x()
87 if(LANG == 2) TextOut(hDC,10,50,"Reading Z88I1.TXT",17); in wrim88x()
91 if(LANG == 1) TextOut(hDC,10,50,"Z88NI.TXT einlesen",18); in wrim88x()
92 if(LANG == 2) TextOut(hDC,10,50,"Reading Z88NI.TXT",17); in wrim88x()
133 if(LANG == 1) TextOut(hDC,10,250,"Oeffnen Z88X.DXF",16); in wrim88x()
134 if(LANG == 2) TextOut(hDC,10,250,"Opening Z88X.DXF",16); in wrim88x()
169 if(LANG == 2) TextOut(hDC,10,70,"Reading Z88X.DXF",16); in wrim88x()
195 TextOut(hDC,200,110,cline,laenge); in wrim88x()
207 TextOut(hDC,210,130,cline,laenge); in wrim88x()
[all …]
/dports/cad/z88/Z88OS-15/src/z88r/win/
H A Dwrim88r.c88 extern HDC hDC; in wrim88r()
355 extern HDC hDC; in wtya88j()
365 TextOut(hDC,290,90,cline,laenge); in wtya88j()
375 extern HDC hDC; in wtyp88j()
395 extern HDC hDC; in wfor88i()
405 TextOut(hDC,10,150,cline,laenge); in wfor88i()
415 extern HDC hDC; in wran88j()
435 extern HDC hDC; in wtyd88j()
447 TextOut(hDC,10,470,cline,laenge); in wtyd88j()
457 extern HDC hDC; in wtye88j()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Ddc.c48 if (!hDC) in gdi_GetDC()
55 if (!hDC->clip) in gdi_GetDC()
57 free(hDC); in gdi_GetDC()
62 hDC->hwnd = NULL; in gdi_GetDC()
63 return hDC; in gdi_GetDC()
74 HGDI_DC hDC; in gdi_CreateDC() local
85 hDC->hwnd = NULL; in gdi_CreateDC()
101 return hDC; in gdi_CreateDC()
118 if (!hDC) in gdi_CreateCompatibleDC()
123 free(hDC); in gdi_CreateCompatibleDC()
[all …]
/dports/cad/z88/Z88OS-15/src/z88g/win/
H A Dwrim88g.c69 extern HDC hDC; in wrim88g()
102 TextOut(hDC,10,90,cline,laenge); in wrim88g()
109 TextOut(hDC,280,90,cline,laenge); in wrim88g()
116 TextOut(hDC,10,110,cline,laenge); in wrim88g()
123 TextOut(hDC,280,110,cline,laenge); in wrim88g()
142 TextOut(hDC,10,170,cline,laenge); in wrim88g()
156 TextOut(hDC,10,190,cline,laenge); in wrim88g()
163 TextOut(hDC,10,210,cline,laenge); in wrim88g()
177 TextOut(hDC,10,230,cline,laenge); in wrim88g()
191 TextOut(hDC,10,250,cline,laenge); in wrim88g()
[all …]
/dports/cad/z88/Z88OS-15/src/z88h/win/
H A Dwrim88h.c69 extern HDC hDC; in wrim88h()
112 TextOut(hDC,200,90,cline,laenge); in wrim88h()
119 TextOut(hDC,10,110,cline,laenge); in wrim88h()
126 TextOut(hDC,200,110,cline,laenge); in wrim88h()
133 TextOut(hDC,10,130,cline,laenge); in wrim88h()
148 TextOut(hDC,10,150,cline,laenge); in wrim88h()
155 TextOut(hDC,200,130,cline,laenge); in wrim88h()
162 TextOut(hDC,10,170,cline,laenge); in wrim88h()
176 TextOut(hDC,10,190,cline,laenge); in wrim88h()
183 TextOut(hDC,10,210,cline,laenge); in wrim88h()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/GDI/
H A DUnsafeNativeMethods.cs28 public static extern bool IntDeleteDC(HandleRef hDC); in IntDeleteDC() argument
30 public static bool DeleteDC(HandleRef hDC) in DeleteDC() argument
33 bool retVal = IntDeleteDC(hDC); in DeleteDC()
38 public static bool DeleteHDC(HandleRef hDC) in DeleteHDC() argument
41 bool retVal = IntDeleteDC(hDC); in DeleteHDC()
53 return IntReleaseDC(hWnd, hDC); in ReleaseDC()
92 public static extern int IntSaveDC(HandleRef hDC); in IntSaveDC() argument
94 public static int SaveDC(HandleRef hDC) in SaveDC() argument
96 int state = IntSaveDC(hDC); in SaveDC()
106 bool retVal = IntRestoreDC(hDC, nSavedDC); in RestoreDC()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/Original/
H A DUIComp.cpp38 HDC hDC; in UICreateCompWindow() local
50 hDC = GetDC(uiComp. hWnd); in UICreateCompWindow()
53 SelectObject(hDC, oldFont); in UICreateCompWindow()
54 ReleaseDC(uiComp.hWnd,hDC); in UICreateCompWindow()
78 HDC hDC; in UIMoveCompWindow() local
91 hDC = GetDC(uiComp.hWnd); in UIMoveCompWindow()
139 HDC hDC; in PaintCompWindow() local
154 PatBlt(hDC, in PaintCompWindow()
171 SelectObject(hDC,hPen); in PaintCompWindow()
173 LineTo(hDC, 0, 0); in PaintCompWindow()
[all …]
H A DUICand.cpp41 HDC hDC; in UICreateCandWindow() local
52 hDC = GetDC(uiCand.hWnd); in UICreateCandWindow()
58 SelectObject(hDC, oldFont); in UICreateCandWindow()
59 ReleaseDC(uiCand.hWnd,hDC); in UICreateCandWindow()
111 HDC hDC; in UIMoveCandWindow() local
123 hDC = GetDC(uiCand.hWnd); in UIMoveCandWindow()
150 HDC hDC; in PaintCandWindow() local
166 PatBlt(hDC, in PaintCandWindow()
182 SelectObject(hDC,hPen); in PaintCandWindow()
184 LineTo(hDC,0,0); in PaintCandWindow()
[all …]
H A DUIStatus.cpp46 HDC hDC; in UICreateStatusWindow() local
58 hDC = GetDC(uiStatus.hWnd); in UICreateStatusWindow()
61 SelectObject(hDC, oldFont); in UICreateStatusWindow()
62 ReleaseDC(uiStatus.hWnd,hDC); in UICreateStatusWindow()
78 HDC hDC; in UIMoveStatusWindow() local
123 HDC hDC; in PaintStatusWindow() local
136 PatBlt(hDC, in PaintStatusWindow()
153 SelectObject(hDC,hPen); in PaintStatusWindow()
155 LineTo(hDC, 0, 0); in PaintStatusWindow()
158 SelectObject(hDC,hOldPen); in PaintStatusWindow()
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/Original/
H A DUIComp.cpp38 HDC hDC; in UICreateCompWindow() local
50 hDC = GetDC(uiComp. hWnd); in UICreateCompWindow()
53 SelectObject(hDC, oldFont); in UICreateCompWindow()
54 ReleaseDC(uiComp.hWnd,hDC); in UICreateCompWindow()
78 HDC hDC; in UIMoveCompWindow() local
91 hDC = GetDC(uiComp.hWnd); in UIMoveCompWindow()
139 HDC hDC; in PaintCompWindow() local
154 PatBlt(hDC, in PaintCompWindow()
171 SelectObject(hDC,hPen); in PaintCompWindow()
173 LineTo(hDC, 0, 0); in PaintCompWindow()
[all …]
H A DUICand.cpp41 HDC hDC; in UICreateCandWindow() local
52 hDC = GetDC(uiCand.hWnd); in UICreateCandWindow()
58 SelectObject(hDC, oldFont); in UICreateCandWindow()
59 ReleaseDC(uiCand.hWnd,hDC); in UICreateCandWindow()
111 HDC hDC; in UIMoveCandWindow() local
123 hDC = GetDC(uiCand.hWnd); in UIMoveCandWindow()
150 HDC hDC; in PaintCandWindow() local
166 PatBlt(hDC, in PaintCandWindow()
182 SelectObject(hDC,hPen); in PaintCandWindow()
184 LineTo(hDC,0,0); in PaintCandWindow()
[all …]
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/win32/
H A Dgdkglwglext.h191 #define gdk_gl_wglReleasePbufferDCARB(proc, hPbuffer, hDC) \ argument
192 ( ((GdkGLProc_wglReleasePbufferDCARB) (proc)) (hPbuffer, hDC) )
620 #define gdk_gl_wglEnableGenlockI3D(proc, hDC) \ argument
621 ( ((GdkGLProc_wglEnableGenlockI3D) (proc)) (hDC) )
626 #define gdk_gl_wglDisableGenlockI3D(proc, hDC) \ argument
627 ( ((GdkGLProc_wglDisableGenlockI3D) (proc)) (hDC) )
632 #define gdk_gl_wglIsEnabledGenlockI3D(proc, hDC, pFlag) \ argument
633 ( ((GdkGLProc_wglIsEnabledGenlockI3D) (proc)) (hDC, pFlag) )
638 #define gdk_gl_wglGenlockSourceI3D(proc, hDC, uSource) \ argument
639 ( ((GdkGLProc_wglGenlockSourceI3D) (proc)) (hDC, uSource) )
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/wgl/
H A Dwglutil.c22 HDC hDC; in storeDC() local
24 if ((hDC = GetDC(hWnd)) != NULL) { in storeDC()
40 assert(hDC != NULL); in fetchDC()
41 return hDC; in fetchDC()
53 HDC hDC; in getWindow() local
82 format = ChoosePixelFormat(hDC, pfd); in getFormat()
88 createCurrentContext(HDC hDC) in createCurrentContext() argument
115 HDC hDC; in checkWGLExtensions() local
210 HDC hDC; in wglExtSwapBuffers() local
220 HDC hDC; in wglExtChoosePixelFormat() local
[all …]
/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvbitmap.cpp579 hDC = GetDC(NULL); in DIBToBitmap()
580 if (!hDC) in DIBToBitmap()
590 RealizePalette(hDC); in DIBToBitmap()
622 hDC = GetDC(NULL); in lpDIBToBitmap()
623 if (!hDC) in lpDIBToBitmap()
660 hDC = GetDC(NULL); in lpDIBToBitmapAndPalette()
661 if (!hDC) in lpDIBToBitmapAndPalette()
767 hDC = GetDC(NULL); in BitmapToDIB()
930 hDC = GetDC(NULL); in GetSystemPalette()
931 if (!hDC) in GetSystemPalette()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A DODMenu.cpp518 LineTo(hDC, x, y + 5 - dp); in DrawCheckMark()
521 LineTo(hDC, x + 1, y + 6 - dp); in DrawCheckMark()
524 LineTo(hDC, x + 2, y + 7 - dp); in DrawCheckMark()
527 LineTo(hDC, x + 3, y + 6 - dp); in DrawCheckMark()
530 LineTo(hDC, x + 4, y + 5 - dp); in DrawCheckMark()
535 MoveToEx(hDC, x + 6, y, NULL); in DrawCheckMark()
539 SelectObject(hDC, hOldPen); in DrawCheckMark()
608 HDC hDC; in MeasureItem() local
616 hDC = GetDC(hWnd); in MeasureItem()
643 SelectObject(hDC, hfntOld); in MeasureItem()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A DODMenu.cpp518 LineTo(hDC, x, y + 5 - dp); in DrawCheckMark()
521 LineTo(hDC, x + 1, y + 6 - dp); in DrawCheckMark()
524 LineTo(hDC, x + 2, y + 7 - dp); in DrawCheckMark()
527 LineTo(hDC, x + 3, y + 6 - dp); in DrawCheckMark()
530 LineTo(hDC, x + 4, y + 5 - dp); in DrawCheckMark()
535 MoveToEx(hDC, x + 6, y, NULL); in DrawCheckMark()
539 SelectObject(hDC, hOldPen); in DrawCheckMark()
608 HDC hDC; in MeasureItem() local
616 hDC = GetDC(hWnd); in MeasureItem()
643 SelectObject(hDC, hfntOld); in MeasureItem()
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/PCMan/
H A DUINotify.cpp42 HDC hDC; in UICreateNotifyWindow() local
53 hDC = GetDC(uiNotify. hWnd); in UICreateNotifyWindow()
56 SelectObject(hDC, oldFont); in UICreateNotifyWindow()
57 ReleaseDC(uiNotify.hWnd,hDC); in UICreateNotifyWindow()
119 HDC hDC; in UIShowNotifyWindow() local
126 hDC = GetDC(uiNotify.hWnd); in UIShowNotifyWindow()
129 SelectObject(hDC, oldFont); in UIShowNotifyWindow()
136 SelectObject(hDC, oldFont); in UIShowNotifyWindow()
137 ReleaseDC(uiNotify.hWnd,hDC); in UIShowNotifyWindow()
154 HDC hDC; in PaintNotifyWindow() local
[all …]
/dports/devel/upp/upp/uppsrc/GLCtrl/
H A DWin32GLCtrl.cpp24 HDC hDC = ::GetDC(hWND); in MakeWGLContext()
25 if(!hDC) in MakeWGLContext()
73 HGLRC hRC = wglCreateContext(hDC); in MakeWGLContext()
82 ReleaseDC(hWND, hDC); in MakeWGLContext()
102 HDC hDC = GetDC(hwnd); in State() local
105 ReleaseDC(hwnd, hDC); in State()
111 wglMakeCurrent(hDC, s_openGLContext); in ExecuteGL()
114 SwapBuffers(hDC); in ExecuteGL()
124 HDC hDC = GetDC(hwnd); in ExecuteGL() local
125 ExecuteGL(hDC, paint, swap_buffers); in ExecuteGL()
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/PCMan/
H A DUINotify.cpp42 HDC hDC; in UICreateNotifyWindow() local
53 hDC = GetDC(uiNotify. hWnd); in UICreateNotifyWindow()
56 SelectObject(hDC, oldFont); in UICreateNotifyWindow()
57 ReleaseDC(uiNotify.hWnd,hDC); in UICreateNotifyWindow()
119 HDC hDC; in UIShowNotifyWindow() local
126 hDC = GetDC(uiNotify.hWnd); in UIShowNotifyWindow()
129 SelectObject(hDC, oldFont); in UIShowNotifyWindow()
136 SelectObject(hDC, oldFont); in UIShowNotifyWindow()
137 ReleaseDC(uiNotify.hWnd,hDC); in UIShowNotifyWindow()
154 HDC hDC; in PaintNotifyWindow() local
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/
H A DwinX11.c101 LineTo(hDC, x2, y2); in XDrawLine()
123 LineTo(hDC, x, y); in XDrawLines()
190 BeginPath(hDC); in XFillPolygon()
195 EndPath(hDC); in XFillPolygon()
196 StrokeAndFillPath(hDC); in XFillPolygon()
245 BeginPath(hDC); in XFillArc()
248 EndPath(hDC); in XFillArc()
681 RealizePalette(hDC); in XCreateSimpleWindow_()
753 HDC hDC = xid[gc].hpix.hDC; in XSetForeground() local
765 HDC hDC; in XSetForeground()
[all …]
/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dprinter.c86 dc = PrintDlg( &pd ) ? pd.hDC : NULL; in chooseprinter()
100 HDC hDC; in newprinter() local
112 hDC = CreateDC(NULL, name, NULL, NULL); in newprinter()
114 } else hDC = chooseprinter(); in newprinter()
115 if ( !hDC ) return NULL; in newprinter()
119 DeleteDC(hDC); in newprinter()
123 ww = GetDeviceCaps(hDC, HORZRES); in newprinter()
124 hh = GetDeviceCaps(hDC, VERTRES); in newprinter()
139 obj->depth = GetDeviceCaps(hDC, BITSPIXEL)* GetDeviceCaps(hDC, PLANES); in newprinter()
150 if (StartDoc(hDC, &docinfo) <= 0) { in newprinter()
[all …]
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dprinter.c86 dc = PrintDlg( &pd ) ? pd.hDC : NULL; in chooseprinter()
100 HDC hDC; in newprinter() local
112 hDC = CreateDC(NULL, name, NULL, NULL); in newprinter()
114 } else hDC = chooseprinter(); in newprinter()
115 if ( !hDC ) return NULL; in newprinter()
119 DeleteDC(hDC); in newprinter()
123 ww = GetDeviceCaps(hDC, HORZRES); in newprinter()
124 hh = GetDeviceCaps(hDC, VERTRES); in newprinter()
139 obj->depth = GetDeviceCaps(hDC, BITSPIXEL)* GetDeviceCaps(hDC, PLANES); in newprinter()
150 if (StartDoc(hDC, &docinfo) <= 0) { in newprinter()
[all …]
/dports/cad/z88/Z88OS-15/src/z88n/win/
H A Dwrim88n.c69 extern HDC hDC; in wrim88n()
82 TextOut(hDC,250,110,cline,laenge); in wrim88n()
86 if(LANG == 1) TextOut(hDC,10,50,"Z88NI.TXT einlesen :",20); in wrim88n()
87 if(LANG == 2) TextOut(hDC,10,50,"reading Z88NI.TXT :",19); in wrim88n()
91 if(LANG == 1) TextOut(hDC,10,70,"Vektor JOIN berechnen",21); in wrim88n()
92 if(LANG == 2) TextOut(hDC,10,70,"computing vector JOIN",21); in wrim88n()
96 if(LANG == 1) TextOut(hDC,10,90,"Koordinaten berechnen",21); in wrim88n()
97 if(LANG == 2) TextOut(hDC,10,90,"computing coordinates",21); in wrim88n()
101 if(LANG == 1) TextOut(hDC,10,110,"Koinzidenz berechnen",20); in wrim88n()
102 if(LANG == 2) TextOut(hDC,10,110,"computing element infos",23); in wrim88n()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/
H A Dsalvd.cxx65 hBitmap = CreateDIBSection( hDC, &aBitmapInfo, in ImplCreateVirDevBitmap()
80 HDC hDC = nullptr; in CreateVirtualDevice() local
84 hDC = (pData->hDC) ? pData->hDC : GetDC(pData->hWnd); in CreateVirtualDevice()
85 if (hDC) in CreateVirtualDevice()
87 nDX = GetDeviceCaps( hDC, HORZRES ); in CreateVirtualDevice()
88 nDY = GetDeviceCaps( hDC, VERTRES ); in CreateVirtualDevice()
98 hDC = CreateCompatibleDC( rGraphics.getHDC() ); in CreateVirtualDevice()
102 if (!hDC) in CreateVirtualDevice()
128 pVirGraphics->setHDC(hDC); in CreateVirtualDevice()
133 RealizePalette( hDC ); in CreateVirtualDevice()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/
H A Dsalvd.cxx66 hBitmap = CreateDIBSection( hDC, &aBitmapInfo, in ImplCreateVirDevBitmap()
81 HDC hDC = nullptr; in CreateVirtualDevice() local
85 hDC = (pData->hDC) ? pData->hDC : GetDC(pData->hWnd); in CreateVirtualDevice()
86 if (hDC) in CreateVirtualDevice()
88 nDX = GetDeviceCaps( hDC, HORZRES ); in CreateVirtualDevice()
89 nDY = GetDeviceCaps( hDC, VERTRES ); in CreateVirtualDevice()
99 hDC = CreateCompatibleDC( pGraphics->getHDC() ); in CreateVirtualDevice()
103 if (!hDC) in CreateVirtualDevice()
130 pVirGraphics->setHDC(hDC); in CreateVirtualDevice()
135 RealizePalette( hDC ); in CreateVirtualDevice()
[all …]

12345678910>>...102