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:QuatProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
QuatProxy.cpp
16
#include "
QuatProxy
.h"
19
QuatProxy
::
QuatProxy
(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(prop)
in QuatProxy()
function in QuatProxy
28
QuatProxy
::~
QuatProxy
() {}
in ~QuatProxy()
29
void
QuatProxy
::UpdateLocalValues()
in UpdateLocalValues()
34
void
QuatProxy
::UpdateRemoteValues()
in UpdateRemoteValues()
38
void
QuatProxy
::SetValue(const BASE_NS::Math::Quat& v)
in SetValue()
47
void
QuatProxy
::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in SetValue()
67
napi_value
QuatProxy
in SetValue()
[all...]
H
A
D
NodeImpl.cpp
263
rotProxy_ = BASE_NS::make_unique<
QuatProxy
>(ctx, node->Rotation());
in GetRotation()
276
rotProxy_ = BASE_NS::make_unique<
QuatProxy
>(ctx, node->Rotation());
in SetRotation()
/foundation/graphic/graphic_3d/kits/js/include/
H
A
D
QuatProxy.h
23
class
QuatProxy
: public PropertyProxy {
class
29
QuatProxy
(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop);
30
~
QuatProxy
() override;
H
A
D
NodeImpl.h
20
#include "
QuatProxy
.h"
77
BASE_NS::unique_ptr<
QuatProxy
> rotProxy_ { nullptr };
Completed in 3 milliseconds