Home
last modified time | relevance | path

Searched refs:mOrientation (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/mathematics/
H A DTransform.h228 …nsform(Vector3(mPosition.x + mOrientation.w * prodX - prodY * mOrientation.z + prodZ * mOrientatio…
229 …mPosition.y + mOrientation.w * prodY - prodZ * mOrientation.x + prodX * mOrientation.z - prodW * m…
231 … Quaternion(mOrientation.w * transform2.mOrientation.x + transform2.mOrientation.w * mOrientation.x
232 … + mOrientation.y * transform2.mOrientation.z - mOrientation.z * transform2.mOrientation.y,
233mOrientation.w * transform2.mOrientation.y + transform2.mOrientation.w * mOrientation.y
234 … + mOrientation.z * transform2.mOrientation.x - mOrientation.x * transform2.mOrientation.z,
235mOrientation.w * transform2.mOrientation.z + transform2.mOrientation.w * mOrientation.z
236 … + mOrientation.x * transform2.mOrientation.y - mOrientation.y * transform2.mOrientation.x,
237mOrientation.w * transform2.mOrientation.w - mOrientation.x * transform2.mOrientation.x
238 … - mOrientation.y * transform2.mOrientation.y - mOrientation.z * transform2.mOrientation.z));
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dtransformimageoperation.cpp35 Orientation mOrientation; member
39 : mOrientation(orientation) in TransformJob()
48 document()->editor()->applyTransformation(mOrientation); in threadedStart()
55 d->mOrientation = orientation; in TransformImageOperation()
56 switch (d->mOrientation) { in TransformImageOperation()
84 redoAsDocumentJob(new TransformJob(d->mOrientation)); in redo()
90 switch (d->mOrientation) { in undo()
98 orientation = d->mOrientation; in undo()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DOrientedImage.cpp29 if (mOrientation.SwapsWidthAndHeight()) { in GetWidth()
38 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
85 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
141 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
155 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
166 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
183 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
245 switch (mOrientation.flip) { in OrientationMatrix()
262 switch (mOrientation.rotation) { in OrientationMatrix()
290 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/vr/
H A DXRRigidTransform.cpp19 NS_IMPL_CYCLE_COLLECTION_UNLINK(mParent, mPosition, mOrientation, mInverse)
25 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mParent, mPosition, mOrientation, mInverse) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
42 mOrientation(nullptr), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
57 mOrientation(nullptr), in XRRigidTransform()
94 if (!mOrientation) { in Orientation()
98 return mOrientation; in Orientation()
137 if (mOrientation) { in UpdateInternal()
138 mOrientation->SetX(mRawOrientation.x); in UpdateInternal()
139 mOrientation->SetY(mRawOrientation.y); in UpdateInternal()
140 mOrientation->SetZ(mRawOrientation.z); in UpdateInternal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/vr/
H A DXRRigidTransform.cpp18 NS_IMPL_CYCLE_COLLECTION_UNLINK(mParent, mPosition, mOrientation, mInverse)
24 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mParent, mPosition, mOrientation, mInverse) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
41 mOrientation(nullptr), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
56 mOrientation(nullptr), in XRRigidTransform()
97 if (!mOrientation) { in Orientation()
101 return mOrientation; in Orientation()
144 if (mOrientation) { in UpdateInternal()
145 mOrientation->SetX(mRawOrientation.x); in UpdateInternal()
146 mOrientation->SetY(mRawOrientation.y); in UpdateInternal()
147 mOrientation->SetZ(mRawOrientation.z); in UpdateInternal()
[all …]
/dports/www/firefox/firefox-99.0/dom/vr/
H A DXRRigidTransform.cpp19 NS_IMPL_CYCLE_COLLECTION_UNLINK(mParent, mPosition, mOrientation, mInverse)
25 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mParent, mPosition, mOrientation, mInverse) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
42 mOrientation(nullptr), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
57 mOrientation(nullptr), in XRRigidTransform()
94 if (!mOrientation) { in Orientation()
98 return mOrientation; in Orientation()
137 if (mOrientation) { in UpdateInternal()
138 mOrientation->SetX(mRawOrientation.x); in UpdateInternal()
139 mOrientation->SetY(mRawOrientation.y); in UpdateInternal()
140 mOrientation->SetZ(mRawOrientation.z); in UpdateInternal()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/vr/
H A DXRRigidTransform.cpp19 NS_IMPL_CYCLE_COLLECTION_UNLINK(mParent, mPosition, mOrientation, mInverse)
25 NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mParent, mPosition, mOrientation, mInverse) in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
42 mOrientation(nullptr), in NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN()
57 mOrientation(nullptr), in XRRigidTransform()
94 if (!mOrientation) { in Orientation()
98 return mOrientation; in Orientation()
137 if (mOrientation) { in UpdateInternal()
138 mOrientation->SetX(mRawOrientation.x); in UpdateInternal()
139 mOrientation->SetY(mRawOrientation.y); in UpdateInternal()
140 mOrientation->SetZ(mRawOrientation.z); in UpdateInternal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DOrientedImage.cpp30 if (mOrientation.SwapsWidthAndHeight()) { in GetWidth()
39 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
49 if (mOrientation.SwapsWidthAndHeight()) { in GetNativeSizes()
64 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicSize()
140 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMETHODIMP_()
153 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
167 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
178 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
197 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
293 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DOrientedImage.cpp29 if (mOrientation.SwapsWidthAndHeight()) { in GetWidth()
38 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
48 if (mOrientation.SwapsWidthAndHeight()) { in GetNativeSizes()
63 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicSize()
139 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMETHODIMP_()
152 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
166 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
177 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
195 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
291 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DOrientedImage.cpp30 if (mOrientation.SwapsWidthAndHeight()) { in GetWidth()
39 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
49 if (mOrientation.SwapsWidthAndHeight()) { in GetNativeSizes()
64 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicSize()
140 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMETHODIMP_()
153 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
167 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
178 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
197 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
293 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DOrientedImage.cpp32 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMPL_ISUPPORTS_INHERITED0()
42 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
54 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicSize()
66 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicRatio()
79 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
138 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
153 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
220 switch (mOrientation.flip) { in OrientationMatrix()
237 switch (mOrientation.rotation) { in OrientationMatrix()
268 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
[all …]
/dports/www/firefox/firefox-99.0/image/
H A DOrientedImage.cpp29 if (mOrientation.SwapsWidthAndHeight()) { in GetWidth()
38 if (mOrientation.SwapsWidthAndHeight()) { in GetHeight()
48 if (mOrientation.SwapsWidthAndHeight()) { in GetNativeSizes()
63 if (mOrientation.SwapsWidthAndHeight()) { in GetIntrinsicSize()
139 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMETHODIMP_()
152 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
171 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
267 if (mOrientation.IsIdentity()) { in NS_IMETHODIMP_()
275 if (mOrientation.SwapsWidthAndHeight()) { in NS_IMETHODIMP_()
312 if (!mOrientation.SwapsWidthAndHeight()) { in OptimalImageSizeForDest()
[all …]
/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Diconprogressbar.cpp35 mOrientation(HORIZONTAL), in IconProgressBar()
45 mOrientation(HORIZONTAL), in IconProgressBar()
56 mOrientation(HORIZONTAL), in IconProgressBar()
98 if (mOrientation == HORIZONTAL) { in draw()
152 if (mOrientation != orientation) { in setOrientation()
157 mOrientation = orientation; in setOrientation()
164 return mOrientation; in getOrientation()
195 if (mOrientation == HORIZONTAL) { in adjustSize()
H A Dimageprogressbar.cpp37 mOrientation(HORIZONTAL), in ImageProgressBar()
48 mOrientation(HORIZONTAL), in ImageProgressBar()
60 mOrientation(HORIZONTAL), in ImageProgressBar()
150 if (mOrientation != orientation) { in setOrientation()
155 mOrientation = orientation; in setOrientation()
160 return mOrientation; in getOrientation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreNode.cpp56 mOrientation(Quaternion::IDENTITY), in Node()
86 mOrientation(Quaternion::IDENTITY), in Node()
379 return mOrientation; in getOrientation()
386 mOrientation = q; in setOrientation()
387 mOrientation.normalise(); in setOrientation()
430 axisX = mOrientation * axisX; in getLocalAxes()
431 axisY = mOrientation * axisY; in getLocalAxes()
432 axisZ = mOrientation * axisZ; in getLocalAxes()
520 mOrientation = qnorm * mOrientation; in rotate()
524 mOrientation = mOrientation * _getDerivedOrientation().Inverse() in rotate()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/layertree/
H A Dqgscolorramplegendnodesettings.cpp37 , mOrientation( other.mOrientation ) in QgsColorRampLegendNodeSettings()
52 mOrientation = other.mOrientation; in operator =()
108 …settingsElement.setAttribute( QStringLiteral( "orientation" ), static_cast< int >( mOrientation ) … in writeXml()
133mOrientation = static_cast< Qt::Orientation >( settingsElement.attribute( QStringLiteral( "orient… in readXml()
185 return mOrientation; in orientation()
190 mOrientation = orientation; in setOrientation()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreNode.cpp46 mOrientation(Quaternion::IDENTITY), in Node()
358 mOrientation = q; in setOrientation()
359 mOrientation.normalise(); in setOrientation()
397 axisX = mOrientation * axisX; in getLocalAxes()
398 axisY = mOrientation * axisY; in getLocalAxes()
399 axisZ = mOrientation * axisZ; in getLocalAxes()
413 mPosition += mOrientation * d; in translate()
482 mOrientation = q * mOrientation; in rotate()
486 mOrientation = mOrientation * _getDerivedOrientation().Inverse() in rotate()
491 mOrientation = mOrientation * q; in rotate()
[all …]
H A DOgreCamera.cpp40 mOrientation(Quaternion::IDENTITY), in Camera()
144 Vector3 trans = mOrientation * vec; in moveRelative()
233 return mOrientation * Vector3::UNIT_Y; in getUp()
239 return mOrientation * Vector3::UNIT_X; in getRight()
312 Quaternion qres = q * mOrientation; in rotate()
314 mOrientation = qres; in rotate()
343 mRealOrientation = mOrientation; in isViewOutOfDate()
496 return mOrientation; in getOrientation()
502 mOrientation = q; in setOrientation()
503 mOrientation.normalise(); in setOrientation()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/projecteditor/cmd/
H A Dcmdflipselectedboarditems.cpp72 mOrientation(orientation) { in CmdFlipSelectedBoardItems()
181 cmd->mirror(center, mOrientation, false); // can throw in performExecute()
201 cmd->setPosition(netpoint->getPosition().mirrored(mOrientation, center), in performExecute()
210 cmd->setPosition(via->getPosition().mirrored(mOrientation, center), false); in performExecute()
217 cmd->mirror(center, mOrientation, false); in performExecute()
225 cmd->mirrorGeometry(mOrientation, center, false); in performExecute()
234 cmd->mirrorGeometry(mOrientation, center, false); in performExecute()
242 cmd->setPosition(hole->getPosition().mirrored(mOrientation, center), false); in performExecute()
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutruler.cpp35 , mOrientation( orientation ) in QgsLayoutRuler()
61 switch ( mOrientation ) in QgsLayoutRuler()
115 switch ( mOrientation ) in paintEvent()
268 switch ( mOrientation ) in drawMarkerPos()
304 switch ( mOrientation ) in drawGuideMarkers()
321 switch ( mOrientation ) in drawGuideAtPos()
385 switch ( mOrientation ) in guideAtPoint()
444 switch ( mOrientation ) in drawSmallDivisions()
471 switch ( mOrientation ) in drawSmallDivisions()
666 switch ( mOrientation ) in mouseMoveEvent()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutruler.cpp35 , mOrientation( orientation ) in QgsLayoutRuler()
65 switch ( mOrientation ) in QgsLayoutRuler()
119 switch ( mOrientation ) in paintEvent()
272 switch ( mOrientation ) in drawMarkerPos()
308 switch ( mOrientation ) in drawGuideMarkers()
325 switch ( mOrientation ) in drawGuideAtPos()
389 switch ( mOrientation ) in guideAtPoint()
448 switch ( mOrientation ) in drawSmallDivisions()
475 switch ( mOrientation ) in drawSmallDivisions()
670 switch ( mOrientation ) in mouseMoveEvent()
[all …]
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartMeasure.cpp38 mOrientation( KChartEnums::MeasureOrientationAuto ) in Measure()
49 mOrientation( orientation ) in Measure()
58 mOrientation( r.referenceOrientation() ) in Measure()
69 mOrientation = r.referenceOrientation(); in operator =()
86 KChartEnums::MeasureOrientation orientation = mOrientation; in calculatedValue()
180 mOrientation == r.referenceOrientation() ); in operator ==()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DMPEGVSensor.java187 private float[] mOrientation = new float[3]; field in MPEGVSensor
234 SensorManager.getOrientation(mR, mOrientation); in onSensorChanged()
236 lowPass(mOrientation, ordata); in onSensorChanged()
239 al[ind] = mOrientation[0]; in onSensorChanged()
240 pl[ind] = mOrientation[1]; in onSensorChanged()
241 rl[ind] = mOrientation[2]; in onSensorChanged()
465 ordata[0] = mOrientation[0]; in filterOrientationData()
466 ordata[1] = mOrientation[1]; in filterOrientationData()
467 ordata[2] = mOrientation[2]; in filterOrientationData()
470 filterData(mOrientation, ordata); in filterOrientationData()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DMPEGVSensor.java187 private float[] mOrientation = new float[3]; field in MPEGVSensor
234 SensorManager.getOrientation(mR, mOrientation); in onSensorChanged()
236 lowPass(mOrientation, ordata); in onSensorChanged()
239 al[ind] = mOrientation[0]; in onSensorChanged()
240 pl[ind] = mOrientation[1]; in onSensorChanged()
241 rl[ind] = mOrientation[2]; in onSensorChanged()
465 ordata[0] = mOrientation[0]; in filterOrientationData()
466 ordata[1] = mOrientation[1]; in filterOrientationData()
467 ordata[2] = mOrientation[2]; in filterOrientationData()
470 filterData(mOrientation, ordata); in filterOrientationData()
/dports/graphics/gwenview/gwenview-21.12.3/lib/thumbnailview/
H A Dthumbnailbarview.cpp352 Qt::Orientation mOrientation; member
362 return mOrientation == Qt::Horizontal ? &QSize::width : &QSize::height; in mainDimension()
367 return mOrientation == Qt::Horizontal ? &QSize::height : &QSize::width; in oppositeDimension()
394 if (mOrientation == Qt::Horizontal) { in scrollToValue()
412 if (mOrientation == Qt::Vertical) { in updateMinMaxSizes()
434 if (mOrientation == Qt::Horizontal) { in updateThumbnailSize()
457 d->mOrientation = Qt::Vertical; // To pass value-has-changed check in setOrientation() in ThumbnailBarView()
479 return d->mOrientation; in orientation()
484 if (d->mOrientation == orientation) { in setOrientation()
487 d->mOrientation = orientation; in setOrientation()
[all …]

12345678910>>...21