Home
last modified time | relevance | path

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

/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/lib/X11/Protocol/
H A DOther.pm68 sub root_to_screen { subroutine
80 if (defined ($ret = root_to_screen($X,$root))) {
H A DXSetRoot.pm98 $screen_number = X11::Protocol::Other::root_to_screen($X,$root);
106 $screen_number = X11::Protocol::Other::root_to_screen($X,$actual_root);
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DOther-import.t68 root_to_screen($X,$X->{'root'});
H A DOther.t150 my $got = X11::Protocol::Other::root_to_screen($X,$rootwin);
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/
H A DChanges154 root_to_screen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dproperty_tree.cc566 gfx::Transform root_to_screen; in SetRootScaleAndTransform() local
567 root_to_screen.Scale(screen_space_scale.x(), screen_space_scale.y()); in SetRootScaleAndTransform()
569 bool invertible = root_to_screen.GetInverse(&root_from_screen); in SetRootScaleAndTransform()
571 if (root_to_screen != ToScreen(kRootNodeId)) { in SetRootScaleAndTransform()
572 SetToScreen(kRootNodeId, root_to_screen); in SetRootScaleAndTransform()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dproperty_tree.cc597 gfx::Transform root_to_screen; in SetRootScaleAndTransform() local
598 root_to_screen.Scale(screen_space_scale.x(), screen_space_scale.y()); in SetRootScaleAndTransform()
600 bool invertible = root_to_screen.GetInverse(&root_from_screen); in SetRootScaleAndTransform()
602 if (root_to_screen != ToScreen(kRootNodeId)) { in SetRootScaleAndTransform()
603 SetToScreen(kRootNodeId, root_to_screen); in SetRootScaleAndTransform()