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:font_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
video-mode.c
118
unsigned int
font_size
, rows;
in vga_recalc_vertical()
local
123
font_size
= rdfs8(0x485); /* BIOS: font size (pixels) */
in vga_recalc_vertical()
126
rows *=
font_size
; /* Visible scan lines */
in vga_recalc_vertical()
H
A
D
video.c
63
u16
font_size
;
in store_mode_params()
local
83
font_size
= rdfs16(0x485); /* Font size, BIOS area */
in store_mode_params()
84
boot_params.screen_info.orig_video_points =
font_size
;
in store_mode_params()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
video-mode.c
118
unsigned int
font_size
, rows;
in vga_recalc_vertical()
local
123
font_size
= rdfs8(0x485); /* BIOS: font size (pixels) */
in vga_recalc_vertical()
126
rows *=
font_size
; /* Visible scan lines */
in vga_recalc_vertical()
H
A
D
video.c
63
u16
font_size
;
in store_mode_params()
local
83
font_size
= rdfs16(0x485); /* Font size, BIOS area */
in store_mode_params()
84
boot_params.screen_info.orig_video_points =
font_size
;
in store_mode_params()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
svghelper.c
292
double
font_size
;
in svg_waiting()
local
304
font_size
= 1.0 * (time2pixels(end)-time2pixels(start));
in svg_waiting()
306
if (
font_size
> 3)
in svg_waiting()
307
font_size
= 3;
in svg_waiting()
309
font_size
= round_text_size(
font_size
);
in svg_waiting()
317
if (
font_size
> MIN_TEXT_SIZE)
in svg_waiting()
319
font_size
, text);
in svg_waiting()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
svghelper.c
292
double
font_size
;
in svg_waiting()
local
304
font_size
= 1.0 * (time2pixels(end)-time2pixels(start));
in svg_waiting()
306
if (
font_size
> 3)
in svg_waiting()
307
font_size
= 3;
in svg_waiting()
309
font_size
= round_text_size(
font_size
);
in svg_waiting()
317
if (
font_size
> MIN_TEXT_SIZE)
in svg_waiting()
319
font_size
, text);
in svg_waiting()
Completed in 6 milliseconds