Home
last modified time | relevance | path

Searched defs:transMatrix (Results 1 – 12 of 12) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Features/
H A DFeature.h109 CMatrix44f transMatrix; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScaledFontBase.cpp110 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScaledFontBase.cpp129 SkMatrix transMatrix(scaleMatrix); in GetSkiaPathForGlyphs() local
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DAdvTreeDrawer.cpp637 CMatrix44f transMatrix(pos, xvec, yvec, zvec); in Draw() local
1010 CMatrix44f transMatrix(pos, xvec, yvec, zvec); in DrawShadowPass() local
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Ditemlibrary.cpp468 QMatrix transMatrix; // Matrix to apply to the image in componentImage() local
/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
/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
/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
/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
2437 * transMatrix = child->GetCompExp(catID)->theData + cc*cBase; in RecoverNodeSupportStates2() local
2462 * transMatrix = child->GetCompExp(catID)->theData + cc*cBase; in RecoverNodeSupportStates2() local
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/
H A Dcomponent.cpp267 QMatrix Component::transMatrix( int angleDegrees, bool flipped, int x, int y, bool inverse ) in transMatrix() function in Component