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:childHandle
(Results
1 - 3
of
3
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H
A
D
cmd_list_helper.h
163
static std::shared_ptr<CmdListType> GetChildFromCmdList(const CmdList& cmdList, const CmdListHandle&
childHandle
)
in GetChildFromCmdList()
argument
165
if (
childHandle
.size == 0) {
in GetChildFromCmdList()
169
const void* childData = cmdList.GetCmdListData(
childHandle
.offset,
childHandle
.size);
in GetChildFromCmdList()
174
auto childCmdList = CmdListType::CreateFromData({ childData,
childHandle
.size });
in GetChildFromCmdList()
179
const void* childImageData = cmdList.GetImageData(
childHandle
.imageOffset,
childHandle
.imageSize);
in GetChildFromCmdList()
180
if (
childHandle
.imageSize > 0 && childImageData != nullptr) {
in GetChildFromCmdList()
181
if (!childCmdList->SetUpImageData(childImageData,
childHandle
.imageSize)) {
in GetChildFromCmdList()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
cmd_list_helper.cpp
250
CmdListHandle
childHandle
= { 0 };
in AddChildToCmdList()
local
254
return
childHandle
;
in AddChildToCmdList()
257
childHandle
.type = child->GetType();
in AddChildToCmdList()
261
childHandle
.offset = cmdList.AddCmdListData(childData);
in AddChildToCmdList()
262
childHandle
.size = childData.second;
in AddChildToCmdList()
264
return
childHandle
;
in AddChildToCmdList()
269
childHandle
.imageOffset = cmdList.AddImageData(childImageData.first, childImageData.second);
in AddChildToCmdList()
270
childHandle
.imageSize = childImageData.second;
in AddChildToCmdList()
275
childHandle
.bitmapOffset = cmdList.AddBitmapData(childBitmapData.first, childBitmapData.second);
in AddChildToCmdList()
276
childHandle
in AddChildToCmdList()
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
node_system.cpp
685
auto*
childHandle
= nodeComponentManager.GetData(current->entity_);
in EnableTree()
local
686
if (!
childHandle
) {
in EnableTree()
691
if (ScopedHandle<const NodeComponent>(
childHandle
)->enabled) {
in EnableTree()
692
ScopedHandle<NodeComponent>(
childHandle
)->effectivelyEnabled = true;
in EnableTree()
Completed in 4 milliseconds