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:outputMap_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
hello_composer.cpp
57
if (!
outputMap_
.empty()) {
in Run()
130
for (auto iter =
outputMap_
.begin(); iter !=
outputMap_
.end(); ++iter) {
in CreateLayers()
262
curOutput_ =
outputMap_
[screenId];
in Draw()
359
outputMap_
[currScreenId_] = output;
in OnHotPlug()
402
auto outputIter =
outputMap_
.begin();
in RemoveOffScreenData()
403
while (outputIter !=
outputMap_
.end()) {
in RemoveOffScreenData()
406
outputMap_
.erase(outputIter++);
in RemoveOffScreenData()
H
A
D
hello_composer.h
59
std::unordered_map<uint32_t, std::shared_ptr<HdiOutput>>
outputMap_
;
member in OHOS::Rosen::HelloComposer
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.cpp
50
if (!
outputMap_
.empty()) {
in Run()
158
curOutput_ =
outputMap_
[screenId];
in Draw()
247
outputMap_
[currScreenId_] = output;
in OnHotPlug()
H
A
D
drawing_sample.h
57
std::unordered_map<uint32_t, std::shared_ptr<HdiOutput>>
outputMap_
;
member in OHOS::Rosen::Drawing::DrawingSample
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_node_graph_share_manager.cpp
172
if (
outputMap_
[idx] == renderNodeIdx) {
in RegisterAsRenderNodeGraphOutput()
200
outputMap_
[idx] = renderNodeIdx;
in RegisterRenderNodeName()
H
A
D
render_node_graph_share_manager.h
102
uint32_t
outputMap_
[MAX_RENDER_NODE_GRAPH_RES_COUNT] { ~0u, ~0u, ~0u, ~0u, ~0u, ~0u, ~0u, ~0u };
Completed in 3 milliseconds