Home
last modified time | relevance | path

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

12345678910>>...50

/dports/net/freerdp/freerdp-2.5.0/client/Windows/
H A Dwf_gdi.c358 SetWindowPos(wfc->hwnd, HWND_TOP, wfc->client_x, wfc->client_y, in wf_resize_window()
359 wfc->client_width + wfc->diff.x, wfc->client_height + wfc->diff.y, in wf_resize_window()
392 SetWindowPos(wfc->hwnd, HWND_TOP, wfc->client_x, wfc->client_y, in wf_resize_window()
393 wfc->client_width + wfc->diff.x, wfc->client_height + wfc->diff.y, in wf_resize_window()
412 SetParent(wfc->hwnd, wfc->fullscreen ? NULL : wfc->hWndParent); in wf_toggle_fullscreen()
512 if (wfc->drawing == wfc->primary) in wf_gdi_patblt()
556 if (wfc->drawing == wfc->primary) in wf_gdi_opaque_rect()
624 if (wfc->drawing == wfc->primary) in wf_gdi_line_to()
670 wf_invalidate_region(wfc, wfc->client_x, wfc->client_y, wfc->client_width, in wf_gdi_polyline()
701 if (wfc->drawing == wfc->primary) in wf_gdi_memblt()
[all …]
H A Dwf_event.c60 wfContext* wfc; in wf_ll_kbd_proc() local
85 if (!wfc || !p) in wf_ll_kbd_proc()
260 wfContext* wfc; in wf_event_proc() local
271 if (wfc != NULL) in wf_event_proc()
328 if (wfc->client_width && wfc->client_height) in wf_event_proc()
343 wf_size_scrollbars(wfc, wfc->client_width, wfc->client_height); in wf_event_proc()
356 wf_scale_blt(wfc, hdc, x, y, w, h, wfc->primary->hdc, in wf_event_proc()
357 x - wfc->offset_x + wfc->xCurrentScroll, in wf_event_proc()
358 y - wfc->offset_y + wfc->yCurrentScroll, SRCCOPY); in wf_event_proc()
620 if (g_focus_hWnd == hWnd && wfc && !wfc->fullscreen) in wf_event_proc()
[all …]
H A Dwf_client.c185 wfc->drawing = wfc->primary; in wf_desktop_resize()
285 if (wfc->fullscreen && !wfc->fullscreen_toggle) in wf_add_system_menu()
394 wfc->drawing = wfc->primary; in wf_post_connect()
417 wfc->floatbar = wf_floatbar_new(wfc, wfc->hInstance, settings->Floatbar); in wf_post_connect()
932 if (wfc->xScrollVisible || wfc->yScrollVisible) in wf_size_scrollbars()
1000 wfc->xCurrentScroll = MIN(wfc->xCurrentScroll, wfc->xMaxScroll); in wf_size_scrollbars()
1016 wfc->yCurrentScroll = MIN(wfc->yCurrentScroll, wfc->yMaxScroll); in wf_size_scrollbars()
1105 wfc->wndClass.hCursor = wfc->cursor; in wfreerdp_client_start()
1108 wfc->wndClass.lpszClassName = wfc->wndClassName; in wfreerdp_client_start()
1110 wfc->wndClass.hIcon = wfc->icon; in wfreerdp_client_start()
[all …]
H A Dwf_channels.c35 wfContext* wfc = (wfContext*)context; in wf_OnChannelConnectedEventHandler() local
36 rdpSettings* settings = wfc->context.settings; in wf_OnChannelConnectedEventHandler()
47 gdi_graphics_pipeline_init(wfc->context.gdi, (RdpgfxClientContext*)e->pInterface); in wf_OnChannelConnectedEventHandler()
51 wf_rail_init(wfc, (RailClientContext*)e->pInterface); in wf_OnChannelConnectedEventHandler()
55 wf_cliprdr_init(wfc, (CliprdrClientContext*)e->pInterface); in wf_OnChannelConnectedEventHandler()
64 wfContext* wfc = (wfContext*)context; in wf_OnChannelDisconnectedEventHandler() local
65 rdpSettings* settings = wfc->context.settings; in wf_OnChannelDisconnectedEventHandler()
72 gdi_graphics_pipeline_uninit(wfc->context.gdi, (RdpgfxClientContext*)e->pInterface); in wf_OnChannelDisconnectedEventHandler()
76 wf_rail_uninit(wfc, (RailClientContext*)e->pInterface); in wf_OnChannelDisconnectedEventHandler()
80 wf_cliprdr_uninit(wfc, (CliprdrClientContext*)e->pInterface); in wf_OnChannelDisconnectedEventHandler()
H A Dwf_graphics.c100 wfContext* wfc = (wfContext*)context; in wf_Bitmap_New() local
140 wfContext* wfc = (wfContext*)context; in wf_Bitmap_Paint() local
156 wfContext* wfc = (wfContext*)context; in wf_Bitmap_SetSurface() local
160 if (!gdi || !wfc) in wf_Bitmap_SetSurface()
164 wfc->drawing = wfc->primary; in wf_Bitmap_SetSurface()
168 wfc->drawing = bmp; in wf_Bitmap_SetSurface()
297 wfc->cursor = hCur; in wf_Pointer_Set()
329 wfContext* wfc; in wf_register_pointer() local
335 wfc = (wfContext*)graphics->context; in wf_register_pointer()
352 wfContext* wfc; in wf_register_graphics() local
[all …]
H A Dwf_rail.c37 wfContext* wfc; member
298 wfContext* wfc = NULL; in wf_RailWndProc() local
305 wfc = railWindow->wfc; in wf_RailWndProc()
307 if (wfc) in wf_RailWndProc()
308 context = (rdpContext*)wfc; in wf_RailWndProc()
317 if (!wfc) in wf_RailWndProc()
444 railWindow->wfc = wfc; in wf_rail_window_common()
1053 wfc->rail = rail; in wf_rail_init()
1054 rail->custom = (void*)wfc; in wf_rail_init()
1070 wfc->rail = NULL; in wf_rail_uninit()
[all …]
H A Dwf_gdi.h27 void wf_invalidate_region(wfContext* wfc, UINT32 x, UINT32 y, UINT32 width, UINT32 height);
28 wfBitmap* wf_image_new(wfContext* wfc, UINT32 width, UINT32 height, UINT32 bpp, const BYTE* data);
30 void wf_update_offset(wfContext* wfc);
31 void wf_resize_window(wfContext* wfc);
32 void wf_toggle_fullscreen(wfContext* wfc);
36 void wf_update_canvas_diff(wfContext* wfc);
/dports/devel/etcd/etcd-2.3.8/rafthttp/
H A Dstream_test.go48 prevwfc := wfc
50 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
102 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
323 wfc.mu.Lock()
333 wfc.mu.Lock()
336 wfc.closed = true
337 return wfc.err
341 wfc.mu.Lock()
343 return wfc.written
347 wfc.mu.Lock()
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_struct.F9069 subroutine register_internal_PE(xds, name, text, wfc, baseURI) argument
73 logical, intent(in) :: wfc local
77 wfc=wfc, baseURI=baseURI)
81 subroutine register_external_PE(xds, name, systemId, wfc, baseURI, publicId) argument
85 logical, intent(in) :: wfc local
91 wfc=wfc, baseURI=baseURI)
94 subroutine register_internal_GE(xds, name, text, wfc, baseURI) argument
98 logical, intent(in) :: wfc local
102 wfc=wfc, baseURI=baseURI)
110 logical, intent(in) :: wfc local
[all …]
/dports/devel/etcd31/etcd-3.1.20/rafthttp/
H A Dstream_test.go49 prevwfc := wfc
51 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
69 case <-wfc.writec:
84 if !wfc.Closed() {
95 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
99 case <-wfc.closed:
391 wfc.mu.Lock()
404 close(wfc.closed)
405 return wfc.err
409 wfc.mu.Lock()
[all …]
/dports/devel/etcd32/etcd-3.2.32/rafthttp/
H A Dstream_test.go49 prevwfc := wfc
51 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
69 case <-wfc.writec:
84 if !wfc.Closed() {
95 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
99 case <-wfc.closed:
391 wfc.mu.Lock()
404 close(wfc.closed)
405 return wfc.err
409 wfc.mu.Lock()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dstream_test.go53 prevwfc := wfc
55 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
73 case <-wfc.writec:
88 if !wfc.Closed() {
99 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
103 case <-wfc.closed:
408 wfc.mu.Lock()
421 close(wfc.closed)
422 return wfc.err
426 wfc.mu.Lock()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/rafthttp/
H A Dstream_test.go52 prevwfc := wfc
54 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
72 case <-wfc.writec:
87 if !wfc.Closed() {
98 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
102 case <-wfc.closed:
399 wfc.mu.Lock()
412 close(wfc.closed)
413 return wfc.err
417 wfc.mu.Lock()
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dstream_test.go53 prevwfc := wfc
55 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
73 case <-wfc.writec:
88 if !wfc.Closed() {
99 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
103 case <-wfc.closed:
400 wfc.mu.Lock()
413 close(wfc.closed)
414 return wfc.err
418 wfc.mu.Lock()
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/rafthttp/
H A Dstream_test.go52 prevwfc := wfc
54 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
72 case <-wfc.writec:
87 if !wfc.Closed() {
98 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
102 case <-wfc.closed:
399 wfc.mu.Lock()
412 close(wfc.closed)
413 return wfc.err
417 wfc.mu.Lock()
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/rafthttp/
H A Dstream_test.go53 prevwfc := wfc
55 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
73 case <-wfc.writec:
88 if !wfc.Closed() {
99 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
103 case <-wfc.closed:
408 wfc.mu.Lock()
421 close(wfc.closed)
422 return wfc.err
426 wfc.mu.Lock()
[all …]
/dports/devel/etcd33/etcd-3.3.23/rafthttp/
H A Dstream_test.go52 prevwfc := wfc
54 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
72 case <-wfc.writec:
87 if !wfc.Closed() {
98 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
102 case <-wfc.closed:
399 wfc.mu.Lock()
412 close(wfc.closed)
413 return wfc.err
417 wfc.mu.Lock()
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/rafthttp/
H A Dstream_test.go53 prevwfc := wfc
55 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
73 case <-wfc.writec:
88 if !wfc.Closed() {
99 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
103 case <-wfc.closed:
400 wfc.mu.Lock()
413 close(wfc.closed)
414 return wfc.err
418 wfc.mu.Lock()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/rafthttp/
H A Dstream_test.go52 prevwfc := wfc
54 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
72 case <-wfc.writec:
87 if !wfc.Closed() {
98 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
102 case <-wfc.closed:
399 wfc.mu.Lock()
412 close(wfc.closed)
413 return wfc.err
417 wfc.mu.Lock()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/rafthttp/
H A Dstream_test.go53 prevwfc := wfc
55 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
73 case <-wfc.writec:
88 if !wfc.Closed() {
99 sw.attach(&outgoingConn{t: streamTypeMessage, Writer: wfc, Flusher: wfc, Closer: wfc})
103 case <-wfc.closed:
400 wfc.mu.Lock()
413 close(wfc.closed)
414 return wfc.err
418 wfc.mu.Lock()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/tests/
H A Dtest_ResourceCollection.cpp68 WFCResourceConsumer wfc; variable
69 REQUIRE(wfc.getPtr() == nullptr);
71 wfc.createResource(res_collection);
72 REQUIRE(wfc.getPtr() == nullptr);
74 wfc.acquireResource(res_collection);
75 REQUIRE(wfc.getPtr() != nullptr);
76 REQUIRE(wfc.getPtr()->data.size() == 5);
79 wfc.releaseResource(res_collection);
80 REQUIRE(wfc.getPtr() == nullptr);
/dports/science/berkeleygw/BGW-2.0.0/examples/DFT/silicon/ESPRESSO/
H A Dscript_228 rm ./*.wfc*
34 rm ./*.wfc*
40 rm ./*.wfc*
46 rm ./*.wfc*
52 rm ./*.wfc*
58 rm ./*.wfc*
68 rm ./*.wfc*
74 rm ./*.wfc*
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dwell_formed.cc43 WellFormedChecker* wfc; member
44 explicit Scope(WellFormedChecker* wfc) : wfc(wfc) { in Scope()
45 wfc->scope.push_back({{}}); in Scope()
48 CHECK_GE(wfc->scope.size(), 0); in ~Scope()
49 for (const Var& v : wfc->scope.back()) { in ~Scope()
50 CHECK_GE(wfc->current_bound.count(v), 0); in ~Scope()
51 wfc->current_bound.erase(v); in ~Scope()
53 wfc->scope.pop_back(); in ~Scope()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/
H A Dwell_formed.cc43 WellFormedChecker* wfc; member
44 explicit Scope(WellFormedChecker* wfc) : wfc(wfc) { in Scope()
45 wfc->scope.push_back({{}}); in Scope()
48 CHECK_GE(wfc->scope.size(), 0); in ~Scope()
49 for (const Var& v : wfc->scope.back()) { in ~Scope()
50 CHECK_GE(wfc->current_bound.count(v), 0); in ~Scope()
51 wfc->current_bound.erase(v); in ~Scope()
53 wfc->scope.pop_back(); in ~Scope()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/analysis/
H A Dwell_formed.cc43 WellFormedChecker* wfc; member
44 explicit Scope(WellFormedChecker* wfc) : wfc(wfc) { wfc->scope.push_back({{}}); } in Scope()
46 CHECK_GE(wfc->scope.size(), 0); in ~Scope()
47 for (const Var& v : wfc->scope.back()) { in ~Scope()
48 CHECK_GE(wfc->current_bound.count(v), 0); in ~Scope()
49 wfc->current_bound.erase(v); in ~Scope()
51 wfc->scope.pop_back(); in ~Scope()

12345678910>>...50