Home
last modified time | relevance | path

Searched refs:toScreen (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dtransition.cpp122 toScreen[0] = 255; in transitionDisolve()
123 toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionDisolve()
125 toScreen[0] = toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionDisolve()
127 toScreen += 4; in transitionDisolve()
128 } while (toScreen < end); in transitionDisolve()
160 toScreen[1] = toScreen[2] = toScreen[3] = (n & 255); in transitionTV()
162 toScreen[0] = toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionTV()
164 toScreen += 4; in transitionTV()
188 toScreen[0] = 0xff; in transitionBlinds()
189 toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionBlinds()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dtransition.cpp205 GLubyte *toScreen = transitionTexture; in transitionDisolve()
222 toScreen[0] = toScreen[1] = toScreen[2] = 0; in transitionDisolve()
223 toScreen[3] = 255; in transitionDisolve()
225 toScreen[0] = toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionDisolve()
227 toScreen += 4; in transitionDisolve()
228 }while (toScreen < end); in transitionDisolve()
290 toScreen[0] = toScreen[1] = toScreen[2] = (n & 255); in transitionTV()
291 toScreen[3] = (n & 255); in transitionTV()
293 toScreen[0] = toScreen[1] = toScreen[2] = toScreen[3] = 0; in transitionTV()
295 toScreen += 4; in transitionTV()
[all …]
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dedgeitem.cpp51 path.moveTo (toScreen(_edge->tail())); in readPos()
54 path.cubicTo(toScreen(_edge->cp1()), in readPos()
55 toScreen(_edge->cp2()), in readPos()
56 toScreen(_edge->head())); in readPos()
59 path.lineTo(toScreen(_edge->head())); in readPos()
64 _cp1Item->setPos(toScreen(_edge->cp1())); in readPos()
65 _cp2Item->setPos(toScreen(_edge->cp2())); in readPos()
92 toScreen(_edge->head() + hLeft), in paint()
100 pth.lineTo(toScreen(_edge->head())); in paint()
162 painter->drawLine(toScreen(_edge->tail()), toScreen(_edge->cp1())); in paint()
[all …]
H A Dpathitem.cpp18 painterPath.moveTo (toScreen(e->tail())); in readPos()
21 painterPath.cubicTo(toScreen(e->cp1()), in readPos()
22 toScreen(e->cp2()), in readPos()
23 toScreen(e->head())); in readPos()
25 painterPath.lineTo(toScreen(e->head())); in readPos()
/dports/graphics/pixie/Pixie/src/ri/
H A Drenderer.cpp643 toScreen[element(0,1)] = 0; in beginFrame()
644 toScreen[element(0,2)] = 0; in beginFrame()
645 toScreen[element(0,3)] = 0; in beginFrame()
647 toScreen[element(1,0)] = 0; in beginFrame()
649 toScreen[element(1,2)] = 0; in beginFrame()
650 toScreen[element(1,3)] = 0; in beginFrame()
652 toScreen[element(2,0)] = 0; in beginFrame()
653 toScreen[element(2,1)] = 0; in beginFrame()
654 toScreen[element(2,2)] = 1; in beginFrame()
655 toScreen[element(2,3)] = 0; in beginFrame()
[all …]
/dports/math/kig/kig-21.12.3/misc/
H A Dkigpainter.cpp103 QRect qr = toScreen( r ); in drawFatPoint()
117 QRect qr = toScreen( r ); in drawFatPoint()
130 QRect qr = toScreen( r ); in drawFatPoint()
144 QRect qr = toScreen( r ); in drawFatPoint()
157 QRect qr = toScreen( r ); in drawFatPoint()
174 mP.drawPoint( toScreen(p) ); in drawPoint()
185 QRect t = toScreen(p); in drawText()
330 QPoint p = toScreen( *i ); in drawArea()
493 return msi.toScreen( p ); in toScreen()
541 return msi.toScreen( r ); in toScreen()
[all …]
H A Dscreeninfo.cc31 QPoint ScreenInfo::toScreen( const Coordinate& p ) const in toScreen() function in ScreenInfo
40 QRect ScreenInfo::toScreen( const Rect& r ) const in toScreen() function in ScreenInfo
43 toScreen( r.bottomLeft() ), in toScreen()
44 toScreen( r.topRight() ) in toScreen()
H A Dcoordinate_system.h67 virtual Coordinate toScreen (const QString& pt, bool& ok) const = 0;
87 Coordinate toScreen (const QString& pt, bool& ok) const override;
109 Coordinate toScreen (const QString& pt, bool& ok) const override;
H A Dscreeninfo.h28 QPoint toScreen( const Coordinate& p ) const;
29 QRect toScreen( const Rect& r ) const;
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/
H A DReporter.php179 $toScreen = false;
182 $toScreen = true;
188 return $toScreen;
207 $toScreen = false;
215 $toScreen = true;
233 $toScreen
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Reports/
H A DDiff.php107 * @param bool $toScreen Is the report being printed to screen?
120 $toScreen=true
123 if ($toScreen === true && $cachedData !== '') {
H A DSummary.php61 * @param bool $toScreen Is the report being printed to screen?
74 $toScreen=true argument
176 if ($toScreen === true && $interactive === false) {
H A DReport.php47 * @param bool $toScreen Is the report being printed to screen?
60 $toScreen=true argument
H A DInfo.php59 * @param bool $toScreen Is the report being printed to screen?
72 $toScreen=true argument
165 if ($toScreen === true && $interactive === false) {
H A DFull.php203 * @param bool $toScreen Is the report being printed to screen?
216 $toScreen=true argument
224 if ($toScreen === true && $interactive === false) {
H A DEmacs.php70 * @param bool $toScreen Is the report being printed to screen?
83 $toScreen=true argument
H A DCsv.php70 * @param bool $toScreen Is the report being printed to screen?
83 $toScreen=true
H A DCbf.php132 * @param bool $toScreen Is the report being printed to screen?
145 $toScreen=true argument
246 if ($toScreen === true && $interactive === false) {
H A DJson.php84 * @param bool $toScreen Is the report being printed to screen?
97 $toScreen=true argument
H A DCheckstyle.php86 * @param bool $toScreen Is the report being printed to screen?
99 $toScreen=true argument
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskyqpainter.cpp270 QPointF aScreen = m_proj->toScreen(a, true, &aVisible); in drawSkyLine()
271 QPointF bScreen = m_proj->toScreen(b, true, &bVisible); in drawSkyLine()
411 QPointF pos = m_proj->toScreen(planet, true, &visible); in drawPlanet()
480 QPointF pos = m_proj->toScreen(shadow, true, &visible); in drawEarthShadow()
511 QPointF pos = m_proj->toScreen(com, true, &visible); in drawComet()
574 QPointF pos = m_proj->toScreen(loc, true, &visible); in drawPointSource()
711 QPointF pos = m_proj->toScreen(&obj, true, &visible); in drawCatalogObject()
976 QPointF o = m_proj->toScreen(obj, true, &visible); in drawObservingList()
1005 pos = m_proj->toScreen(point.get(), true, &visible); in drawFlags()
1049 pos = m_proj->toScreen(sat, true, &visible); in drawSatellite()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/skynodes/
H A Dskypolygonnode.cpp33 polygon << m_proj->toScreen(points->at(i).get(), false, &isVisibleLast); in update()
51 QPointF oLast = m_proj->toScreen(pLast, true, &isVisibleLast); in update()
58 QPointF oThis = m_proj->toScreen(pThis, true, &isVisible); in update()
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dsurface.cpp134 KDE_NO_EXPORT IRect Surface::toScreen (const SSize &size) { in toScreen() function in Surface
142 return matrix.toScreen (SRect (0, 0, size)); in toScreen()
165 IRect scr = m.toScreen (s->bounds); in clipToScreen()
180 IRect scr = matrix.toScreen (rect); in repaint()
/dports/math/octave-forge-ltfat/ltfat/inst/blockproc/java/net/sourceforge/ltfat/thirdparty/
H A DJRangeSlider.java386 int min = toScreen(getLowValue()); in paintComponent()
387 int max = toScreen(getHighValue()); in paintComponent()
589 protected int toScreen(int xOrY) { in toScreen() method in JRangeSlider
658 int min = toScreen(getLowValue()); in pickHandle()
659 int max = toScreen(getHighValue()); in pickHandle()
694 pickOffsetLow = e.getY() - toScreen(getLowValue()); in mousePressed()
695 pickOffsetHigh = e.getY() - toScreen(getHighValue()); in mousePressed()
700 pickOffsetLow = e.getX() - toScreen(getLowValue()); in mousePressed()
701 pickOffsetHigh = e.getX() - toScreen(getHighValue()); in mousePressed()
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprControl.cpp486 …QPointF toScreen(float x, float y) { return QPointF((x - win_xmin) * win_dx, height() - (y - win_y… in toScreen() function in ExprGraphPreview
516 QRectF fullarea(toScreen(win_xmin, win_ymax), toScreen(win_xmax, win_ymin)); in paintEvent()
518 QRectF area(toScreen(xmin, ymax), toScreen(xmax, ymin)); in paintEvent()
526 path.moveTo(toScreen(x[0], y[0])); in paintEvent()
527 for (int i = 1; i < (int)x.size(); i++) path.lineTo(toScreen(x[i], y[i])); in paintEvent()
529 QRectF right(toScreen(xmax, ymax), toScreen(win_xmax, ymin)); in paintEvent()
530 QRectF bottom(toScreen(xmin, ymin), toScreen(xmax, win_ymin)); in paintEvent()
543 painter.drawEllipse(toScreen(cpx[i], cpy[i]), 2, 2); in paintEvent()

12345678