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:yres
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/services/ui/driver/
H
A
D
fbdev_driver.cpp
49
LOG(INFO) << "The
yres
=" << vinfo_.
yres
;
in FBLog()
100
buff_.height = vinfo_.
yres
;
in Init()
101
buff_.size = finfo_.line_length * vinfo_.
yres
;
in Init()
126
surface.height = static_cast<int>(vinfo_.
yres
);
in GetGrSurface()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_attribute.cpp
252
int
yres
= 0;
in ParseSupportedResolutionAttribute()
local
253
xres = ippGetResolution(attrPtr, i, &
yres
, &units);
in ParseSupportedResolutionAttribute()
254
if (xres == 0 ||
yres
== 0) {
in ParseSupportedResolutionAttribute()
259
yres
= DpcToDpi(
yres
);
in ParseSupportedResolutionAttribute()
266
object["verticalDpi"] =
yres
;
in ParseSupportedResolutionAttribute()
269
printResolution.SetVerticalDpi(
yres
);
in ParseSupportedResolutionAttribute()
290
int
yres
= 0;
in ParseDefaultResolutionAttribute()
local
291
xres = ippGetResolution(attrPtr, i, &
yres
, &units);
in ParseDefaultResolutionAttribute()
292
if (xres == 0 ||
yres
in ParseDefaultResolutionAttribute()
[all...]
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
fbdev_driver.cpp
64
buff_.height = vinfo_.
yres
;
in Init()
65
buff_.size = finfo_.line_length * vinfo_.
yres
;
in Init()
90
dsInfo.height = static_cast<int>(vinfo_.
yres
);
in GetDisplayInfo()
Completed in 3 milliseconds