Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/
H A DPrinter.java218 long lpInitData = 0; in create() local
223 lpInitData = OS.HeapAlloc(hHeap, OS.HEAP_ZERO_MEMORY, devmodeData.length); in create()
224 OS.MoveMemory(lpInitData, devmodeData, devmodeData.length); in create()
231 lpInitData = OS.HeapAlloc(hHeap, OS.HEAP_ZERO_MEMORY, dwNeeded); in create()
234 OS.HeapFree(hHeap, 0, lpInitData); in create()
235 lpInitData = 0; in create()
243 if (lpInitData != 0) { in create()
245 OS.MoveMemory(devmode, lpInitData, DEVMODE.sizeof); in create()
264 OS.MoveMemory(lpInitData, devmode, DEVMODE.sizeof); in create()
266 handle = OS.CreateDC(driver, device, 0, lpInitData); in create()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/GDI/
H A DUnsafeNativeMethods.cs57 …string lpszDriverName, string lpszDeviceName, string lpszOutput, HandleRef /*DEVMODE*/ lpInitData); in IntCreateDC() argument
59 …(string lpszDriverName, string lpszDeviceName, string lpszOutput, HandleRef /*DEVMODE*/ lpInitData) in CreateDC() argument
61 …eCollector.Add(IntCreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData), IntSafeNativeM… in CreateDC()
62 …Name={2}], [devMode={3}]) failed.", lpszDriverName, lpszDeviceName, lpszOutput, lpInitData.Handle); in CreateDC()
67 …string lpszDriverName, string lpszDeviceName, string lpszOutput, HandleRef /*DEVMODE*/ lpInitData); in IntCreateIC() argument
69 …(string lpszDriverName, string lpszDeviceName, string lpszOutput, HandleRef /*DEVMODE*/ lpInitData) in CreateIC() argument
71 …eCollector.Add(IntCreateIC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData), IntSafeNativeM… in CreateIC()
72 …Name={2}], [devMode={3}]) failed.", lpszDriverName, lpszDeviceName, lpszOutput, lpInitData.Handle); in CreateIC()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go145 func CreateDC(lpszDriver, lpszDevice, lpszOutput *uint16, lpInitData *DEVMODE) HDC {
150 uintptr(unsafe.Pointer(lpInitData)))
339 func ResetDC(hdc HDC, lpInitData *DEVMODE) HDC {
342 uintptr(unsafe.Pointer(lpInitData)))
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Printing/
H A DPrintingServicesWin32.cs450 string lpszOutput, IntPtr lpInitData); in Win32CreateDC() argument
454 string lpszOutput, IntPtr lpInitData); in Win32CreateIC() argument
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gdi32-sys/src/
H A Dlib.rs72 lpszDriver: LPCSTR, lpszDevice: LPCSTR, lpszOutput: LPCSTR, lpInitData: *const DEVMODEA, in CreateDCA()
75 lpszDriver: LPCWSTR, lpszDevice: LPCWSTR, lpszOutput: LPCWSTR, lpInitData: *const DEVMODEW, in CreateDCW()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2123 …static final long CreateDC (TCHAR lpszDriver, TCHAR lpszDevice, long lpszOutput, long lpInitData) { in CreateDC() argument
2126 return CreateDC (lpszDriver1, lpszDevice1, lpszOutput, lpInitData); in CreateDC()
2532 …al native long CreateDC (char [] lpszDriver, char [] lpszDevice, long lpszOutput, long lpInitData); in CreateDC() argument
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawingdi.pas4575 function CreateDCA(lpszDriver, lpszDevice, lpszOutput: LPCSTR; lpInitData: LPDEVMODEA): HDC; stdcal…
4577 function CreateDCW(lpszDriver, lpszDevice, lpszOutput: LPCWSTR; lpInitData: LPDEVMODEW): HDC; stdca…
4579 function CreateDC(lpszDriver, lpszDevice, lpszOutput: LPCTSTR; lpInitData: LPDEVMODE): HDC; stdcall;
5353 function ResetDCA(hdc: HDC; const lpInitData: DEVMODEA): HDC; stdcall;
5355 function ResetDCW(hdc: HDC; const lpInitData: DEVMODEW): HDC; stdcall;
5357 function ResetDC(hdc: HDC; const lpInitData: DEVMODE): HDC; stdcall;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlgdi.h1217 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1220 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlgdi.h1217 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1220 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlgdi.h1289 …teDC(LPCTSTR lpszDriverName, LPCTSTR lpszDeviceName, LPCTSTR lpszOutput, const DEVMODE* lpInitData) in CreateDC() argument
1292 m_hDC = ::CreateDC(lpszDriverName, lpszDeviceName, lpszOutput, lpInitData); in CreateDC()