Home
last modified time | relevance | path

Searched refs:local_matrix (Results 1 – 25 of 118) sorted by relevance

12345

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Dmatrix_tools.cc508 FullMatrix<number> & local_matrix, in local_apply_boundary_values() argument
512 Assert(local_dof_indices.size() == local_matrix.m(), in local_apply_boundary_values()
514 Assert(local_dof_indices.size() == local_matrix.n(), in local_apply_boundary_values()
559 local_matrix(i, j) = 0; in local_apply_boundary_values()
566 if (local_matrix(i, i) == 0.) in local_apply_boundary_values()
574 if (local_matrix(k, k) != 0.) in local_apply_boundary_values()
591 local_matrix(i, i) = average_diagonal; in local_apply_boundary_values()
594 local_matrix(i, i) = std::fabs(local_matrix(i, i)); in local_apply_boundary_values()
598 local_rhs(i) = local_matrix(i, i) * boundary_value->second; in local_apply_boundary_values()
608 local_matrix(row, i) * boundary_value->second; in local_apply_boundary_values()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dgradient.cc135 const SkMatrix& local_matrix) { in CreateShaderInternal() argument
165 CreateShader(colors, pos, tile, flags, local_matrix, colors.back()); in CreateShaderInternal()
176 cached_shader_ = CreateShaderInternal(local_matrix); in ApplyToFlags()
206 const SkMatrix& local_matrix, in CreateShader() argument
216 tile_mode, flags, &local_matrix, fallback_color); in CreateShader()
249 const SkMatrix& local_matrix, in CreateShader() argument
251 const SkMatrix* matrix = &local_matrix; in CreateShader()
257 adjusted_local_matrix.emplace(local_matrix); in CreateShader()
309 const SkMatrix& local_matrix, in CreateShader() argument
318 const SkMatrix* matrix = &local_matrix; in CreateShader()
[all …]
H A Dpattern.cc58 void Pattern::ApplyToFlags(PaintFlags& flags, const SkMatrix& local_matrix) { in ApplyToFlags() argument
59 if (!cached_shader_ || local_matrix != cached_shader_->GetLocalMatrix()) in ApplyToFlags()
60 cached_shader_ = CreateShader(local_matrix); in ApplyToFlags()
H A Dpaint_record_pattern.cc37 const SkMatrix& local_matrix) { in CreateShader() argument
40 &local_matrix); in CreateShader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dgradient.cc130 const SkMatrix& local_matrix) { in CreateShaderInternal() argument
160 CreateShader(colors, pos, tile, flags, local_matrix, colors.back()); in CreateShaderInternal()
171 cached_shader_ = CreateShaderInternal(local_matrix); in ApplyToFlags()
201 const SkMatrix& local_matrix, in CreateShader() argument
211 tile_mode, flags, &local_matrix, fallback_color); in CreateShader()
244 const SkMatrix& local_matrix, in CreateShader() argument
246 const SkMatrix* matrix = &local_matrix; in CreateShader()
252 adjusted_local_matrix.emplace(local_matrix); in CreateShader()
304 const SkMatrix& local_matrix, in CreateShader() argument
313 const SkMatrix* matrix = &local_matrix; in CreateShader()
[all …]
H A Dpattern.cc58 void Pattern::ApplyToFlags(PaintFlags& flags, const SkMatrix& local_matrix) { in ApplyToFlags() argument
59 if (!cached_shader_ || local_matrix != cached_shader_->GetLocalMatrix()) in ApplyToFlags()
60 cached_shader_ = CreateShader(local_matrix); in ApplyToFlags()
H A Dimage_pattern.cc21 sk_sp<PaintShader> ImagePattern::CreateShader(const SkMatrix& local_matrix) { in CreateShader() argument
28 IsRepeatY() ? SkTileMode::kRepeat : SkTileMode::kDecal, &local_matrix); in CreateShader()
H A Dpaint_record_pattern.cc37 const SkMatrix& local_matrix) { in CreateShader() argument
40 &local_matrix); in CreateShader()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Ds_text.c86 double local_matrix[6]; in _pl_s_paint_text_string() local
150 local_matrix[0] = cos (M_PI * angle / 180.0); in _pl_s_paint_text_string()
151 local_matrix[1] = sin (M_PI * angle / 180.0); in _pl_s_paint_text_string()
152 local_matrix[2] = -sin (M_PI * angle / 180.0) * (-1); /* SEE ABOVE */ in _pl_s_paint_text_string()
153 local_matrix[3] = cos (M_PI * angle / 180.0) * (-1); /* SEE ABOVE */ in _pl_s_paint_text_string()
160 local_matrix[i] *= (_plotter->drawstate->font_size in _pl_s_paint_text_string()
163 local_matrix[4] = _plotter->drawstate->pos.x; in _pl_s_paint_text_string()
164 local_matrix[5] = _plotter->drawstate->pos.y; in _pl_s_paint_text_string()
165 _pl_s_set_matrix (R___(_plotter) local_matrix); in _pl_s_paint_text_string()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskia_paint_util.cc21 const SkMatrix& local_matrix) { in CreateImageRepShader() argument
23 local_matrix, image_rep.scale()); in CreateImageRepShader()
30 const SkMatrix& local_matrix, in CreateImageRepShaderForScale() argument
39 SkMatrix shader_scale = local_matrix; in CreateImageRepShaderForScale()
41 shader_scale.setScaleX(local_matrix.getScaleX() / scale); in CreateImageRepShaderForScale()
42 shader_scale.setScaleY(local_matrix.getScaleY() / scale); in CreateImageRepShaderForScale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dskia_paint_util.cc21 const SkMatrix& local_matrix) { in CreateImageRepShader() argument
23 local_matrix, image_rep.scale()); in CreateImageRepShader()
30 const SkMatrix& local_matrix, in CreateImageRepShaderForScale() argument
39 SkMatrix shader_scale = local_matrix; in CreateImageRepShaderForScale()
41 shader_scale.setScaleX(local_matrix.getScaleX() / scale); in CreateImageRepShaderForScale()
42 shader_scale.setScaleY(local_matrix.getScaleY() / scale); in CreateImageRepShaderForScale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/
H A Dskia_helper.cc38 SkMatrix local_matrix; in ApplyImageFilter() local
39 local_matrix.setTranslate(origin.x(), origin.y()); in ApplyImageFilter()
40 local_matrix.postScale(scale.x(), scale.y()); in ApplyImageFilter()
41 local_matrix.postTranslate(-src_rect.x(), -src_rect.y()); in ApplyImageFilter()
46 filter = filter->makeWithLocalMatrix(local_matrix); in ApplyImageFilter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/
H A Dskia_helper.cc38 SkMatrix local_matrix; in ApplyImageFilter() local
39 local_matrix.setTranslate(origin.x(), origin.y()); in ApplyImageFilter()
40 local_matrix.postScale(scale.x(), scale.y()); in ApplyImageFilter()
41 local_matrix.postTranslate(-src_rect.x(), -src_rect.y()); in ApplyImageFilter()
46 filter = filter->makeWithLocalMatrix(local_matrix); in ApplyImageFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_shader.cc100 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeLinearGradient()
121 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeRadialGradient()
138 const SkMatrix* local_matrix, in MakeTwoPointConicalGradient() argument
147 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeTwoPointConicalGradient()
171 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeSweepGradient()
186 shader->SetMatrixAndTiling(local_matrix, tx, ty); in MakeImage()
201 const SkMatrix* local_matrix, in MakePaintRecord() argument
209 shader->SetMatrixAndTiling(local_matrix, tx, ty); in MakePaintRecord()
351 SkMatrix local_matrix = GetLocalMatrix(); in CreatePaintWorkletRecord() local
354 &local_matrix); in CreatePaintWorkletRecord()
[all …]
H A Dpaint_shader.h64 const SkMatrix* local_matrix = nullptr,
75 const SkMatrix* local_matrix = nullptr,
88 const SkMatrix* local_matrix = nullptr,
101 const SkMatrix* local_matrix = nullptr,
108 const SkMatrix* local_matrix,
116 const SkMatrix* local_matrix,
H A Dpaint_shader_unittest.cc63 SkMatrix local_matrix = SkMatrix::Scale(0.5f, 0.5f); in TEST() local
66 SkTileMode::kClamp, &local_matrix); in TEST()
88 SkMatrix local_matrix = SkMatrix::Scale(0.5f, 0.5f); in TEST() local
91 &local_matrix); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_shader.cc100 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeLinearGradient()
121 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeRadialGradient()
138 const SkMatrix* local_matrix, in MakeTwoPointConicalGradient() argument
147 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeTwoPointConicalGradient()
171 shader->SetMatrixAndTiling(local_matrix, mode, mode); in MakeSweepGradient()
186 shader->SetMatrixAndTiling(local_matrix, tx, ty); in MakeImage()
201 const SkMatrix* local_matrix, in MakePaintRecord() argument
209 shader->SetMatrixAndTiling(local_matrix, tx, ty); in MakePaintRecord()
351 SkMatrix local_matrix = GetLocalMatrix(); in CreatePaintWorkletRecord() local
354 &local_matrix); in CreatePaintWorkletRecord()
[all …]
H A Dpaint_shader.h60 const SkMatrix* local_matrix = nullptr,
71 const SkMatrix* local_matrix = nullptr,
84 const SkMatrix* local_matrix = nullptr,
97 const SkMatrix* local_matrix = nullptr,
104 const SkMatrix* local_matrix,
112 const SkMatrix* local_matrix,
H A Dpaint_shader_unittest.cc63 SkMatrix local_matrix = SkMatrix::MakeScale(0.5f, 0.5f); in TEST() local
66 SkTileMode::kClamp, &local_matrix); in TEST()
88 SkMatrix local_matrix = SkMatrix::MakeScale(0.5f, 0.5f); in TEST() local
91 &local_matrix); in TEST()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Daffine_constraints.templates.h2001 const FullMatrix<number> & local_matrix) const in distribute_local_to_global() argument
2007 local_matrix, in distribute_local_to_global()
2019 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
2074 val * local_matrix(j, i); in distribute_local_to_global()
3533 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
3675 local_matrix, in distribute_local_to_global()
3688 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
3791 local_matrix, in distribute_local_to_global()
3811 local_matrix, in distribute_local_to_global()
3823 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
[all …]
H A Daffine_constraints.h1219 const FullMatrix<number> & local_matrix,
1317 distribute_local_to_global(const FullMatrix<number> & local_matrix,
1350 distribute_local_to_global(const FullMatrix<number> & local_matrix,
1373 distribute_local_to_global(const FullMatrix<number> & local_matrix,
1397 distribute_local_to_global(const FullMatrix<number> & local_matrix,
1840 distribute_local_to_global(const FullMatrix<number> & local_matrix,
1919 const FullMatrix<MatrixScalar> &local_matrix) const;
2321 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
2329 local_matrix, in distribute_local_to_global()
2342 const FullMatrix<number> & local_matrix, in distribute_local_to_global() argument
[all …]
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dlocal_parameterization.cc51 double* local_matrix) const { in MultiplyByJacobian()
61 MatrixRef(local_matrix, num_rows, LocalSize()) = in MultiplyByJacobian()
88 double* local_matrix) const { in MultiplyByJacobian()
90 global_matrix, global_matrix + num_cols * GlobalSize(), local_matrix); in MultiplyByJacobian()
145 double* local_matrix) const { in MultiplyByJacobian()
154 local_matrix[col * local_size_ + j++] = in MultiplyByJacobian()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dlocal_parameterization.cc51 double* local_matrix) const { in MultiplyByJacobian()
61 MatrixRef(local_matrix, num_rows, LocalSize()) = in MultiplyByJacobian()
88 double* local_matrix) const { in MultiplyByJacobian()
90 global_matrix, global_matrix + num_cols * GlobalSize(), local_matrix); in MultiplyByJacobian()
149 double* local_matrix) const { in MultiplyByJacobian()
158 local_matrix[col * local_size_ + j++] = in MultiplyByJacobian()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dlocal_parameterization.cc51 double* local_matrix) const { in MultiplyByJacobian()
57 MatrixRef(local_matrix, num_rows, LocalSize()) = in MultiplyByJacobian()
84 double* local_matrix) const { in MultiplyByJacobian()
87 local_matrix); in MultiplyByJacobian()
140 double* local_matrix) const { in MultiplyByJacobian()
148 local_matrix[row * LocalSize() + j++] = in MultiplyByJacobian()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/particles/
H A Dutilities.cc171 FullMatrix<typename MatrixType::value_type> local_matrix( in create_interpolation_matrix() local
184 local_matrix.reinit({n_particles * n_comps, fe.n_dofs_per_cell()}); in create_interpolation_matrix()
200 local_matrix(i * n_comps + comp_j, j) = in create_interpolation_matrix()
204 constraints.distribute_local_to_global(local_matrix, in create_interpolation_matrix()

12345