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:rsCanvasNode_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_compile_progress.cpp
111
rsCanvasNode_
= Rosen::RSCanvasNode::Create();
in CreateCanvasNode()
112
rsCanvasNode_
->SetBounds(0, 0, windowWidth_, windowHeight_);
in CreateCanvasNode()
113
rsCanvasNode_
->SetFrame(0, windowHeight_ * OFFSET_Y_PERCENT, windowWidth_, windowHeight_ * HEIGHT_PERCENT);
in CreateCanvasNode()
114
rsCanvasNode_
->SetBackgroundColor(Rosen::Drawing::Color::COLOR_TRANSPARENT);
in CreateCanvasNode()
115
rsCanvasNode_
->SetPositionZ(positionZ);
in CreateCanvasNode()
116
rsSurfaceNode_->AddChild(
rsCanvasNode_
, 0);
in CreateCanvasNode()
197
rsCanvasNode_
->BeginRecording(windowWidth_, windowHeight_ * HEIGHT_PERCENT));
in DrawCompileProgress()
233
int pointY =
rsCanvasNode_
->GetPaintHeight() - 2 * RADIUS;
in DrawCompileProgress()
238
rsCanvasNode_
->FinishRecording();
in DrawCompileProgress()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_compile_progress.h
60
std::shared_ptr<Rosen::RSCanvasNode>
rsCanvasNode_
;
member in OHOS::BootCompileProgress
Completed in 2 milliseconds