Home
last modified time | relevance | path

Searched refs:overlay_layout (Results 1 – 7 of 7) sorted by relevance

/dports/games/connectagram/connectagram-1.2.11/src/
H A Dwindow.cpp140 QHBoxLayout* overlay_layout = new QHBoxLayout(overlay); in Window() local
141 overlay_layout->setContentsMargins(0, 0, 0, 0); in Window()
142 overlay_layout->setSpacing(0); in Window()
143 overlay_layout->addSpacing(10); in Window()
144 overlay_layout->addWidget(m_definitions_button); in Window()
145 overlay_layout->addStretch(); in Window()
146 overlay_layout->addWidget(m_clock, 0, Qt::AlignCenter); in Window()
147 overlay_layout->addStretch(); in Window()
148 overlay_layout->addWidget(m_hint_button); in Window()
149 overlay_layout->addSpacing(10); in Window()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/payments/
H A Dcard_unmask_prompt_views.cc51 views::GridLayout* overlay_layout = in ResetOverlayLayout() local
53 views::ColumnSet* columns = overlay_layout->AddColumnSet(0); in ResetOverlayLayout()
62 overlay_layout->StartRow(1.0, 0); in ResetOverlayLayout()
63 return overlay_layout; in ResetOverlayLayout()
411 views::GridLayout* overlay_layout = ResetOverlayLayout(overlay.get()); in InitIfNecessary() local
415 overlay_layout->AddView(std::make_unique<views::Throbber>()); in InitIfNecessary()
422 overlay_label_ = overlay_layout->AddView(std::move(overlay_label)); in InitIfNecessary()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Graphics/
H A DSoftwareRendererWidget.cpp58 auto* overlay_layout = new QGridLayout(); in CreateWidgets() local
59 overlay_box->setLayout(overlay_layout); in CreateWidgets()
62 overlay_layout->addWidget(m_show_statistics); in CreateWidgets()
/dports/graphics/pdfpc/pdfpc-4.5.0/src/classes/window/
H A Dfullscreen.vala80 protected Gtk.Overlay overlay_layout;
155 this.overlay_layout = new Gtk.Overlay();
161 this.overlay_layout.add_overlay(this.video_surface);
162 this.overlay_layout.add_overlay(this.pen_drawing_surface);
163 this.overlay_layout.add_overlay(this.pointer_drawing_surface);
440 this.overlay_layout.set_overlay_pass_through(w, pass_through);
H A Dpresentation.vala62 this.overlay_layout.add(this.view);
68 frame.add(overlay_layout);
H A Dpresenter.vala676 this.overlay_layout.add(this.current_view);
696 frame.add(overlay_layout);
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c21290 overlay_layout_t *overlay_layout) in input_overlay_parse_layout() argument
21293 overlay_layout->x_scale = 1.0f; in input_overlay_parse_layout()
21294 overlay_layout->y_scale = 1.0f; in input_overlay_parse_layout()
21295 overlay_layout->x_separation = 0.0f; in input_overlay_parse_layout()
21296 overlay_layout->y_separation = 0.0f; in input_overlay_parse_layout()
21297 overlay_layout->x_offset = 0.0f; in input_overlay_parse_layout()
21298 overlay_layout->y_offset = 0.0f; in input_overlay_parse_layout()
21328 overlay_layout->x_separation = ((1.0f / overlay_layout->x_scale) - 1.0f) * 0.5f; in input_overlay_parse_layout()
21351 overlay_layout->y_separation = ((1.0f / overlay_layout->y_scale) - 1.0f) * 0.5f; in input_overlay_parse_layout()
21382 overlay_layout->y_scale = scale; in input_overlay_parse_layout()
[all …]