Home
last modified time | relevance | path

Searched refs:surface4 (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dactivation_test.cpp114 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchToWindowToLeft() local
115 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testSwitchToWindowToLeft()
116 … AbstractClient *client4 = Test::renderAndWaitForShown(surface4.data(), QSize(100, 50), Qt::blue); in testSwitchToWindowToLeft()
182 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchToWindowToRight() local
183 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testSwitchToWindowToRight()
184 … AbstractClient *client4 = Test::renderAndWaitForShown(surface4.data(), QSize(100, 50), Qt::blue); in testSwitchToWindowToRight()
250 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchToWindowAbove() local
251 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testSwitchToWindowAbove()
318 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchToWindowBelow() local
409 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchToWindowMaximized() local
[all …]
H A Dkwinbindings_test.cpp86 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchWindow() local
87 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testSwitchWindow()
88 auto c4 = Test::renderAndWaitForShown(surface4.data(), QSize(100, 50), Qt::blue); in testSwitchWindow()
146 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testSwitchWindowScript() local
147 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testSwitchWindowScript()
148 auto c4 = Test::renderAndWaitForShown(surface4.data(), QSize(100, 50), Qt::blue); in testSwitchWindowScript()
H A Dmove_resize_window_test.cpp380 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testPackAgainstClient() local
381 QVERIFY(!surface4.isNull()); in testPackAgainstClient()
389 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testPackAgainstClient()
407 renderWindow(surface4.data(), QStringLiteral("slotWindowPackDown"), QRect(635, 1014, 10, 10)); in testPackAgainstClient()
H A Dxdgshellclient_test.cpp770 QScopedPointer<KWayland::Client::Surface> surface4(Test::createSurface()); in testCaptionMultipleWindows() local
771 … QScopedPointer<Test::XdgToplevel> shellSurface4(Test::createXdgToplevelSurface(surface4.data())); in testCaptionMultipleWindows()
773 auto c4 = Test::renderAndWaitForShown(surface4.data(), QSize(100, 50), Qt::blue); in testCaptionMultipleWindows()
/dports/x11/plank/plank-0.11.89/tests/
H A DDrawing.vala256 Surface surface, surface2, surface3, surface4;
262 surface4 = new Surface.with_internal (new Cairo.ImageSurface (Cairo.Format.ARGB32, 256, 256));
267 surface4.clear ();
273 assert (surface.Width == surface4.Width);
274 assert (surface.Height == surface4.Height);
515 Surface surface, surface2, surface3, surface4, surface5;
532 surface4 = docktheme.create_background (512, 128, Gtk.PositionType.TOP, surface);
533 pixbuf4 = surface4.to_pixbuf ();
/dports/audio/faust/faust-2.37.3/tests/route-tests/
H A Dsurface4.dsp3 // surface4(X,Y): creates the connections for a surface of X*Y nodes with 4 inputs and 4 outputs
4 surface4(X,Y) = route(X*Y*4, X*Y*4, par(x, X, par(y, Y, connections(x,y) )))
77 //model(4,4, _, node); //listen4(3,3, 1,1); //surface4(2,2); //surface4i(4,4,1,1);