Home
last modified time | relevance | path

Searched refs:transMatrix (Results 1 – 18 of 18) sorted by relevance

/dports/devel/upp/upp/bazaar/DXF/
H A DBlock.cpp49 transStack.Add(transMatrix); in PushUcs()
56 transMatrix = transStack.Pop(); in PopUcs()
63 transMatrix.Scale(s); in ScaleUcs()
70 transMatrix.Rotate(a); in RotateUcs()
76 transMatrix.Translate(p); in TranslateUcs()
82 transMatrix.Translate(dx, dy); in TranslateUcs()
H A DBlock.h29 TransMatrix transMatrix;
92 TransMatrix const &GetTransformationMatrix(void) const { return transMatrix; } in GetTransformationMatrix()
/dports/games/spring/spring_98.0/rts/Sim/Features/
H A DFeature.h70 …tTransformMatrix(const bool synced = false, const bool error = false) const { return transMatrix; }
71 const CMatrix44f& GetTransformMatrixRef() const { return transMatrix; } in GetTransformMatrixRef()
109 CMatrix44f transMatrix; variable
H A DFeature.cpp46 CR_MEMBER(transMatrix),
236 transMatrix = CMatrix44f(pos, -rightdir, updir, frontdir); in CalculateTransform()
464 transMatrix = CMatrix44f(pos, -rightdir, updir, frontdir); in ForcedSpin()
562 transMatrix[13] = pos.y; in UpdatePosition()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScaledFontBase.cpp110 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
111 transMatrix.postTranslate(SkFloatToScalar(ctx.mGlyph->mPosition.x), in GetSkiaPathForGlyphs()
113 ctx.mPath.addPath(*glyphPath, transMatrix); in GetSkiaPathForGlyphs()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
130 transMatrix.postTranslate(SkFloatToScalar(ctx.mGlyph->mPosition.x), in GetSkiaPathForGlyphs()
132 ctx.mPath.addPath(*glyphPath, transMatrix); in GetSkiaPathForGlyphs()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
130 transMatrix.postTranslate(SkFloatToScalar(ctx.mGlyph->mPosition.x), in GetSkiaPathForGlyphs()
132 ctx.mPath.addPath(*glyphPath, transMatrix); in GetSkiaPathForGlyphs()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
130 transMatrix.postTranslate(SkFloatToScalar(ctx.mGlyph->mPosition.x), in GetSkiaPathForGlyphs()
132 ctx.mPath.addPath(*glyphPath, transMatrix); in GetSkiaPathForGlyphs()
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/itemeditor/
H A Dorientationwidget.cpp190 … Component::transMatrix( angle, flipped, bound.width()/2, bound.height()/2 ) ) ); in initFromComponent()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/testing/
H A DUnitTestMatrix.cxx175 vtkm::Matrix<T, NUM_COLS, NUM_ROWS> transMatrix = vtkm::MatrixTranspose(originalMatrix); in Transpose() local
178 VTKM_TEST_ASSERT(test_equal(originalMatrix(row, col), transMatrix(col, row)), in Transpose()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/testing/
H A DUnitTestMatrix.cxx198 vtkm::Matrix<T, NUM_COLS, NUM_ROWS> transMatrix = vtkm::MatrixTranspose(originalMatrix); in Transpose() local
201 VTKM_TEST_ASSERT(test_equal(originalMatrix(row, col), transMatrix(col, row)), in Transpose()
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DAdvTreeDrawer.cpp637 CMatrix44f transMatrix(pos, xvec, yvec, zvec); in Draw() local
640 glMultMatrixf(&transMatrix[0]); in Draw()
1010 CMatrix44f transMatrix(pos, xvec, yvec, zvec); in DrawShadowPass() local
1013 glMultMatrixf(&transMatrix[0]); in DrawShadowPass()
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/
H A Dcomponent.h140 static QMatrix transMatrix( int angleDegrees, bool flipped, int x, int y, bool inverse = false );
H A Dcomponent.cpp243 …QPolygon transformedPoints = transMatrix( m_angleDegrees, b_flipped, 0, 0, false ).map(m_itemPoint… in itemPointsChanged()
267 QMatrix Component::transMatrix( int angleDegrees, bool flipped, int x, int y, bool inverse ) in transMatrix() function in Component
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpdf_analyzer.cpp262 QTransform transMatrix(mt[0], mt[1], mt[2], mt[3], mt[4], mt[5]); in inspectCanvas() local
263 currGS.ctm = transMatrix*currGS.ctm; in inspectCanvas()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtree.cpp2386 … * transMatrix = child->GetCompExp(categoryCount>1?catCount:(-1))->theData + cc*cBase; in RecoverNodeSupportStates() local
2389 tmp2 += transMatrix[cc2] * childSupport[cc2]; in RecoverNodeSupportStates()
2437 * transMatrix = child->GetCompExp(catID)->theData + cc*cBase; in RecoverNodeSupportStates2() local
2440 tmp2 += transMatrix[cc2] * childSupport[cc2]; in RecoverNodeSupportStates2()
2462 * transMatrix = child->GetCompExp(catID)->theData + cc*cBase; in RecoverNodeSupportStates2() local
2465 tmp2 += transMatrix[cc2] * childSupport[cc2]; in RecoverNodeSupportStates2()
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dcnitem.cpp459 m = c->transMatrix( c->angleDegrees(), c->flipped(), int(x()), int(y()), false ); in updateConnectorPoints()
H A Ditemlibrary.cpp468 QMatrix transMatrix; // Matrix to apply to the image in componentImage() local