Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.hpp24 struct Matrix struct
40 float m[4][4];
111 inline Matrix::Matrix() in Matrix() function in sw::Matrix
115 inline Matrix::Matrix(const int i) in Matrix() function in sw::Matrix
127 inline Matrix::Matrix(const float m[16]) in Matrix() function in sw::Matrix
137 inline Matrix::Matrix(const float m[4][4]) in Matrix() function in sw::Matrix
147 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() function in sw::Matrix
159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix() function in sw::Matrix
172 inline Matrix::Matrix(const Vector &v1, const Vector &v2, const Vector &v3) in Matrix() function in sw::Matrix
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusmatrix.h47 Matrix(): nativeMatrix(NULL), lastStatus(Ok) in Matrix() function
51 Matrix(REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy): in Matrix() function
58 Matrix(const RectF& rect, const PointF *dstplg): in Matrix() function
64 Matrix(const Rect& rect, const Point *dstplg): in Matrix() function
223 Matrix(GpMatrix *matrix, Status status): in Matrix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
140 Matrix(const Matrix &M) in Matrix() function
147 Matrix(Matrix &&M) in Matrix() function
DReductionRules.h34 using Matrix = typename GraphT::Matrix; in applyR1() local
78 using Matrix = typename GraphT::Matrix; in applyR2() local
182 using Matrix = typename GraphT::Matrix; in backpropagate() local
DCostAllocator.h114 using Matrix = MatrixT; variable
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h235 struct Matrix : public Castable<Matrix, Type> { struct
256 Type const* const type;
258 const uint32_t columns;
260 const uint32_t rows;
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function
/third_party/flutter/skia/src/core/
DSkColorFilter_Matrix.cpp107 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20]) { in Matrix() function in SkColorFilters
111 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() function in SkColorFilters
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.cpp32 const LiveRegMatrix *Matrix) in AllocationOrder()
DRegAllocBase.h68 LiveRegMatrix *Matrix = nullptr; variable
/third_party/skia/third_party/externals/tint/src/sem/
Dmatrix_type.cc25 Matrix::Matrix(const Vector* column_type, uint32_t columns) in Matrix() function in tint::sem::Matrix
/third_party/skia/third_party/externals/tint/src/ast/
Dmatrix.cc24 Matrix::Matrix(ProgramID pid, in Matrix() function in tint::ast::Matrix
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java15 public class Matrix { class
21 public Matrix() { in Matrix() method in Matrix
31 public Matrix(float m0, float m4, float m8, float m12, in Matrix() method in Matrix
41 Matrix(long nativeInstance) { in Matrix() method in Matrix
/third_party/skia/src/core/
DSkColorFilter_Matrix.cpp235 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20]) { in Matrix() function in SkColorFilters
239 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() function in SkColorFilters
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRanges.java48 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges
56 Matrix() { in Matrix() method in PluralRanges.Matrix
/third_party/boost/libs/hana/example/cppcon_2014/matrix/
Dmatrix.hpp30 struct Matrix { }; struct
/third_party/skia/modules/sksg/include/
DSkSGTransform.h62 SG_ATTRIBUTE(Matrix, T, fMatrix) in SG_ATTRIBUTE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
/third_party/flutter/skia/modules/sksg/include/
DSkSGTransform.h62 SG_ATTRIBUTE(Matrix, T, fMatrix) in SG_ATTRIBUTE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIPreAllocateWWMRegs.cpp42 LiveRegMatrix *Matrix; member in __anon13f0c3960111::SIPreAllocateWWMRegs
/third_party/skia/third_party/externals/tint/src/resolver/
Dis_host_shareable_test.cc74 TEST_F(ResolverIsHostShareable, Matrix) { in TEST_F() argument
Dis_storeable_test.cc50 TEST_F(ResolverIsStorableTest, Matrix) { in TEST_F() argument
/third_party/skia/modules/skottie/src/text/
DTextAdapter.h24 class Matrix; variable
/third_party/flutter/engine/flutter/flow/
Dscene_update_context.h170 SkMatrix Matrix() const { return SkMatrix::MakeScale(ScaleX(), ScaleY()); } in Matrix() function

1234