Home
last modified time | relevance | path

Searched refs:addMatrix (Results 26 – 50 of 108) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp136 this->addMatrix(*rec.fClipMatrix); in recordSaveLayer()
226 this->addMatrix(matrix); in recordConcat()
235 this->addMatrix(matrix); in didSetMatrix()
611 this->addMatrix(m); in onDrawTextOnPath()
668 this->addMatrix(m); in onDrawPicture()
685 this->addMatrix(*matrix); in onDrawDrawable()
827 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
H A DSkColorSpaceXform_A2B.h36 void addMatrix(const SkMatrix44& matrix);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp152 this->addMatrix(*rec.fClipMatrix); in recordSaveLayer()
242 this->addMatrix(matrix); in recordConcat()
251 this->addMatrix(matrix); in didSetMatrix()
606 this->addMatrix(m); in onDrawPicture()
623 this->addMatrix(*matrix); in onDrawDrawable()
796 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet()
836 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxVisualSceneExporter.cpp175 colladaNode.addMatrix ( matrix ); in doExport()
330 colladaNode.addMatrix ( matrix ); in exportTransformations()
366 colladaNode.addMatrix (MATRIX_SID, matrix ); in exportTransformations()
368 colladaNode.addMatrix (matrix ); in exportTransformations()
564 colladaNode.addMatrix ( matrix ); in exportTransformations()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp207 this->addMatrix(matrix); in recordConcat()
216 this->addMatrix(matrix); in didSetMatrix()
620 this->addMatrix(m); in onDrawTextOnPath()
677 this->addMatrix(m); in onDrawPicture()
700 this->addMatrix(m); in onDrawShadowedPicture()
717 this->addMatrix(*matrix); in onDrawDrawable()
896 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPictureRecord.cpp257 this->addMatrix(matrix); in recordConcat()
266 this->addMatrix(matrix); in didSetMatrix()
637 this->addMatrix(m); in onDrawPicture()
654 this->addMatrix(*matrix); in onDrawDrawable()
825 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet()
865 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DTextureMatrix.h90 int addMatrix(TextureMatrix* matrix);
/dports/games/bzflag/bzflag-2.4.22/include/
H A DTextureMatrix.h90 int addMatrix(TextureMatrix* matrix);
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DCustomTextureMatrix.cxx117 TEXMATRIXMGR.addMatrix (texmat); in writeToManager()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DCustomTextureMatrix.cxx117 TEXMATRIXMGR.addMatrix (texmat); in writeToManager()
/dports/math/grpn/grpn-1.5.2/src/
H A Dmatrix.h63 Matrix * addMatrix(Matrix *, Matrix *);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/flash/
H A Dswfwriter2.cxx276 void Tag::addMatrix( const ::basegfx::B2DHomMatrix& rMatrix ) // #i73264# in addMatrix() function in Tag
529 pTag->addMatrix( maMatrix ); in addTo()
615 pTag->addMatrix( m ); in Impl_addGradient()
H A Dswfwriter.cxx76 mpTag->addMatrix( m ); // identity matrix in Writer()
222 mpTag->addMatrix( aMatrix ); // transformation matrix in placeShape()
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DTextureMatrix.cxx66 int TextureMatrixManager::addMatrix(TextureMatrix* texmat) in addMatrix() function in TextureMatrixManager
128 addMatrix(texmat); in unpack()
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DTextureMatrix.cxx66 int TextureMatrixManager::addMatrix(TextureMatrix* texmat) in addMatrix() function in TextureMatrixManager
128 addMatrix(texmat); in unpack()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/src/src-shared/
H A DHOPSPACK_Matrix.cpp171 void HOPSPACK::Matrix::addMatrix(const HOPSPACK::Matrix& B) in addMatrix() function in HOPSPACK::Matrix
178 void HOPSPACK::Matrix::addMatrix(const HOPSPACK::Matrix& B, double alpha) in addMatrix() function in HOPSPACK::Matrix
185 void HOPSPACK::Matrix::addMatrix(const HOPSPACK::Matrix& B, const HOPSPACK::Vector& s) in addMatrix() function in HOPSPACK::Matrix
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/tests/
H A DColumnVectorTest.php146 public function addMatrix() : void function in Tensor\\Tests\\ColumnVectorTest
/dports/math/clblas/clBLAS-2.10/src/library/tools/ktest/steps/
H A Dsymv.cpp62 A = addMatrix("A", type + "*", args.N, args.N, args.lda, args.offA); in declareVars()
H A Dgemv.cpp60 A = addMatrix("A", type + "*", args.M, args.N, args.lda, args.offA); in declareVars()
/dports/math/clblas/clBLAS-2.10/src/library/tools/ktest/
H A Dstep.h209 MatrixVariable* addMatrix(const std::string& name, const std::string& type,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DRenderBin.cpp555 stats.addMatrix(); // number of matrices in getStats()
583 if (rl->_modelview.get()) stats.addMatrix(); // number of matrices in getStats()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DRenderBin.cpp555 stats.addMatrix(); // number of matrices in getStats()
585 if (rl->_modelview.get()) stats.addMatrix(); // number of matrices in getStats()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/linearalgebra/
H A DAffineTransformation.java179 public void addMatrix(double[][] m) { in addMatrix() method in AffineTransformation
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/src/
H A DColumnVector.php128 public function addMatrix(Matrix $b) : Matrix function in Tensor\\ColumnVector
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/
H A DAffineTransformationTest.java146 t.addMatrix(rm); in testMatrix()

12345