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:Invert
(Results
1 - 25
of
63
) sorted by relevance
1
2
3
/foundation/window/window_manager/utils/test/unittest/
H
A
D
wm_math_test.cpp
124
* @tc.name:
Invert
128
HWTEST_F(WmMathTest,
Invert
, Function | SmallTest | Level2)
in HWTEST_F()
133
mat.
Invert
();
in HWTEST_F()
147
mat.
Invert
();
in HWTEST_F()
161
mat.
Invert
();
in HWTEST_F()
175
mat.
Invert
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/src/filter/
H
A
D
filter.cpp
78
bool Filter::
Invert
()
in Invert()
function in OHOS::Rosen::Filter
80
auto invert = Rosen::SKImageFilterFactory::
Invert
();
in Invert()
H
A
D
filter.h
38
bool
Invert
();
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/include/
H
A
D
sk_image_filter_factory.h
35
static sk_sp<SkImageFilter>
Invert
();
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
least_square_impl.cpp
63
if (!(transpose * matrixn3).
Invert
(invert)) {
in GetLeastSquareParams()
83
auto inversMatrix4 = Matrix4::
Invert
(transpose * matrixn4);
in GetLeastSquareParams()
H
A
D
matrix3.h
38
bool
Invert
(Matrix3& matrix) const;
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
trans_affine.cpp
28
Invert
();
in RectToParl()
49
const TransAffine& TransAffine::
Invert
()
in Invert()
function in OHOS::TransAffine
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
matrix2d.h
25
static bool
Invert
(TransformParam& param);
H
A
D
matrix2d.cpp
43
bool Matrix2D::
Invert
(TransformParam& param)
in Invert()
function in OHOS::Ace::NG::Matrix2D
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
H
A
D
sk_image_filter_factory.cpp
55
sk_sp<SkImageFilter> SKImageFilterFactory::
Invert
()
in Invert()
function in OHOS::Rosen::SKImageFilterFactory
/foundation/graphic/graphic_2d/utils/color_manager/export/
H
A
D
color_space.h
131
Matrix3x3
Invert
(const Matrix3x3& src);
193
auto toRGB =
Invert
(toXYZ);
in GetXYZToRGB()
/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/src/
H
A
D
effect_filter.cpp
82
if (!filter || !(CastToFilter(filter)->
Invert
())) {
in OH_Filter_Invert()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/include/
H
A
D
filter_napi.h
49
static napi_value
Invert
(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H
A
D
gesture_recognizer_test_ng.cpp
163
FRAME_NODE_1->localMat_ = Matrix4::
Invert
(
in HWTEST_F()
166
FRAME_NODE_2->localMat_ = Matrix4::
Invert
(
in HWTEST_F()
198
FRAME_NODE_2->localMat_ = Matrix4::
Invert
(
in HWTEST_F()
201
FRAME_NODE_1->localMat_ = Matrix4::
Invert
(
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
matrix_test.cpp
299
* @tc.desc:
Invert
307
bool ret = matrix_.
Invert
(m);
in HWTEST_F()
451
* @tc.desc:
Invert
sx is 1e-7
464
bool ret = m.
Invert
(matrix_);
in HWTEST_F()
471
* @tc.desc:
Invert
sy is 1e-7
484
bool ret = m.
Invert
(matrix_);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
matrix.cpp
148
bool Matrix::
Invert
(Matrix& inverse) const
in Invert()
function in OHOS::Rosen::Drawing::Matrix
150
return matrixImplPtr->
Invert
(inverse);
in Invert()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_canvas.h
106
gradientMatrix.
Invert
();
in BuildLineGradientMatrix()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
trans_affine.h
123
const TransAffine&
Invert
();
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/matrix_napi/
H
A
D
js_matrix.h
53
static napi_value
Invert
(napi_env env, napi_callback_info info);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H
A
D
matrix.h
150
bool
Invert
(Matrix &invMatrix);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
matrix.h
193
bool
Invert
(Matrix& inverse) const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
matrix_impl.h
66
virtual bool
Invert
(Matrix& inverse) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_matrix.h
67
bool
Invert
(Matrix& inverse) const override;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H
A
D
jsi_matrix4_module.cpp
95
shared_ptr<JsValue>
Invert
(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj,
in Invert()
function
100
matrix = Matrix4::
Invert
(matrix);
in Invert()
321
static auto jsInvert = runtime->NewFunction(
Invert
);
in AddCommonMatrixProperties()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/effect_kit/src/
H
A
D
filter_napi.cpp
159
DECLARE_NAPI_FUNCTION("invert",
Invert
),
in Init()
548
napi_value FilterNapi::
Invert
(napi_env env, napi_callback_info info)
in Invert()
function in OHOS::Rosen::FilterNapi
559
auto invert = Rosen::SKImageFilterFactory::
Invert
();
in Invert()
Completed in 11 milliseconds
1
2
3