Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PreConcat
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_color_matrix.h
32
virtual void
PreConcat
(const TestingColorMatrix& m) {}
in PreConcat()
function in OHOS::Ace::Testing::TestingColorMatrix
H
A
D
testing_matrix.h
42
void
PreConcat
(const TestingMatrix& other) {}
in PreConcat()
function in OHOS::Ace::Testing::TestingMatrix
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
matrix.cpp
128
void Matrix::
PreConcat
(const Matrix& other)
in PreConcat()
function in OHOS::Rosen::Drawing::Matrix
130
matrixImplPtr->
PreConcat
(other);
in PreConcat()
133
void Matrix::
PreConcat
(const Matrix44& matrix44)
in PreConcat()
function in OHOS::Rosen::Drawing::Matrix
135
matrixImplPtr->
PreConcat
(matrix44);
in PreConcat()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H
A
D
color_matrix.h
62
void
PreConcat
(const ColorMatrix& m);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H
A
D
rs_obj_abs_geometry.cpp
38
matrix_.
PreConcat
(matrix);
in ConcatMatrix()
40
absMatrix_->
PreConcat
(matrix);
in ConcatMatrix()
84
absMatrix_->
PreConcat
(matrix_);
in UpdateMatrix()
241
matrix_.
PreConcat
(matrix3D);
in UpdateAbsMatrix3D()
285
matrix_.
PreConcat
(matrix3D);
in UpdateAbsMatrix3D()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
matrix.h
168
void
PreConcat
(const Matrix& other);
174
void
PreConcat
(const Matrix44& matrix44);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
matrix_impl.h
61
virtual void
PreConcat
(const Matrix& other) = 0;
62
virtual void
PreConcat
(const Matrix44& other) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_matrix.h
62
void
PreConcat
(const Matrix& other) override;
63
void
PreConcat
(const Matrix44& other) override;
H
A
D
skia_matrix.cpp
137
void SkiaMatrix::
PreConcat
(const Matrix& other)
in PreConcat()
function in OHOS::Rosen::Drawing::SkiaMatrix
142
void SkiaMatrix::
PreConcat
(const Matrix44& other)
in PreConcat()
function in OHOS::Rosen::Drawing::SkiaMatrix
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H
A
D
matrix_fuzzer.cpp
107
matrix.
PreConcat
(other);
in MatrixFuzzTest001()
108
matrix.
PreConcat
(matrix44);
in MatrixFuzzTest001()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H
A
D
colormatrix_fuzzer.cpp
92
colorMatrix.
PreConcat
(colorMatrixOne);
in ColorMatrixFuzzTest003()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H
A
D
color_matrix_test.cpp
130
colorMatrix->
PreConcat
(colorMatrix1);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H
A
D
color_matrix.cpp
95
void ColorMatrix::
PreConcat
(const ColorMatrix& m)
in PreConcat()
function in OHOS::Rosen::Drawing::ColorMatrix
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/
H
A
D
js_matrix.h
51
static napi_value
PreConcat
(napi_env env, napi_callback_info info);
H
A
D
js_matrix.cpp
38
DECLARE_NAPI_FUNCTION("preConcat", JsMatrix::
PreConcat
),
427
napi_value JsMatrix::
PreConcat
(napi_env env, napi_callback_info info)
in PreConcat()
function in OHOS::Rosen::Drawing::JsMatrix
451
m_matrix->
PreConcat
(*jsMatrix->GetMatrix());
in OnPreConcat()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_paint_method.cpp
1508
colorMatrix_.
PreConcat
(colorMatrix);
in SetGrayFilter()
1534
colorMatrix_.
PreConcat
(colorMatrix);
in SetSepiaFilter()
1561
colorMatrix_.
PreConcat
(colorMatrix);
in SetSaturateFilter()
1602
colorMatrix_.
PreConcat
(colorMatrix);
in SetHueRotateFilter()
1627
colorMatrix_.
PreConcat
(colorMatrix);
in SetInvertFilter()
1650
colorMatrix_.
PreConcat
(colorMatrix);
in SetOpacityFilter()
1670
colorMatrix_.
PreConcat
(colorMatrix);
in SetBrightnessFilter()
1691
colorMatrix_.
PreConcat
(colorMatrix);
in SetContrastFilter()
1905
matrix_.
PreConcat
(matrix);
in RotateMatrix()
1912
matrix_.
PreConcat
(matri
in ScaleMatrix()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_divided_ui_capture.cpp
186
relativeMatrix.
PreConcat
(invertMatrix);
in ProcessCanvasRenderNode()
H
A
D
rs_render_thread_visitor.cpp
748
matrix.
PreConcat
(flip);
in FlipMatrix()
828
contextMatrix.
PreConcat
(invertMatrix);
in ProcessSurfaceRenderNode()
917
contextMatrix.
PreConcat
(invertMatrix);
in ProcessProxyRenderNode()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_matrix_test.cpp
205
* @tc.desc: Test
PreConcat
216
skiaMatrix.
PreConcat
(matrix44);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_matrix.cpp
191
total->
PreConcat
(*b);
in OH_Drawing_MatrixConcat()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_ui_capture_task_parallel.cpp
180
relativeMatrix.
PreConcat
(invertMatrix);
in Run()
H
A
D
rs_base_render_util.cpp
1266
params.matrix.
PreConcat
(
1277
params.matrix.
PreConcat
(RSBaseRenderUtil::GetGravityMatrix(gravity, params.buffer, localBounds));
1311
params.matrix.
PreConcat
(flip);
H
A
D
rs_uni_ui_capture.cpp
311
relativeMatrix.
PreConcat
(invertMatrix);
in ProcessCanvasRenderNode()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H
A
D
matrix_test.cpp
231
matrix1->
PreConcat
(*matrix2.get());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_graphic.cpp
236
t.
PreConcat
(m);
in SetGradientFillStyle()
Completed in 19 milliseconds
1
2