Home
last modified time | relevance | path

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

12345678910>>...191

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/auxdisplay/
H A Dhd44780_common.c44 hdc->write_data(hdc, c); in hd44780_common_print()
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
82 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display()
96 if (hdc->ifwidth != 4 && hdc->ifwidth != 8) in hd44780_common_init_display()
129 hdc->write_cmd(hdc, in hd44780_common_init_display()
142 hdc->write_cmd(hdc, in hd44780_common_init_display()
171 hdc->write_cmd(hdc, LCD_CMD_SHIFT); in hd44780_common_shift_cursor()
175 hdc->write_cmd(hdc, in hd44780_common_shift_cursor()
200 hdc->write_cmd(hdc, in hd44780_common_set_mode()
254 hdc->write_cmd(hdc, in hd44780_common_set_function()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/auxdisplay/
H A Dhd44780_common.c44 hdc->write_data(hdc, c); in hd44780_common_print()
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
82 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display()
96 if (hdc->ifwidth != 4 && hdc->ifwidth != 8) in hd44780_common_init_display()
129 hdc->write_cmd(hdc, in hd44780_common_init_display()
142 hdc->write_cmd(hdc, in hd44780_common_init_display()
171 hdc->write_cmd(hdc, LCD_CMD_SHIFT); in hd44780_common_shift_cursor()
175 hdc->write_cmd(hdc, in hd44780_common_shift_cursor()
200 hdc->write_cmd(hdc, in hd44780_common_set_mode()
254 hdc->write_cmd(hdc, in hd44780_common_set_function()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/auxdisplay/
H A Dhd44780_common.c44 hdc->write_data(hdc, c); in hd44780_common_print()
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
82 hdc->write_cmd(hdc, LCD_CMD_DISPLAY_CLEAR); in hd44780_common_clear_display()
96 if (hdc->ifwidth != 4 && hdc->ifwidth != 8) in hd44780_common_init_display()
129 hdc->write_cmd(hdc, in hd44780_common_init_display()
142 hdc->write_cmd(hdc, in hd44780_common_init_display()
171 hdc->write_cmd(hdc, LCD_CMD_SHIFT); in hd44780_common_shift_cursor()
175 hdc->write_cmd(hdc, in hd44780_common_shift_cursor()
200 hdc->write_cmd(hdc, in hd44780_common_set_mode()
254 hdc->write_cmd(hdc, in hd44780_common_set_function()
[all …]
/dports/graphics/dia/dia-0.97.3/plug-ins/wmf/
H A Dwmf_gdi.cpp59 hRet = hdc->hPen; in SelectObject()
60 hdc->hPen = hobj; in SelectObject()
67 hRet = hdc->hFont; in SelectObject()
68 hdc->hFont = hobj; in SelectObject()
205 HDC hdc; in CreateEnhMetaFile() local
213 return hdc; in CreateEnhMetaFile()
223 fclose(hdc->file); in CloseEnhMetaFile()
224 g_free(hdc); in CloseEnhMetaFile()
269 hdc->actPos.x = x; in MoveToEx()
270 hdc->actPos.y = y; in MoveToEx()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dprint_settings_initializer_win.cc25 if (!HasEscapeSupport(hdc, GETTECHNOLOGY)) in IsTechnology()
35 void SetPrinterToGdiMode(HDC hdc) { in SetPrinterToGdiMode() argument
42 int GetPrinterPostScriptLevel(HDC hdc) { in GetPrinterPostScriptLevel() argument
77 SetPrinterToGdiMode(hdc); in IsPrinterPostScript()
90 bool IsPrinterXPS(HDC hdc) { in IsPrinterXPS() argument
93 return IsTechnology(hdc, kXPSDriver); in IsPrinterXPS()
96 bool IsPrinterTextOnly(HDC hdc) { in IsPrinterTextOnly() argument
103 HDC hdc, in InitPrintSettings() argument
106 DCHECK(hdc); in InitPrintSettings()
162 if (IsPrinterTextOnly(hdc)) { in InitPrintSettings()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dprint_settings_initializer_win.cc25 if (!HasEscapeSupport(hdc, GETTECHNOLOGY)) in IsTechnology()
35 void SetPrinterToGdiMode(HDC hdc) { in SetPrinterToGdiMode() argument
42 int GetPrinterPostScriptLevel(HDC hdc) { in GetPrinterPostScriptLevel() argument
77 SetPrinterToGdiMode(hdc); in IsPrinterPostScript()
90 bool IsPrinterXPS(HDC hdc) { in IsPrinterXPS() argument
93 return IsTechnology(hdc, kXPSDriver); in IsPrinterXPS()
96 bool IsPrinterTextOnly(HDC hdc) { in IsPrinterTextOnly() argument
103 HDC hdc, in InitPrintSettings() argument
106 DCHECK(hdc); in InitPrintSettings()
164 if (IsPrinterTextOnly(hdc)) { in InitPrintSettings()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/gdi32-sys/src/
H A Dlib.rs8 pub fn AbortDoc(hdc: HDC) -> c_int; in AbortDoc()
9 pub fn AbortPath(hdc: HDC) -> BOOL; in AbortPath()
31 pub fn BeginPath(hdc: HDC) -> BOOL; in BeginPath()
36 pub fn CancelDC(hdc: HDC) -> BOOL; in CancelDC()
46 pub fn CloseFigure(hdc: HDC) -> BOOL; in CloseFigure()
259 pub fn DeleteDC(hdc: HDC) -> BOOL; in DeleteDC()
271 pub fn EndDoc(hdc: HDC) -> c_int; in EndDoc()
273 pub fn EndPage(hdc: HDC) -> c_int; in EndPage()
274 pub fn EndPath(hdc: HDC) -> BOOL; in EndPath()
330 pub fn FillPath(hdc: HDC) -> BOOL; in FillPath()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/test/
H A DTestGdiClip.c19 HGDI_DC hdc; in test_gdi_ClipCoords() local
25 if (!(hdc = gdi_GetDC())) in test_gdi_ClipCoords()
31 hdc->format = format; in test_gdi_ClipCoords()
34 gdi_SetNullClipRgn(hdc); in test_gdi_ClipCoords()
40 gdi_SetNullClipRgn(hdc); in test_gdi_ClipCoords()
161 gdi_DeleteDC(hdc); in test_gdi_ClipCoords()
168 HGDI_DC hdc; in test_gdi_InvalidateRegion() local
181 hdc->format = format; in test_gdi_InvalidateRegion()
189 hdc->hwnd->count = 16; in test_gdi_InvalidateRegion()
190 hdc->hwnd->cinvalid = (HGDI_RGN)calloc(hdc->hwnd->count, sizeof(GDI_RGN)); in test_gdi_InvalidateRegion()
[all …]
H A DTestGdiCreate.c27 HGDI_DC hdc; in test_gdi_GetDC() local
43 gdi_DeleteDC(hdc); in test_gdi_GetDC()
50 HGDI_DC hdc = NULL; in test_gdi_CreateCompatibleDC() local
80 gdi_DeleteDC(hdc); in test_gdi_CreateCompatibleDC()
136 HGDI_DC hdc; in test_gdi_CreateCompatibleBitmap() local
173 gdi_DeleteDC(hdc); in test_gdi_CreateCompatibleBitmap()
337 HGDI_DC hdc; in test_gdi_GetPixel() local
396 HGDI_DC hdc; in test_gdi_SetPixel() local
443 HGDI_DC hdc; in test_gdi_SetROP2() local
458 gdi_DeleteDC(hdc); in test_gdi_SetROP2()
[all …]
/dports/graphics/zbar/zbar-0.23.90/zbar/window/
H A Dwin.c123 if(!hdc) in _zbar_window_attach()
126 1000L * GetDeviceCaps(hdc, HORZRES) / GetDeviceCaps(hdc, HORZSIZE); in _zbar_window_attach()
149 HDC hdc = w->state->hdc = GetDC(w->display); in _zbar_window_begin() local
150 if(!hdc || !SaveDC(hdc)) in _zbar_window_begin()
157 HDC hdc = w->state->hdc; in _zbar_window_end() local
168 if(!hdc) in _zbar_window_clear()
193 HDC hdc = w->state->hdc; in _zbar_window_draw_polygon() local
214 HDC hdc = w->state->hdc; in _zbar_window_draw_marker() local
241 HDC hdc = w->state->hdc; in _zbar_window_draw_text() local
270 HDC hdc = w->state->hdc; in _zbar_window_fill_rect() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdi32.go68 uintptr(hdc),
90 uintptr(hdc))
114 uintptr(hdc))
136 uintptr(hdc))
157 uintptr(hdc),
189 uintptr(hdc))
203 uintptr(hdc),
214 uintptr(hdc))
221 uintptr(hdc))
271 uintptr(hdc),
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Ddrawing.c45 INT32 gdi_GetROP2(HGDI_DC hdc) in gdi_GetROP2() argument
47 return hdc->drawMode; in gdi_GetROP2()
60 INT32 prevDrawMode = hdc->drawMode; in gdi_SetROP2()
63 hdc->drawMode = fnDrawMode; in gdi_SetROP2()
75 UINT32 gdi_GetBkColor(HGDI_DC hdc) in gdi_GetBkColor() argument
77 return hdc->bkColor; in gdi_GetBkColor()
91 hdc->bkColor = crColor; in gdi_SetBkColor()
102 UINT32 gdi_GetBkMode(HGDI_DC hdc) in gdi_GetBkMode() argument
104 return hdc->bkMode; in gdi_GetBkMode()
120 hdc->bkMode = iBkMode; in gdi_SetBkMode()
[all …]
H A Dshape.c72 gdi_SetPixel(hdc, x2, y1, 0); in Ellipse_Bresenham()
73 gdi_SetPixel(hdc, x1, y1, 0); in Ellipse_Bresenham()
74 gdi_SetPixel(hdc, x1, y2, 0); in Ellipse_Bresenham()
75 gdi_SetPixel(hdc, x2, y2, 0); in Ellipse_Bresenham()
95 gdi_SetPixel(hdc, x1 - 1, ++y1, 0); in Ellipse_Bresenham()
96 gdi_SetPixel(hdc, x1 - 1, --y2, 0); in Ellipse_Bresenham()
136 if (!hdc || !hbr) in gdi_FillRect()
152 WriteColor(dstp, hdc->format, color); in gdi_FillRect()
187 dstColor = hdc->bkColor; in gdi_FillRect()
189 dstColor = hdc->textColor; in gdi_FillRect()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-windows.c29 HDC hdc; member
94 HDC hdc; member
243 if (!gladLoadWGL(hdc)) { in gl_init_extensions()
347 if (!wi->hdc) { in gl_windowinfo_bare()
487 if (plat->window.hdc) in gl_platform_destroy()
532 if (wi->hdc) in gl_windowinfo_destroy()
540 HDC hdc = device->plat->window.hdc; in device_enter_context() local
542 hdc = device->cur_swap->wi->hdc; in device_enter_context()
561 HDC hdc = device->plat->window.hdc; in device_load_swapchain() local
568 hdc = swap->wi->hdc; in device_load_swapchain()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c64 HDC hdc ) in wglCreateContext() argument
72 HDC hdc, in wglCreateLayerContext() argument
102 HDC hdc, in wglMakeCurrent() argument
111 HDC hdc ) in wglSwapBuffers() argument
132 HDC hdc, in wglSwapLayerBuffers() argument
148 HDC hdc, in wglChoosePixelFormat() argument
169 HDC hdc, in wglDescribePixelFormat() argument
186 HDC hdc, in wglSetPixelFormat() argument
201 HDC hdc, in wglUseFontBitmapsA() argument
220 HDC hdc, in wglUseFontBitmapsW() argument
[all …]

12345678910>>...191