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:matrix
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_native_image_adapter_wrapper.cpp
56
int32_t ArkNativeImageAdapterWrapper::GetTransformMatrix(float
matrix
[16])
in GetTransformMatrix()
argument
58
return ctocpp_->GetTransformMatrix(
matrix
);
in GetTransformMatrix()
H
A
D
ark_native_image_adapter_wrapper.h
41
int32_t GetTransformMatrix(float
matrix
[16]) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_native_image_adapter_impl.cpp
54
int32_t ArkNativeImageAdapterImpl::GetTransformMatrix(float
matrix
[16])
in GetTransformMatrix()
argument
56
return real_->GetTransformMatrix(
matrix
);
in GetTransformMatrix()
H
A
D
ark_native_image_adapter_impl.h
41
int32_t GetTransformMatrix(float
matrix
[16]) override;
/base/hiviewdfx/hidumper/test/scripts/testModule/
H
A
D
utils.py
78
matrix
= []
86
matrix
.append(row)
87
return
matrix
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
native_image_adapter_impl.cpp
74
int32_t NativeImageAdapterImpl::GetTransformMatrix(float
matrix
[16])
in GetTransformMatrix()
argument
79
return OH_NativeImage_GetTransformMatrix(ohNativeImage_,
matrix
);
in GetTransformMatrix()
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H
A
D
native_image_adapter_impl_test.cpp
102
float
matrix
[16] = { 0 };
in HWTEST_F()
local
103
int32_t result = imagerAdapter->GetTransformMatrix(
matrix
);
in HWTEST_F()
108
result = imagerAdapter->GetTransformMatrix(
matrix
);
in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/include/
H
A
D
native_image_adapter_impl.h
41
int32_t GetTransformMatrix(float
matrix
[16]) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_graphic_adapter.h
205
virtual int32_t GetTransformMatrix(float
matrix
[16]) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
graphic_adapter.h
270
virtual int32_t GetTransformMatrix(float
matrix
[16]) = 0;
Completed in 4 milliseconds