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:currentModeIndex_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.cpp
190
screen->GetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
191
LOGI("currentModeIndex:%{public}d",
currentModeIndex_
);
in CreatePhysicalScreen()
195
if (displayModeInfos_[i].id == static_cast<int32_t>(
currentModeIndex_
)) {
in CreatePhysicalScreen()
203
screen->SetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
204
LOGI("SetScreenMode: currentModeIndex(%{public}d)",
currentModeIndex_
);
in CreatePhysicalScreen()
H
A
D
drawing_sample.h
54
uint32_t
currentModeIndex_
= 0;
member in OHOS::Rosen::Drawing::DrawingSample
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_sample_canvaskit0310.cpp
95
uint32_t
currentModeIndex_
= 0;
member in HelloDrawing
475
screen->GetScreenMode(
currentModeIndex_
);
in CreatePyhsicalScreen()
476
LOGI("currentModeIndex:%{public}d",
currentModeIndex_
);
in CreatePyhsicalScreen()
481
if (displayModeInfos_[i].id == static_cast<int32_t>(
currentModeIndex_
)) {
in CreatePyhsicalScreen()
489
screen->SetScreenMode(
currentModeIndex_
);
in CreatePyhsicalScreen()
490
LOGI("SetScreenMode: currentModeIndex(%{public}d)",
currentModeIndex_
);
in CreatePyhsicalScreen()
H
A
D
drawing_engine_sample.h
46
uint32_t
currentModeIndex_
= 0;
member in OHOS::Rosen::DrawingEngineSample
H
A
D
render_context_sample.cpp
445
screen_->GetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
447
if (displayModeInfos_[i].id == static_cast<int32_t>(
currentModeIndex_
)) {
in CreatePhysicalScreen()
454
screen_->SetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
H
A
D
drawing_engine_sample.cpp
349
screen_->GetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
351
if (displayModeInfos_[i].id == static_cast<int32_t>(
currentModeIndex_
)) {
in CreatePhysicalScreen()
358
screen_->SetScreenMode(
currentModeIndex_
);
in CreatePhysicalScreen()
H
A
D
render_context_sample.h
43
uint32_t
currentModeIndex_
= 0;
member in OHOS::Rosen::RenderContextSample
Completed in 5 milliseconds