Home
last modified time | relevance | path

Searched refs:scY (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/backends/platform/ds/
H A Dds-graphics.cpp39 static int scY; variable
124 if (scY + 192 > gameHeight - 1) { in VBlankHandler()
125 scY = gameHeight - 1 - 192; in VBlankHandler()
128 if (scY < 0) { in VBlankHandler()
129 scY = 0; in VBlankHandler()
132 …OSystem_DS::instance()->setMainScreen((scX << 8) + (s_shakeXOffset << 8), (scY << 8) + (s_shakeYOf… in VBlankHandler()
134 if (scY > gameHeight - 192 - 1) { in VBlankHandler()
135 scY = gameHeight - 192 - 1; in VBlankHandler()
138 if (scY < 0) { in VBlankHandler()
139 scY = 0; in VBlankHandler()
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dunary_mx.cpp167 MX UnaryMX::_get_binary(casadi_int op, const MX& y, bool scX, bool scY) const { in _get_binary()
170 if (op==OP_ADD) return y->_get_binary(OP_SUB, dep(), scY, scX); in _get_binary()
171 else if (op==OP_MUL) return -dep()->_get_binary(OP_MUL, y, scX, scY); in _get_binary()
172 else if (op==OP_DIV) return -dep()->_get_binary(OP_DIV, y, scX, scY); in _get_binary()
175 if (op==OP_MUL) return y->_get_binary(OP_DIV, dep(), scY, scX); in _get_binary()
191 return MXNode::_get_binary(op, y, scX, scY); in _get_binary()
H A Dbinary_mx_impl.hpp262 MX BinaryMX<ScX, ScY>::_get_binary(casadi_int op, const MX& y, bool scX, bool scY) const { in _get_binary()
263 if (!GlobalOptions::simplification_on_the_fly) return MXNode::_get_binary(op, y, scX, scY); in _get_binary()
278 return MXNode::_get_binary(op, y, scX, scY); in _get_binary()
301 bool scY = t & 2; in deserialize() local
304 if (scY) return new BinaryMX<true, true>(s); in deserialize()
307 if (scY) return new BinaryMX<false, true>(s); in deserialize()
H A Dmx_node.cpp681 MX MXNode::_get_binary(casadi_int op, const MX& y, bool scX, bool scY) const { in _get_binary()
682 casadi_assert_dev(sparsity()==y.sparsity() || scX || scY); in _get_binary()
725 return y->_get_binary(op, shared_from_this<MX>(), scY, scX); in _get_binary()
729 return _get_binary(OP_CONSTPOW, y, scX, scY); in _get_binary()
754 return _get_binary(OP_SUB, y->dep(), scX, scY); in _get_binary()
756 return _get_binary(OP_ADD, y->dep(), scX, scY); in _get_binary()
758 return -_get_binary(OP_MUL, y->dep(), scX, scY); in _get_binary()
760 return -_get_binary(OP_DIV, y->dep(), scX, scY); in _get_binary()
765 return _get_binary(OP_DIV, y->dep(), scX, scY); in _get_binary()
767 return _get_binary(OP_MUL, y->dep(), scX, scY); in _get_binary()
[all …]
H A Dunary_mx.hpp90 MX _get_binary(casadi_int op, const MX& y, bool scX, bool scY) const override;
H A Dbinary_mx.hpp103 MX _get_binary(casadi_int op, const MX& y, bool scX, bool scY) const override;
H A Dmx_node.hpp464 virtual MX _get_binary(casadi_int op, const MX& y, bool scX, bool scY) const;
/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_coordinates_converter.h31 #define SCALE_LESS_THAN(scX, scY, value) \ argument
32 (scX < (value) - EPSILON && scY < (value) - EPSILON)
33 #define SCALE_MORE_OR_EQUAL_TO(scX, scY, value) \ argument
34 (scX > (value) - EPSILON && scY > (value) - EPSILON)
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dutil_math.h65 void SCRIBUS_API getScaleFromMatrix(QTransform &matrix, double &scX, double &scY);
66 void SCRIBUS_API getTransformValuesFromMatrix(QTransform &matrix, double &scX, double &scY, double …
H A Dutil_math.cpp529 void getScaleFromMatrix(QTransform &matrix, double &scX, double &scY) in getScaleFromMatrix() argument
536 scY = lineY.length(); in getScaleFromMatrix()
539 void getTransformValuesFromMatrix(QTransform &matrix, double &scX, double &scY, double &rot, double… in getTransformValuesFromMatrix() argument
546 scY = lineY.length(); in getTransformValuesFromMatrix()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/cvg/
H A Dimportcvg.cpp413 qreal scY = obH / 16384.0; in getObjects() local
424 Coords.svgMoveTo(x1 / 72.0 * scX, y1 / 72.0 * scY * scPg); in getObjects()
430 Coords.svgLineTo(x1 / 72.0 * scX, y1 / 72.0 * scY * scPg); in getObjects()
436 …c(cx1 / 72.0 * scX, cy1 / 72.0 * scY * scPg, cx2 / 72.0 * scX, cy2 / 72.0 * scY * scPg, x1 / 72.0 … in getObjects()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ds/arm9/source/
H A Ddsmain.cpp208 static int scY; variable
2070 dragScY = scY; in VBlankHandler()
2208 scY += offsY; in VBlankHandler()
2223 scY = gameHeight - 1 - 192; in VBlankHandler()
2226 if (scY < 0) { in VBlankHandler()
2227 scY = 0; in VBlankHandler()
2243 if (scY < 0) { in VBlankHandler()
2244 scY = 0; in VBlankHandler()
2391 scY = 0; in initHardware()
2567 scY += penY - 191; in penUpdate()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dartprov.cpp230 double scY = (double)sizeNeeded.GetHeight() / bmp.GetHeight(); in RescaleBitmap() local
231 dc.SetUserScale(scX, scY); in RescaleBitmap()
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A Dstate.tcl610 if [info exists XCTrace(scY)] {
611 if [winfo exists $XCTrace(scY)] {
612 $XCTrace(scY) config -to $nydir
H A DisoControl.tcl660 set XCTrace(scY) [scale $f2b.scY -from 1 -to $nydir -length 100 \
668 pack $XCTrace(scY) -side top
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DESS_BEER_MCPL.instr79 double scX,scY, scZ, scP;
289 scY = r[1]*1000;
326 COMPONENT MonNDY = Monitor_nD(xwidth=2, yheight=2, user1=scY,
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DTrackVdr.cpp162 scX = 1.f / size; scY = 1.f / size; in CreateVdrMinimap()
192 -(p[a][1] - minY)*scY*2+1, 0); a++; in CreateVdrMinimap()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCHud.h125 float asp, scX,scY, minX,maxX, minY,maxY; // minimap visible range variable
H A DCHud.cpp27 ,scX(1),scY(1), minX(0),maxX(0), minY(0),maxY(0) in CHud()
H A DHud_Update.cpp880 yc = -(mp.y - minY)*scY+1.f; in UpdRot()
905 yp = -(mp.y - minY)*scY*2.f+1.f; in UpdRot()
H A DHud_Create.cpp222 scX = 1.f / size; scY = 1.f / size; in Create()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/xar/
H A Dimportxar.cpp1525 quint32 scX, skX, skY, scY; in startComplexText() local
1527 ts >> scX >> skX >> skY >> scY; in startComplexText()
1530 double scaleY = decodeFixed16(scY); in startComplexText()
1573 quint32 scX, skX, skY, scY; in startComplexPathText() local
1575 ts >> scX >> skX >> skY >> scY; in startComplexPathText()
1578 double scaleY = decodeFixed16(scY); in startComplexPathText()
1660 quint32 scX, skX, skY, scY; in handleQuickShapeSimple() local
1662 ts >> scX >> skX >> skY >> scY; in handleQuickShapeSimple()
1666 double scaleY = decodeFixed16(scY); in handleQuickShapeSimple()
2995 quint32 scX, skX, skY, scY; in createSimilarItem() local
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dsrchctlg.cpp958 double scY = (double)sizeNeeded.GetHeight() / bmp.GetHeight(); in RescaleBitmap() local
959 dc.SetUserScale(scX, scY); in RescaleBitmap()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/xps/
H A Dimportxps.cpp1227 double scY = 1.0; in parseObjectXML() local
1231 getTransformValuesFromMatrix( obState.transform, scX, scY, rot, dx, dy); in parseObjectXML()
1235 if ((scX != 1.0) || (scY != 1.0)) in parseObjectXML()
1236 retObj->PoLine.scale(scX, scY); in parseObjectXML()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/idml/
H A Dimportidml.cpp2164 double scX, scY, rot, dx, dy; in parseItemXML() local
2165 getTransformValuesFromMatrix(finalMat, scX, scY, rot, dx, dy); in parseItemXML()
2178 scY *= -1; in parseItemXML()

12