/third_party/flutter/engine/flutter/flow/ |
D | mutators_stack_unittests.cc | 60 ASSERT_TRUE(iter->get()->GetMatrix() == matrix); in TEST() 105 ASSERT_TRUE(iter->get()->GetMatrix() == matrix); in TEST() 163 ASSERT_TRUE(mutator4.GetMatrix() == matrix); in TEST()
|
D | embedded_views.h | 67 const SkMatrix& GetMatrix() const { return matrix_; } in GetMatrix() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 109 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() function 122 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() function 2460 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise() 2471 resultArray->setFConst(GetMatrix(operandArray, size).determinant()); in foldUnaryNonComponentWise() 2481 angle::Matrix<float> result = GetMatrix(operandArray, size).inverse(); in foldUnaryNonComponentWise() 3450 angle::Matrix<float> lhs = GetMatrix(unionArrays[0], rows, cols); in FoldAggregateBuiltIn() 3451 angle::Matrix<float> rhs = GetMatrix(unionArrays[1], rows, cols); in FoldAggregateBuiltIn() 3464 GetMatrix(unionArrays[0], static_cast<int>(numRows), 1) in FoldAggregateBuiltIn() 3465 .outerProduct(GetMatrix(unionArrays[1], 1, static_cast<int>(numCols))); in FoldAggregateBuiltIn()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 110 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, in GetMatrix() function 123 angle::Matrix<float> GetMatrix(const TConstantUnion *paramArray, const unsigned int size) in GetMatrix() function 2811 GetMatrix(operandArray, getType().getRows(), getType().getCols()).transpose(); in foldUnaryNonComponentWise() 2822 resultArray->setFConst(GetMatrix(operandArray, size).determinant()); in foldUnaryNonComponentWise() 2832 angle::Matrix<float> result = GetMatrix(operandArray, size).inverse(); in foldUnaryNonComponentWise() 3804 angle::Matrix<float> lhs = GetMatrix(unionArrays[0], rows, cols); in FoldAggregateBuiltIn() 3805 angle::Matrix<float> rhs = GetMatrix(unionArrays[1], rows, cols); in FoldAggregateBuiltIn() 3818 GetMatrix(unionArrays[0], static_cast<int>(numRows), 1) in FoldAggregateBuiltIn() 3819 .outerProduct(GetMatrix(unionArrays[1], 1, static_cast<int>(numCols))); in FoldAggregateBuiltIn()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3dx9effect.h | 145 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local 255 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local 353 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
|
D | d3d.h | 958 STDMETHOD(GetMatrix)(THIS_ D3DMATRIXHANDLE handle, D3DMATRIX *matrix) PURE; in DECLARE_INTERFACE_() local 986 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->lpVtbl->GetMatrix(p,a,b) 1011 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->GetMatrix(a,b)
|
D | d3d10effect.h | 377 STDMETHOD(GetMatrix)(THIS_ float *data) PURE; in DECLARE_INTERFACE_() local
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterPlatformViews.mm | 279 CATransform3D transform = GetCATransform3DFromSkMatrix((*iter)->GetMatrix());
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | xpsobjectmodel.idl | 652 HRESULT GetMatrix ([out, retval] XPS_MATRIX *matrix);
|
D | xpsobjectmodel.h | 5825 virtual HRESULT STDMETHODCALLTYPE GetMatrix( 5864 HRESULT (STDMETHODCALLTYPE *GetMatrix)( 5893 #define IXpsOMMatrixTransform_GetMatrix(This,matrix) (This)->lpVtbl->GetMatrix(This,matrix) 5916 return This->lpVtbl->GetMatrix(This,matrix);
|