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:fontbuffer
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon_rotate.c
58
kfree(ops->
fontbuffer
);
in fbcon_rotate_font()
59
ops->
fontbuffer
= dst;
in fbcon_rotate_font()
62
dst = ops->
fontbuffer
;
in fbcon_rotate_font()
H
A
D
fbcon_ud.c
96
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ud_putcs_aligned()
131
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ud_putcs_unaligned()
168
if (!ops->
fontbuffer
)
in ud_putcs()
265
if (!ops->
fontbuffer
)
in ud_cursor()
272
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.height));
in ud_cursor()
H
A
D
fbcon_ccw.c
109
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ccw_putcs_aligned()
145
if (!ops->
fontbuffer
)
in ccw_putcs()
234
if (!ops->
fontbuffer
)
in ccw_cursor()
241
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.width));
in ccw_cursor()
H
A
D
fbcon_cw.c
94
src = ops->
fontbuffer
+ (scr_readw(s++) & charmask)*cellsize;
in cw_putcs_aligned()
130
if (!ops->
fontbuffer
)
in cw_putcs()
217
if (!ops->
fontbuffer
)
in cw_cursor()
224
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.width));
in cw_cursor()
H
A
D
fbcon.h
86
u8 *
fontbuffer
;
member
H
A
D
fbcon.c
775
kfree(ops->
fontbuffer
);
in con2fb_release_oldinfo()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon_rotate.c
57
kfree(ops->
fontbuffer
);
in fbcon_rotate_font()
58
ops->
fontbuffer
= dst;
in fbcon_rotate_font()
61
dst = ops->
fontbuffer
;
in fbcon_rotate_font()
H
A
D
fbcon_ud.c
96
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ud_putcs_aligned()
131
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ud_putcs_unaligned()
168
if (!ops->
fontbuffer
)
in ud_putcs()
265
if (!ops->
fontbuffer
)
in ud_cursor()
272
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.height));
in ud_cursor()
H
A
D
fbcon_ccw.c
109
src = ops->
fontbuffer
+ (scr_readw(s--) & charmask)*cellsize;
in ccw_putcs_aligned()
145
if (!ops->
fontbuffer
)
in ccw_putcs()
234
if (!ops->
fontbuffer
)
in ccw_cursor()
241
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.width));
in ccw_cursor()
H
A
D
fbcon_cw.c
94
src = ops->
fontbuffer
+ (scr_readw(s++) & charmask)*cellsize;
in cw_putcs_aligned()
130
if (!ops->
fontbuffer
)
in cw_putcs()
217
if (!ops->
fontbuffer
)
in cw_cursor()
224
src = ops->
fontbuffer
+ ((c & charmask) * (w * vc->vc_font.width));
in cw_cursor()
H
A
D
fbcon.h
84
u8 *
fontbuffer
;
member
H
A
D
fbcon.c
700
kfree(ops->
fontbuffer
);
in fbcon_release()
Completed in 15 milliseconds