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:display_w
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_engine_sample.cpp
259
dstRect.w =
display_w
;
in DrawDrawingLayer()
324
damageRect.w =
display_w
;
in OutPutDisplay()
336
std::cout << "display width is " <<
display_w
<< ", display height is " << display_h << std::endl;
in OutPutDisplay()
353
this->
display_w
= displayModeInfos_[i].width;
in CreatePhysicalScreen()
368
std::cout << "display width is " << this->
display_w
<< " display height is " << this->display_h << std::endl;
in CreatePhysicalScreen()
370
drawingWidth = this->
display_w
;
in CreatePhysicalScreen()
402
.width =
display_w
, // need display width
in DoPrepareCompleted()
430
.w =
display_w
,
in DoPrepareCompleted()
H
A
D
render_context_sample.cpp
320
damageRect.w =
display_w
;
in Draw()
449
this->
display_w
= displayModeInfos_[i].width;
in CreatePhysicalScreen()
491
.width =
display_w
, // need display width
in DoPrepareCompleted()
522
.w =
display_w
,
in DoPrepareCompleted()
H
A
D
drawing_sample_canvaskit0310.cpp
87
uint32_t
display_w
= 480;
member in HelloDrawing
301
damageRect.w =
display_w
;
in Draw()
483
this->
display_w
= displayModeInfos_[i].width;
in CreatePyhsicalScreen()
540
.width =
display_w
, // need display width
in DoPrepareCompleted()
588
.w =
display_w
,
in DoPrepareCompleted()
H
A
D
drawing_engine_sample.h
44
int32_t
display_w
= 0;
member in OHOS::Rosen::DrawingEngineSample
H
A
D
render_context_sample.h
41
uint32_t
display_w
= 480;
member in OHOS::Rosen::RenderContextSample
Completed in 5 milliseconds