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:yscroll
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
1292
y_break = p->vrows - p->
yscroll
;
in fbcon_clear()
1433
p->
yscroll
+= count;
in ywrap_up()
1434
if (p->
yscroll
>= p->vrows) /* Deal with wrap */
in ywrap_up()
1435
p->
yscroll
-= p->vrows;
in ywrap_up()
1437
ops->var.yoffset = p->
yscroll
* vc->vc_font.height;
in ywrap_up()
1452
p->
yscroll
-= count;
in ywrap_down()
1453
if (p->
yscroll
< 0) /* Deal with wrap */
in ywrap_down()
1454
p->
yscroll
+= p->vrows;
in ywrap_down()
1456
ops->var.yoffset = p->
yscroll
* vc->vc_font.height;
in ywrap_down()
1471
p->
yscroll
in ypan_up()
[all...]
H
A
D
fbcon.h
36
short
yscroll
; /* Hardware scrolling */
member
238
ypos += p->
yscroll
;
in real_y()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
1264
y_break = p->vrows - p->
yscroll
;
in fbcon_clear()
1404
p->
yscroll
+= count;
in ywrap_up()
1405
if (p->
yscroll
>= p->vrows) /* Deal with wrap */
in ywrap_up()
1406
p->
yscroll
-= p->vrows;
in ywrap_up()
1408
ops->var.yoffset = p->
yscroll
* vc->vc_font.height;
in ywrap_up()
1423
p->
yscroll
-= count;
in ywrap_down()
1424
if (p->
yscroll
< 0) /* Deal with wrap */
in ywrap_down()
1425
p->
yscroll
+= p->vrows;
in ywrap_down()
1427
ops->var.yoffset = p->
yscroll
* vc->vc_font.height;
in ywrap_down()
1442
p->
yscroll
in ypan_up()
[all...]
H
A
D
fbcon.h
34
short
yscroll
; /* Hardware scrolling */
member
236
ypos += p->
yscroll
;
in real_y()
Completed in 7 milliseconds