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:Timestamps
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H
A
D
animation.h
118
META_NS::ArrayProperty<float>
Timestamps
()
in Timestamps()
function in final
120
return META_API_CACHED_INTERFACE(TrackAnimation)->
Timestamps
();
in Timestamps()
123
auto&
Timestamps
(BASE_NS::array_view<float> timestamps)
in Timestamps()
function in final
125
Timestamps
()->SetValue(BASE_NS::move(timestamps));
in Timestamps()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H
A
D
track_animation.cpp
37
TrackAnimationState::TrackDataParams params { META_ACCESS_PROPERTY(
Timestamps
) };
in Build()
42
META_ACCESS_PROPERTY(
Timestamps
)->OnChanged()->AddHandler(updateKf);
in Build()
221
META_ACCESS_PROPERTY(
Timestamps
)->Reset();
in RemoveAllKeyframes()
246
auto& timestamps = META_ACCESS_PROPERTY(
Timestamps
);
in UpdateValid()
H
A
D
track_animation.h
40
META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float,
Timestamps
)
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H
A
D
intf_animation.h
253
* @brief TimeStamps for the animation.
Timestamps
are positions of the keyframes on the track, relative
257
META_ARRAY_PROPERTY(float,
Timestamps
)
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_animation.h
52
META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float,
Timestamps
, {})
H
A
D
ecs_animation.cpp
518
//
Timestamps
for this track have changed.
in OnAnimationInputsChanged()
631
trackAnimation->
Timestamps
()->SetValue(times);
in UpdateTimestamps()
Completed in 5 milliseconds