/third_party/skia/src/core/ |
D | SkImageFilterTypes.cpp | 15 static SkIVector map_as_vector(int32_t x, int32_t y, const SkMatrix& matrix) { in map_as_vector() 21 static SkVector map_as_vector(SkScalar x, SkScalar y, const SkMatrix& matrix) { in map_as_vector() 96 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() 101 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() 108 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() 115 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() 122 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() 127 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() 132 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map() 138 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map()
|
D | SkMatrixPriv.h | 23 static size_t WriteToMemory(const SkMatrix& matrix, void* buffer) { in WriteToMemory() 27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() 35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() 39 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { in GetMapXYProc() 150 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv()
|
/third_party/boost/libs/yap/example/ |
D | self_evaluation.cpp | 20 struct matrix struct 22 matrix() : values_(), rows_(0), cols_(0) {} in matrix() argument 24 matrix(int rows, int cols) : values_(rows * cols), rows_(rows), cols_(cols) in matrix() argument 44 matrix operator*(matrix const & lhs, double x) in operator *() argument
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrSimpleTextureEffect.h | 20 const SkMatrix& matrix) { in Make() 29 const SkMatrix& matrix, in Make() 37 const SkMatrix& matrix, in Make() 47 SkMatrix44 matrix; variable 50 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix, in GrSimpleTextureEffect()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 341 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state() local 346 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state() local 351 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state() local 356 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state() local 361 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state() local 366 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state() local 372 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state() local 377 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state() local 383 const GLmatrix *matrix = &ctx->_ModelProjectMatrix; in fetch_state() local 388 GLmatrix *matrix = &ctx->_ModelProjectMatrix; in fetch_state() local [all …]
|
/third_party/boost/libs/compute/include/boost/compute/interop/eigen/ |
D | core.hpp | 26 inline void eigen_copy_matrix_to_buffer(const Eigen::PlainObjectBase<Derived> &matrix, in eigen_copy_matrix_to_buffer() 36 Eigen::PlainObjectBase<Derived> &matrix, in eigen_copy_buffer_to_matrix() 43 inline float16_ eigen_matrix4f_to_float16(const Eigen::Matrix4f &matrix) in eigen_matrix4f_to_float16() 51 inline double16_ eigen_matrix4d_to_double16(const Eigen::Matrix4d &matrix) in eigen_matrix4d_to_double16()
|
/third_party/boost/boost/compute/interop/eigen/ |
D | core.hpp | 26 inline void eigen_copy_matrix_to_buffer(const Eigen::PlainObjectBase<Derived> &matrix, in eigen_copy_matrix_to_buffer() 36 Eigen::PlainObjectBase<Derived> &matrix, in eigen_copy_buffer_to_matrix() 43 inline float16_ eigen_matrix4f_to_float16(const Eigen::Matrix4f &matrix) in eigen_matrix4f_to_float16() 51 inline double16_ eigen_matrix4d_to_double16(const Eigen::Matrix4d &matrix) in eigen_matrix4d_to_double16()
|
/third_party/boost/libs/qvm/test/ |
D | test_qvm_matrix.hpp | 19 matrix struct 21 T a[Rows][Cols]; 22 mutable T b[Rows][Cols]; 25 matrix( T start=T(0), T step=T(0) ) in matrix() argument
|
/third_party/flutter/skia/src/gpu/ |
D | GrPaint.cpp | 38 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix) { in addColorTextureProcessor() 42 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix, in addColorTextureProcessor() 49 const SkMatrix& matrix) { in addCoverageTextureProcessor() 54 const SkMatrix& matrix, in addCoverageTextureProcessor()
|
/third_party/weston/shared/ |
D | matrix.c | 52 weston_matrix_init(struct weston_matrix *matrix) in weston_matrix_init() 84 weston_matrix_translate(struct weston_matrix *matrix, float x, float y, float z) in weston_matrix_translate() 95 weston_matrix_scale(struct weston_matrix *matrix, float x, float y,float z) in weston_matrix_scale() 106 weston_matrix_rotate_xy(struct weston_matrix *matrix, float cos, float sin) in weston_matrix_rotate_xy() 118 weston_matrix_transform(struct weston_matrix *matrix, struct weston_vector *v) in weston_matrix_transform() 173 matrix_invert(double *A, unsigned *p, const struct weston_matrix *matrix) in matrix_invert() 261 const struct weston_matrix *matrix) in weston_matrix_invert()
|
/third_party/flutter/skia/include/effects/ |
D | Sk2DPathEffect.h | 55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() 64 SkLine2DPathEffect(SkScalar width, const SkMatrix& matrix) in SkLine2DPathEffect() 87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make()
|
/third_party/flutter/engine/flutter/flow/ |
D | matrix_decomposition_unittests.cc | 16 SkMatrix44 matrix = SkMatrix44::I(); in TEST() local 33 SkMatrix44 matrix = SkMatrix44::I(); in TEST() local 47 SkMatrix44 matrix = SkMatrix44::I(); in TEST() local 97 SkMatrix44 matrix = SkMatrix44::I(); in TEST() local 111 SkMatrix44 matrix = SkMatrix44::I(); in TEST() local
|
D | mutators_stack_unittests.cc | 55 SkMatrix matrix; in TEST() local 74 SkMatrix matrix; in TEST() local 84 SkMatrix matrix; in TEST() local 117 SkMatrix matrix = SkMatrix::MakeScale(1, 1); in TEST() local 159 SkMatrix matrix; in TEST() local 186 SkMatrix matrix; in TEST() local 199 SkMatrix matrix; in TEST() local 229 SkMatrix matrix; in TEST() local
|
/third_party/boost/boost/python/numpy/ |
D | matrix.hpp | 32 class BOOST_NUMPY_DECL matrix : public ndarray class 41 explicit matrix(object const & obj, dtype const & dt, bool copy=true) in matrix() function in boost::python::numpy::matrix 45 explicit matrix(object const & obj, bool copy=true) in matrix() function in boost::python::numpy::matrix
|
/third_party/boost/boost/numeric/ublas/opencl/ |
D | matrix.hpp | 29 class matrix<T, L, opencl::storage> : public matrix_container<matrix<T, L, opencl::storage> > class 35 matrix() in matrix() function in boost::numeric::ublas::matrix 40 matrix(size_type size1, size_type size2, compute::context c) in matrix() function in boost::numeric::ublas::matrix 48 matrix(size_type size1, size_type size2, T const &value, compute::command_queue &q) in matrix() function in boost::numeric::ublas::matrix 59 matrix(matrix<T, L, A> const &m, compute::command_queue &queue) in matrix() function in boost::numeric::ublas::matrix
|
/third_party/flutter/skia/src/core/ |
D | SkMatrixPriv.h | 23 static size_t WriteToMemory(const SkMatrix& matrix, void* buffer) { in WriteToMemory() 27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() 35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() 39 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { in GetMapXYProc()
|
/third_party/skia/docs/examples/ |
D | Matrix_TypeMask.cpp | 7 auto debugster = [](const char* prefix, const SkMatrix& matrix) -> void { in draw() 16 SkMatrix matrix; in draw() local
|
/third_party/flutter/skia/docs/examples/ |
D | Matrix_TypeMask.cpp | 7 auto debugster = [](const char* prefix, const SkMatrix& matrix) -> void { in draw() 16 SkMatrix matrix; in draw() local
|
/third_party/boost/boost/compute/interop/vtk/ |
D | matrix4x4.hpp | 22 inline float16_ vtk_matrix4x4_to_float16(const vtkMatrix4x4 *matrix) in vtk_matrix4x4_to_float16() 36 inline double16_ vtk_matrix4x4_to_double16(const vtkMatrix4x4 *matrix) in vtk_matrix4x4_to_double16()
|
/third_party/boost/libs/compute/include/boost/compute/interop/vtk/ |
D | matrix4x4.hpp | 22 inline float16_ vtk_matrix4x4_to_float16(const vtkMatrix4x4 *matrix) in vtk_matrix4x4_to_float16() 36 inline double16_ vtk_matrix4x4_to_double16(const vtkMatrix4x4 *matrix) in vtk_matrix4x4_to_double16()
|
/third_party/skia/src/gpu/v1/ |
D | StencilMaskHelper.cpp | 282 const SkMatrix& matrix, in draw_stencil_rect() 295 const SkMatrix& matrix, in draw_path() 321 const SkMatrix& matrix, in stencil_path() 369 const SkMatrix& matrix, in drawRect() 399 const SkMatrix& matrix, in drawPath() 473 const SkMatrix& matrix, in drawShape()
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix_vector.hpp | 47 matrix_vector_iterator(Matrix& matrix, std::size_t position) in matrix_vector_iterator() 123 explicit matrix_row_vector(Matrix& matrix) : in matrix_row_vector() 232 matrix_row_vector<Matrix> make_row_vector(matrix_expression<Matrix>& matrix){ in make_row_vector() 247 matrix_row_vector<Matrix const> make_row_vector(matrix_expression<Matrix> const& matrix){ in make_row_vector() 276 explicit matrix_column_vector(Matrix& matrix) : in matrix_column_vector() 385 matrix_column_vector<Matrix> make_column_vector(matrix_expression<Matrix>& matrix){ in make_column_vector() 400 matrix_column_vector<Matrix const> make_column_vector(matrix_expression<Matrix> const& matrix){ in make_column_vector()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 67 gfloat **matrix; member 108 gst_audio_channel_mixer_fill_identical (gfloat ** matrix, in gst_audio_channel_mixer_fill_identical() 138 gst_audio_channel_mixer_fill_compatible (gfloat ** matrix, gint in_channels, in gst_audio_channel_mixer_fill_compatible() 302 gst_audio_channel_mixer_fill_one_other (gfloat ** matrix, in gst_audio_channel_mixer_fill_one_other() 368 gst_audio_channel_mixer_fill_others (gfloat ** matrix, gint in_channels, in gst_audio_channel_mixer_fill_others() 569 gst_audio_channel_mixer_fill_normalize (gfloat ** matrix, gint in_channels, in gst_audio_channel_mixer_fill_normalize() 598 gst_audio_channel_mixer_fill_special (gfloat ** matrix, gint in_channels, in gst_audio_channel_mixer_fill_special() 635 gst_audio_channel_mixer_fill_matrix (gfloat ** matrix, in gst_audio_channel_mixer_fill_matrix() 682 gfloat **matrix = g_new0 (gfloat *, in_channels); in gst_audio_channel_mixer_setup_matrix() local 829 gint in_channels, gint out_channels, gfloat ** matrix) in gst_audio_channel_mixer_new_with_matrix() [all …]
|
/third_party/skia/src/shaders/ |
D | SkTransformShader.cpp | 26 skvm::Builder* b, const SkMatrix& matrix, skvm::Coord local, in applyMatrix() 50 void SkTransformShader::appendMatrix(const SkMatrix& matrix, SkRasterPipeline* p) const { in appendMatrix() argument 60 if (SkMatrix matrix; this->computeTotalInverse(ctm, nullptr, &matrix)) { in update() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl_convert_member_decoration_test.cc | 70 spirv::Matrix matrix(&f32, 2, 2); in TEST_F() local 81 spirv::Matrix matrix(&f32, 2, 2); in TEST_F() local 96 spirv::Matrix matrix(&f32, 2, 4); in TEST_F() local 107 spirv::Matrix matrix(&f32, 2, 4); in TEST_F() local 122 spirv::Matrix matrix(&f32, 2, 3); in TEST_F() local
|