Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 - 25 of 44) sorted by relevance

12

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.h19 class Matrix { class
[all...]
H A Dqpdf_pdftopdf.cc81 Matrix::Matrix() // {{{ in Matrix() function in Matrix
87 Matrix::Matrix(QPDFObjectHandle ar) // {{{ in Matrix() function in Matrix
[all...]
/third_party/skia/modules/canvaskit/
H A Dmatrix.js[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.h27 class Matrix class
30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() function in angle::Matrix
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() function in angle::Matrix
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() function in angle::Matrix
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAllocationOrder.cpp29 AllocationOrder(unsigned VirtReg, const VirtRegMap &VRM, const RegisterClassInfo &RegClassInfo, const LiveRegMatrix *Matrix) AllocationOrder() argument
H A DRegAllocBase.h68 LiveRegMatrix *Matrix = nullptr; member in llvm::RegAllocBase
/third_party/skia/third_party/externals/tint/src/ast/
H A Dmatrix.h26 class Matrix : public Castable<Matrix, Type> { class
H A Dmatrix.cc19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Matrix); variable
24 Matrix::Matrix(ProgramID pid, in Matrix() function in tint::ast::Matrix
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dmatrix_type.cc20 TINT_INSTANTIATE_TYPEINFO(tint::sem::Matrix); variable
25 Matrix::Matrix(const Vector* column_type, uint32_t columns) in Matrix() function in tint::sem::Matrix
[all...]
H A Dmatrix_type.h29 class Matrix : public Castable<Matrix, Type> { class
/third_party/skia/modules/sksg/include/
H A DSkSGTransform.h65 explicit Matrix(const T& m) : fMatrix(m) {} in Matrix() function in sksg::final
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrixUtil.hpp61 transpose(const Matrix<T, Rows, Cols>& mat) transpose() argument
[all...]
H A DtcuMatrix.hpp35 class Matrix class
132 determinant(const Matrix<T, Size, Size>& mat) determinant() argument
138 inverse(const Matrix<T, Size, Size>& mat) inverse() argument
148 doDeterminant(const Matrix<T, 2, 2>& mat) doDeterminant() argument
154 doDeterminant(const Matrix<T, 3, 3>& mat) doDeterminant() argument
165 doDeterminant(const Matrix<T, 4, 4>& mat) doDeterminant() argument
200 doInverse(const Matrix<T, 2, 2>& mat) doInverse() argument
216 doInverse(const Matrix<T, 3, 3>& mat) doInverse() argument
265 doInverse(const Matrix<T, 4, 4>& mat) doInverse() argument
318 Matrix<T, Rows, Cols>::Matrix (void) Matrix() function in tcu::Matrix
327 Matrix<T, Rows, Cols>::Matrix (const T& src) Matrix() function in tcu::Matrix
336 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) Matrix() function in tcu::Matrix
345 Matrix<T, Rows, Cols>::Matrix (const Vector<T, Rows>& src) Matrix() function in tcu::Matrix
355 Matrix(const Matrix<T, Rows, Cols>& src) Matrix() argument
368 operator =(const Matrix<T, Rows, Cols>& src) operator =() argument
378 operator *=(const Matrix<T, Rows, Cols>& src) operator *=() argument
442 operator *(const Matrix<T, Rows0, Cols0>& a, const Matrix<T, Rows1, Cols1>& b) operator *() argument
461 operator *(const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec) operator *() argument
476 operator *(const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx) operator *() argument
541 operator +(const Matrix<T, Rows, Cols>& mtx, T scalar) operator +() argument
551 operator -(const Matrix<T, Rows, Cols>& mtx, T scalar) operator -() argument
561 operator *(const Matrix<T, Rows, Cols>& mtx, T scalar) operator *() argument
571 operator /(const Matrix<T, Rows, Cols>& mtx, T scalar) operator /() argument
583 operator +(const Matrix<T, Rows, Cols>& a, const Matrix<T, Rows, Cols>& b) operator +() argument
593 operator -(const Matrix<T, Rows, Cols>& a, const Matrix<T, Rows, Cols>& b) operator -() argument
603 operator /(const Matrix<T, Rows, Cols>& a, const Matrix<T, Rows, Cols>& b) operator /() argument
613 operator ==(const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs) operator ==() argument
623 operator !=(const Matrix<T, Rows, Cols>& lhs, const Matrix<T, Rows, Cols>& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.hpp24 struct Matrix struct
111 inline Matrix::Matrix() Matrix() function in sw::Matrix
115 inline Matrix::Matrix(const int i) Matrix() function in sw::Matrix
127 inline Matrix::Matrix(const float m[16]) Matrix() function in sw::Matrix
137 inline Matrix::Matrix(const float m[4][4]) Matrix() function in sw::Matrix
147 inline Matrix::Matrix(float m11, float m12, float m13, Matrix() function in sw::Matrix
159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, Matrix() function in sw::Matrix
172 inline Matrix::Matrix(const Vector &v1, const Vector &v2, const Vector &v3) Matrix() function in sw::Matrix
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp42 LiveRegMatrix *Matrix; member in __anon24497::SIPreAllocateWWMRegs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; member in llvm::LiveRegMatrix
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRanges.java48 private static final class Matrix implements Comparable<Matrix>, Cloneable { class in PluralRanges
56 Matrix() { in Matrix() method in PluralRanges.Matrix
[all...]
/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp271 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20], Clamp clamp) { in Matrix() function in SkColorFilters
275 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm, Clamp clamp) { in Matrix() function in SkColorFilters
279 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20]) { in Matrix() function in SkColorFilters
283 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() function in SkColorFilters
303 sk_sp<SkColorFilter> SkColorFilters::Matrix(const float array[20]) { in Matrix() function in SkColorFilters
307 sk_sp<SkColorFilter> SkColorFilters::Matrix(const SkColorMatrix& cm) { in Matrix() function in SkColorFilters
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h235 struct Matrix : public Castable<Matrix, Type> { struct
H A Dparser_type.cc34 TINT_INSTANTIATE_TYPEINFO(tint::reader::spirv::Matrix); variable
177 Matrix::Matrix(const Type* t, uint32_t c, uint32_t r) in Matrix() function in tint::reader::spirv::Matrix
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.cpp308 Matrix::Matrix(const Type* type, uint32_t count) in Matrix() function in spvtools::opt::analysis::Matrix
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.cpp308 Matrix::Matrix(const Type* type, uint32_t count) in Matrix() function in spvtools::opt::analysis::Matrix
/third_party/skia/src/sfnt/
H A DSkIBMFamilyClass.h98 Matrix = 10, member in SkIBMFamilyClass::SubClass::SansSerif
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A 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
[all...]
/third_party/spirv-tools/source/opt/
H A Dtypes.cpp339 Matrix::Matrix(const Type* type, uint32_t count) in Matrix() function in spvtools::opt::analysis::Matrix

Completed in 13 milliseconds

12