Home
last modified time | relevance | path

Searched refs:to_screen (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A Dupdate.py32 def update_self(to_screen, verbose, opener): argument
49 to_screen(encode_compat_str(traceback.format_exc()))
62 to_screen(encode_compat_str(traceback.format_exc()))
79 to_screen('youtube-dl is up to date (%s)' % __version__)
82 to_screen('Updating to version ' + version_id + ' ...')
85 print_notes(to_screen, versions_info['versions'])
93 to_screen('ERROR: no write permissions on %s' % filename)
125 to_screen('ERROR: unable to write the new version')
185 def print_notes(to_screen, versions, fromVersion=__version__): argument
188 to_screen('PLEASE NOTE:')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/paint/
H A Dgeometry_mapper_transform_cache_test.cc86 const TransformationMatrix& to_screen, in CheckPlaneRootSameAs2dTranslationRoot() argument
102 EXPECT_EQ(to_screen, cache.to_screen()); in CheckPlaneRootSameAs2dTranslationRoot()
103 auto projection_from_screen = to_screen; in CheckPlaneRootSameAs2dTranslationRoot()
111 const TransformationMatrix& to_screen, in CheckPlaneRootDifferent2dTranslationRoot() argument
131 EXPECT_EQ(to_screen, cache.to_screen()); in CheckPlaneRootDifferent2dTranslationRoot()
132 auto projection_from_screen = to_screen; in CheckPlaneRootDifferent2dTranslationRoot()
172 CheckPlaneRootSameAs2dTranslationRoot(*t2, to_screen, *t2, 0, 0); in TEST_F()
173 to_screen = to_screen.Translate(7, 8); in TEST_F()
191 to_screen = to_screen.Scale(3); in TEST_F()
196 to_screen = to_screen.Translate(7, 8); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Dgeometry_mapper_transform_cache_test.cc86 const TransformationMatrix& to_screen, in CheckPlaneRootSameAs2dTranslationRoot() argument
102 EXPECT_EQ(to_screen, cache.to_screen()); in CheckPlaneRootSameAs2dTranslationRoot()
103 auto projection_from_screen = to_screen; in CheckPlaneRootSameAs2dTranslationRoot()
111 const TransformationMatrix& to_screen, in CheckPlaneRootDifferent2dTranslationRoot() argument
131 EXPECT_EQ(to_screen, cache.to_screen()); in CheckPlaneRootDifferent2dTranslationRoot()
132 auto projection_from_screen = to_screen; in CheckPlaneRootDifferent2dTranslationRoot()
172 CheckPlaneRootSameAs2dTranslationRoot(*t2, to_screen, *t2, 0, 0); in TEST_F()
173 to_screen = to_screen.Translate(7, 8); in TEST_F()
191 to_screen = to_screen.Scale(3); in TEST_F()
196 to_screen = to_screen.Translate(7, 8); in TEST_F()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/zones/
H A DZoneVertexDragInteraction.cpp31 const QTransform to_screen(m_context.imageView().imageToWidget()); in ZoneVertexDragInteraction() local
32 m_dragOffset = to_screen.map(vertex->point()) - screen_mouse_pos; in ZoneVertexDragInteraction()
42 const QTransform to_screen(m_context.imageView().imageToWidget()); in onPaint() local
49 m_visualizer.drawSpline(painter, to_screen, spline); in onPaint()
56 points.push_back(to_screen.map(vertex->point())); in onPaint()
73 const QPointF pt(to_screen.map(m_vertex->point())); in onPaint()
114 const QTransform to_screen(m_context.imageView().imageToWidget()); in onMouseMoveEvent() local
116 const QPointF current = to_screen.map(m_vertex->point()); in onMouseMoveEvent()
151 const QPointF origin(to_screen.map(m_vertex->point())); in checkProximity()
154 const Proximity prox_prev(origin, to_screen.map(prev)); in checkProximity()
[all …]
H A DZoneDragInteraction.cpp31 const QTransform to_screen(m_context.imageView().imageToWidget()); in ZoneDragInteraction() local
32 m_initialSplineFirstVertexPos = to_screen.map(spline->firstVertex()->point()); in ZoneDragInteraction()
43 const QTransform to_screen(m_context.imageView().imageToWidget()); in onPaint() local
50 m_visualizer.drawSpline(painter, to_screen, spline); in onPaint()
57 points.push_back(to_screen.map(vertex->point())); in onPaint()
63 m_visualizer.drawSpline(painter, to_screen, spline); in onPaint()
76 const QTransform to_screen(m_context.imageView().imageToWidget()); in onMouseMoveEvent() local
79 …const QPointF splineShift = to_screen.map(m_spline->firstVertex()->point()) - m_initialSplineFirst… in onMouseMoveEvent()
83 vertex->setPoint(from_screen.map(to_screen.map(vertex->point()) + shift - splineShift)); in onMouseMoveEvent()
H A DZoneDefaultInteraction.cpp49 const QTransform to_screen(m_context.imageView().imageToWidget()); in onPaint() local
60 points.push_back(to_screen.map(vertex->point())); in onPaint()
68 points.push_back(to_screen.map(vertex->point())); in onPaint()
72 m_visualizer.drawSpline(painter, to_screen, spline); in onPaint()
85 const QPointF pt(to_screen.map(m_nearestVertex->point())); in onPaint()
100 const QPointF screen_vertex(to_screen.map(m_nearestVertex->point())); in onPaint()
103 const QLineF line(to_screen.map(m_nearestSegment.toLine())); in onPaint()
119 const QTransform to_screen(m_context.imageView().imageToWidget()); in onProximityUpdate() local
160 const QLineF line(to_screen.map(segment.toLine())); in onProximityUpdate()
257 const QTransform to_screen(m_context.imageView().imageToWidget()); in onMouseMoveEvent() local
[all …]
H A DZoneCreationInteraction.cpp60 const QTransform to_screen(m_context.imageView().imageToWidget()); in onPaint() local
63 m_visualizer.drawSplines(painter, to_screen, m_context.zones()); in onPaint()
110 … const QLineF line2_mid1(to_screen.map(QLineF(m_nextVertexImagePos_mid1, m_nextVertexImagePos))); in onPaint()
124 … const QLineF line2_mid2(to_screen.map(QLineF(m_nextVertexImagePos_mid2, m_nextVertexImagePos))); in onPaint()
134 const QLineF line(to_screen.map(segment.toLine())); in onPaint()
148 const QLineF line(to_screen.map(QLineF(m_spline->lastVertex()->point(), m_nextVertexImagePos))); in onPaint()
156 …m_visualizer.drawVertex(painter, to_screen.map(m_nextVertexImagePos), m_visualizer.highlightBright… in onPaint()
189 const QTransform to_screen(m_context.imageView().imageToWidget()); in onMouseReleaseEvent() local
248 const QTransform to_screen(m_context.imageView().imageToWidget()); in onMouseMoveEvent() local
252 const QPointF first(to_screen.map(m_spline->firstVertex()->point())); in onMouseMoveEvent()
[all …]
H A DBasicSplineVisualizer.cpp29 void BasicSplineVisualizer::drawSplines(QPainter& painter, const QTransform& to_screen, const Edita… in drawSplines() argument
31 drawSpline(painter, to_screen, zone.spline()); in drawSplines()
36 const QTransform& to_screen, in drawSpline() argument
39 painter.drawPolygon(to_screen.map(spline->toPolygon()), Qt::WindingFill); in drawSpline()
/dports/www/youtube_dl/youtube-dl/youtube_dl/downloader/
H A Dcommon.py149 def to_screen(self, *args, **kargs): member in FileDownloader
150 self.ydl.to_screen(*args, **kargs)
153 self.ydl.to_screen(message)
229 self.to_screen('[download] Destination: ' + filename)
234 self.to_screen(fullmsg)
245 self.to_screen(clear_line + fullmsg, skip_eol=not is_last_line)
251 self.to_screen('[download] Download completed')
314 self.to_screen(
327 self.to_screen('[download] Unable to resume')
360 self.to_screen(
[all …]
H A Drtmp.py89 self.to_screen('')
91 self.to_screen('[rtmpdump] ' + line)
95 self.to_screen('')
176 self.to_screen('\n[rtmpdump] Interrupted by user')
184 self.to_screen('[rtmpdump] Downloaded %s bytes' % prevsize)
196 …self.to_screen('[rtmpdump] Could not download the whole video. This can happen for some advertisem…
201 self.to_screen('[rtmpdump] Downloaded %s bytes' % fsize)
/dports/www/youtube_dl/youtube-dl/youtube_dl/postprocessor/
H A Dffmpeg.py178 self._downloader.to_screen(
237 self._downloader.to_screen('[debug] ' + '\n'.join(msgs[:-1]))
338 self._downloader.to_screen('[ffmpeg] Destination: ' + new_path)
385 self._downloader.to_screen('[ffmpeg] There aren\'t any subtitles to embed')
476 self._downloader.to_screen('[ffmpeg] There isn\'t any metadata to add')
511 self._downloader.to_screen('[ffmpeg] Adding metadata to \'%s\'' % filename)
525 self._downloader.to_screen('[ffmpeg] Merging formats into "%s"' % filename)
558 self._downloader.to_screen('[ffmpeg] Fixing aspect ratio in "%s"' % filename)
576 self._downloader.to_screen('[ffmpeg] Correcting container in "%s"' % filename)
615 self._downloader.to_screen('[ffmpeg] Converting subtitles')
[all …]
H A Dembedthumbnail.py35 self._downloader.to_screen('[embedthumbnail] There aren\'t any thumbnails to embed')
55 self._downloader.to_screen(
69 …self._downloader.to_screen('[ffmpeg] Converting thumbnail "%s" to JPEG' % escaped_thumbnail_filena…
82 self._downloader.to_screen('[ffmpeg] Adding thumbnail to "%s"' % filename)
106 self._downloader.to_screen('[atomicparsley] Adding thumbnail to "%s"' % filename)
109 … self._downloader.to_screen('[debug] AtomicParsley command line: %s' % shell_quote(cmd))
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dupdate.py105 ydl.to_screen(f'Latest version: {version_id}, Current version: {__version__}')
107 ydl.to_screen(f'yt-dlp is up to date ({__version__})')
118 ydl.to_screen(f'Current Build Hash {calc_sha256sum(filename)}')
119 ydl.to_screen(f'Updating to version {version_id} ...')
200 ydl.to_screen('Updated yt-dlp to version %s' % version_id)
229 … ydl.to_screen('Updated yt-dlp to version %s; Restart yt-dlp to use the new version' % version_id)
254 def update_self(to_screen, verbose, opener): argument
256 printfn = to_screen
264 to_screen = printfn variable in update_self.FakeYDL
/dports/x11-wm/qtile/qtile-0.18.1/test/
H A Dtest_fakescreen.py156 manager.c.to_screen(1)
161 manager.c.to_screen(2)
165 manager.c.to_screen(3)
202 manager.c.to_screen(1)
217 manager.c.to_screen(1)
258 manager.c.to_screen(1)
276 manager.c.to_screen(2)
292 manager.c.to_screen(3)
308 manager.c.to_screen(0)
410 manager.c.to_screen(1)
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
606 int to_screen = 0; in __glXDestroyContext() local
847 int to_screen = 0; in MakeCurrent() local
1517 int to_screen = 0; in __glXWaitGL() local
1560 int to_screen = 0; in __glXWaitX() local
1612 int to_screen = 0; in __glXCopyContext() local
2112 int to_screen = 0; in __glXDoSwapBuffers() local
2351 int to_screen = 0; in __glXRender() local
2409 int to_screen = 0; in __glXRenderLarge() local
2756 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/dmx/glxProxy/
H A Dglxcmds.c166 int to_screen = screen; in CreateContext() local
603 int to_screen = 0; in __glXDestroyContext() local
844 int to_screen = 0; in MakeCurrent() local
1514 int to_screen = 0; in __glXWaitGL() local
1557 int to_screen = 0; in __glXWaitX() local
1609 int to_screen = 0; in __glXCopyContext() local
2109 int to_screen = 0; in __glXDoSwapBuffers() local
2348 int to_screen = 0; in __glXRender() local
2406 int to_screen = 0; in __glXRenderLarge() local
2753 int to_screen = 0; in __glXClientInfo() local
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/downloader/
H A Drtmp.py90 self.to_screen('')
92 self.to_screen('[rtmpdump] ' + line)
94 self.to_screen('')
179 self.to_screen('\n[rtmpdump] Interrupted by user')
187 self.to_screen('[rtmpdump] Downloaded %s bytes' % prevsize)
199 …self.to_screen('[rtmpdump] Could not download the whole video. This can happen for some advertisem…
204 self.to_screen('[rtmpdump] Downloaded %s bytes' % fsize)
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/postprocessor/
H A Dsponsorblock.py40 self.to_screen(f'SponsorBlock is not supported for {extractor}')
43 self.to_screen('Fetching SponsorBlock segments')
81 self.to_screen('No segments were found in the SponsorBlock database')
83 self.to_screen(f'Found {len(sponsor_chapters)} segments in the SponsorBlock database')
114 self.to_screen(f'Sleeping {sleep_interval} seconds ...')
H A Dffmpeg.py507 self.to_screen(f'Destination: {new_path}')
591 self.to_screen('There aren\'t any subtitles to embed')
655 self.to_screen('Embedding subtitles in "%s"' % filename)
700 self.to_screen('There isn\'t any metadata to add')
704 self.to_screen('Adding metadata to "%s"' % filename)
819 self.to_screen('Merging formats into "%s"' % filename)
845 self.to_screen(f'{msg} of "{filename}"')
942 self.to_screen('There aren\'t any subtitles to convert')
944 self.to_screen('Converting subtitles')
955 self.to_screen(
[all …]

12345678910