Home
last modified time | relevance | path

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

1234

/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dx11_video.c330 if(w->window_frame) in bg_x11_window_set_rectangles()
334 w->window_frame); in bg_x11_window_set_rectangles()
336 gavl_video_frame_destroy(w->window_frame); in bg_x11_window_set_rectangles()
337 w->window_frame = NULL; in bg_x11_window_set_rectangles()
341 if(!w->window_frame) in bg_x11_window_set_rectangles()
350 gavl_video_frame_clear(w->window_frame, &w->window_format); in bg_x11_window_set_rectangles()
373 gavl_video_scaler_scale(w->scaler, f, w->window_frame); in bg_x11_window_put_frame_internal()
375 w->window_frame); in bg_x11_window_put_frame_internal()
401 if(w->window_frame) in bg_x11_window_close_video()
406 gavl_video_frame_destroy(w->window_frame); in bg_x11_window_close_video()
[all …]
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/
H A DPreludeWindow.cc62 window_frame(NULL), in PreludeWindow()
194 if (! window_frame) in add()
196 window_frame = Gtk::manage(new Frame()); in add()
197 window_frame->set_border_width(0); in add()
198 window_frame->set_frame_style(Frame::STYLE_BREAK_WINDOW); in add()
203 align->add(*window_frame); in add()
212 Gtk::Window::add(*window_frame); in add()
216 window_frame->add_events(Gdk::ENTER_NOTIFY_MASK); in add()
217window_frame->signal_enter_notify_event().connect(sigc::mem_fun(*this, &PreludeWindow::on_enter_no… in add()
221 window_frame->add(widget); in add()
H A DBreakWindow.cc196 Frame *window_frame = Gtk::manage(new Frame()); in init_gui() local
197 window_frame->set_border_width(0); in init_gui()
198 window_frame->set_frame_style(Frame::STYLE_BREAK_WINDOW); in init_gui()
207 window_frame->add(*frame); in init_gui()
214 add(*window_frame); in init_gui()
228 align->add(*window_frame); in init_gui()
238 align->add(*window_frame); in init_gui()
243 add(*window_frame); in init_gui()
/dports/x11/slop/slop-7.6/src/
H A Dx.cpp18 bool window_frame = false; in getWindowGeometry() local
26 window_frame = true; in getWindowGeometry()
34 window_frame = false; in getWindowGeometry()
39 if ( window_frame ) { in getWindowGeometry()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/window/cocoa/
H A D__init__.py381 window_frame = self._nswindow.frame()
382 rect = self._nswindow.contentRectForFrameRect_(window_frame)
389 window_frame = self._nswindow.frame()
390 rect = self._nswindow.contentRectForFrameRect_(window_frame)
398 window_frame = self._nswindow.frame()
399 rect = self._nswindow.contentRectForFrameRect_(window_frame)
416 window_frame = self._nswindow.frame()
417 rect = self._nswindow.contentRectForFrameRect_(window_frame)
479 window_frame = self._nswindow.frame()
480 rect = self._nswindow.contentRectForFrameRect_(window_frame)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DSystemPens.cs54 static private Pen window_frame; field in System.Drawing.SystemPens
222 if (window_frame == null) {
223 window_frame = new Pen (SystemColors.WindowFrame);
224 window_frame.isModifiable = false;
227 return window_frame;
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/window/cocoa/
H A D__init__.py388 window_frame = self._nswindow.frame()
389 rect = self._nswindow.contentRectForFrameRect_(window_frame)
396 window_frame = self._nswindow.frame()
397 rect = self._nswindow.contentRectForFrameRect_(window_frame)
405 window_frame = self._nswindow.frame()
406 rect = self._nswindow.contentRectForFrameRect_(window_frame)
423 window_frame = self._nswindow.frame()
424 rect = self._nswindow.contentRectForFrameRect_(window_frame)
486 window_frame = self._nswindow.frame()
487 rect = self._nswindow.contentRectForFrameRect_(window_frame)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_mac.mm26 NSRect window_frame = [window frame];
30 std::min(NSMinX(window_frame) + kWindowTilePixels,
32 std::max(NSMaxY(window_frame) - kWindowTilePixels,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_window_function.cpp595 if (win_spec->window_frame) in buildWindowFunctionColumn()
611 frm.fIsRange = win_spec->window_frame->units == Window_frame::UNITS_RANGE; in buildWindowFunctionColumn()
614 if (win_spec->window_frame->top_bound) in buildWindowFunctionColumn()
616 frm.fStart.fFrame = frame(win_spec->window_frame->top_bound->precedence_type, in buildWindowFunctionColumn()
617 … win_spec->window_frame->top_bound->offset); // offset NULL means UNBOUNDED in buildWindowFunctionColumn()
619 if (win_spec->window_frame->top_bound->offset) in buildWindowFunctionColumn()
621 …frm.fStart.fVal.reset(buildReturnedColumn(win_spec->window_frame->top_bound->offset, gwi, nonSuppo… in buildWindowFunctionColumn()
667 if (win_spec->window_frame->bottom_bound) in buildWindowFunctionColumn()
669 frm.fEnd.fFrame = frame(win_spec->window_frame->bottom_bound->precedence_type, in buildWindowFunctionColumn()
670 win_spec->window_frame->bottom_bound->offset); in buildWindowFunctionColumn()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_window_function.cpp595 if (win_spec->window_frame) in buildWindowFunctionColumn()
611 frm.fIsRange = win_spec->window_frame->units == Window_frame::UNITS_RANGE; in buildWindowFunctionColumn()
614 if (win_spec->window_frame->top_bound) in buildWindowFunctionColumn()
616 frm.fStart.fFrame = frame(win_spec->window_frame->top_bound->precedence_type, in buildWindowFunctionColumn()
617 … win_spec->window_frame->top_bound->offset); // offset NULL means UNBOUNDED in buildWindowFunctionColumn()
619 if (win_spec->window_frame->top_bound->offset) in buildWindowFunctionColumn()
621 …frm.fStart.fVal.reset(buildReturnedColumn(win_spec->window_frame->top_bound->offset, gwi, nonSuppo… in buildWindowFunctionColumn()
667 if (win_spec->window_frame->bottom_bound) in buildWindowFunctionColumn()
669 frm.fEnd.fFrame = frame(win_spec->window_frame->bottom_bound->precedence_type, in buildWindowFunctionColumn()
670 win_spec->window_frame->bottom_bound->offset); in buildWindowFunctionColumn()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_window.cc60 if (win_spec->window_frame) in check_window_names()
88 if (window_frame) in print()
89 window_frame->print(str, query_type); in print()
243 (win_spec->window_frame && in setup_windows()
249 if (win_spec->window_frame && in setup_windows()
260 if (win_spec->window_frame && in setup_windows()
307 if (win_spec->window_frame && in setup_windows()
634 win_spec1->window_frame= win_spec2->window_frame; in compare_window_funcs_by_window_specs()
636 win_spec2->window_frame= win_spec1->window_frame; in compare_window_funcs_by_window_specs()
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame) in order_window_funcs_by_window_specs()
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_window.cc60 if (win_spec->window_frame) in check_window_names()
88 if (window_frame) in print()
89 window_frame->print(str, query_type); in print()
243 (win_spec->window_frame && in setup_windows()
249 if (win_spec->window_frame && in setup_windows()
260 if (win_spec->window_frame && in setup_windows()
307 if (win_spec->window_frame && in setup_windows()
634 win_spec1->window_frame= win_spec2->window_frame; in compare_window_funcs_by_window_specs()
636 win_spec2->window_frame= win_spec1->window_frame; in compare_window_funcs_by_window_specs()
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame) in order_window_funcs_by_window_specs()
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_window.cc60 if (win_spec->window_frame) in check_window_names()
88 if (window_frame) in print()
89 window_frame->print(str, query_type); in print()
243 (win_spec->window_frame && in setup_windows()
249 if (win_spec->window_frame && in setup_windows()
260 if (win_spec->window_frame && in setup_windows()
307 if (win_spec->window_frame && in setup_windows()
634 win_spec1->window_frame= win_spec2->window_frame; in compare_window_funcs_by_window_specs()
636 win_spec2->window_frame= win_spec1->window_frame; in compare_window_funcs_by_window_specs()
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame) in order_window_funcs_by_window_specs()
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_window.cc60 if (win_spec->window_frame)
88 if (window_frame)
89 window_frame->print(str, query_type);
243 (win_spec->window_frame &&
249 if (win_spec->window_frame &&
260 if (win_spec->window_frame &&
307 if (win_spec->window_frame &&
634 win_spec1->window_frame= win_spec2->window_frame;
636 win_spec2->window_frame= win_spec1->window_frame;
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame)
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_window.cc60 if (win_spec->window_frame) in check_window_names()
88 if (window_frame) in print()
89 window_frame->print(str, query_type); in print()
243 (win_spec->window_frame && in setup_windows()
249 if (win_spec->window_frame && in setup_windows()
260 if (win_spec->window_frame && in setup_windows()
307 if (win_spec->window_frame && in setup_windows()
634 win_spec1->window_frame= win_spec2->window_frame; in compare_window_funcs_by_window_specs()
636 win_spec2->window_frame= win_spec1->window_frame; in compare_window_funcs_by_window_specs()
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame) in order_window_funcs_by_window_specs()
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_window.cc60 if (win_spec->window_frame) in check_window_names()
88 if (window_frame) in print()
89 window_frame->print(str, query_type); in print()
243 (win_spec->window_frame && in setup_windows()
249 if (win_spec->window_frame && in setup_windows()
260 if (win_spec->window_frame && in setup_windows()
307 if (win_spec->window_frame && in setup_windows()
634 win_spec1->window_frame= win_spec2->window_frame; in compare_window_funcs_by_window_specs()
636 win_spec2->window_frame= win_spec1->window_frame; in compare_window_funcs_by_window_specs()
717 else if (win_spec_prev->window_frame != win_spec_curr->window_frame) in order_window_funcs_by_window_specs()
[all …]
H A Dsql_window.h119 Window_frame *window_frame; variable
130 window_frame(win_frame), referenced_win_spec(NULL) {} in Window_spec()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/
H A Dcropping_window_capturer.cc103 rtc::scoped_ptr<DesktopFrame> window_frame( in OnCaptureCompleted() local
105 callback_->OnCaptureCompleted(window_frame.release()); in OnCaptureCompleted()
/dports/audio/festival/festival/src/modules/UniSyn/
H A Dus_unit.cc78 static void window_frame(EST_Wave &frame, EST_Wave &whole, float scale, in window_frame() function
193 window_frame(frames[i], sig, scale, first_sample, last_sample, window_function); in window_signal()
225 window_frame(frames[i], sig, scale, first_sample, in window_signal()
242 window_frame(frames[i], sig, scale, first_sample, in window_signal()
/dports/graphics/maim/maim-5.7.4/src/
H A Dx.cpp23 bool window_frame = false; in getWindowGeometry() local
32 window_frame = true; in getWindowGeometry()
39 if ( window_frame ) { in getWindowGeometry()

1234