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:rsSurface_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_animation_operation.cpp
172
params.rsSurface =
rsSurface_
;
in PlayPicture()
192
rsSurface_
= OHOS::Rosen::RSSurfaceExtractor::ExtractRSSurface(rsSurfaceNode_);
in InitRsSurface()
193
if (
rsSurface_
== nullptr) {
in InitRsSurface()
207
rsSurface_
->SetRenderContext(rc);
in InitRsSurface()
H
A
D
boot_picture_player.cpp
30
rsSurface_
= params.rsSurface;
in BootPicturePlayer()
142
auto frame =
rsSurface_
->RequestFrame(windowWidth_, windowHeight_);
in Draw()
153
rsSurface_
->FlushFrame(rsSurfaceFrame_);
in Draw()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
boot_picture_player_test.cpp
142
ASSERT_NE(nullptr, operation.
rsSurface_
);
in HWTEST_F()
145
player->
rsSurface_
= operation.
rsSurface_
;
in HWTEST_F()
H
A
D
boot_animation_operation_test.cpp
98
ASSERT_NE(nullptr, operation.
rsSurface_
);
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_picture_player.h
53
std::shared_ptr<OHOS::Rosen::RSSurface>
rsSurface_
;
member in OHOS::BootPicturePlayer
H
A
D
boot_animation_operation.h
68
std::shared_ptr<OHOS::Rosen::RSSurface>
rsSurface_
;
member in OHOS::BootAnimationOperation
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_root_render_node.h
65
std::shared_ptr<RSSurface>
rsSurface_
= nullptr;
member in OHOS::Rosen::RSRootRenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_root_render_node.cpp
68
return
rsSurface_
;
in GetSurface()
Completed in 3 milliseconds