/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Matrix.hpp | 24 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/ |
D | gdiplusmatrix.h | 47 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/ |
D | Math.h | 127 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
|
D | ReductionRules.h | 34 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
|
D | CostAllocator.h | 114 using Matrix = MatrixT; variable
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 235 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/ |
D | matrix_utils.h | 30 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/ |
D | matrix_utils.h | 30 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/ |
D | SkColorFilter_Matrix.cpp | 107 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/ |
D | AllocationOrder.cpp | 32 const LiveRegMatrix *Matrix) in AllocationOrder()
|
D | RegAllocBase.h | 68 LiveRegMatrix *Matrix = nullptr; variable
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | matrix_type.cc | 25 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/ |
D | matrix.cc | 24 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/ |
D | Matrix.java | 15 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/ |
D | SkColorFilter_Matrix.cpp | 235 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/ |
D | PluralRanges.java | 48 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/ |
D | matrix.hpp | 30 struct Matrix { }; struct
|
/third_party/skia/modules/sksg/include/ |
D | SkSGTransform.h | 62 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/ |
D | LiveRegMatrix.h | 50 LiveIntervalUnion::Array Matrix; variable
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGTransform.h | 62 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/ |
D | SIPreAllocateWWMRegs.cpp | 42 LiveRegMatrix *Matrix; member in __anon13f0c3960111::SIPreAllocateWWMRegs
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | is_host_shareable_test.cc | 74 TEST_F(ResolverIsHostShareable, Matrix) { in TEST_F() argument
|
D | is_storeable_test.cc | 50 TEST_F(ResolverIsStorableTest, Matrix) { in TEST_F() argument
|
/third_party/skia/modules/skottie/src/text/ |
D | TextAdapter.h | 24 class Matrix; variable
|
/third_party/flutter/engine/flutter/flow/ |
D | scene_update_context.h | 170 SkMatrix Matrix() const { return SkMatrix::MakeScale(ScaleX(), ScaleY()); } in Matrix() function
|