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_y
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
font-options.hh
63
mutable double
font_size_y
= DEFAULT_FONT_SIZE;
member
91
if (
font_size_y
== FONT_SIZE_UPEM)
in post_parse()
92
font_size_y
= hb_face_get_upem (face);
in post_parse()
98
int scale_y = (int) scalbnf (
font_size_y
, subpixel_bits);
in post_parse()
195
font_opts->
font_size_y
= font_opts->font_size_x = FONT_SIZE_UPEM;
in parse_font_size()
198
switch (sscanf (arg, "%lf%*[ ,]%lf", &font_opts->font_size_x, &font_opts->
font_size_y
)) {
in parse_font_size()
199
case 1: font_opts->
font_size_y
= font_opts->font_size_x; HB_FALLTHROUGH;
in parse_font_size()
H
A
D
view-cairo.hh
102
int y_sign = font_opts->
font_size_y
< 0 ? -1 : +1;
in render()
H
A
D
helper-cairo.hh
142
font_opts->
font_size_y
);
in helper_cairo_create_scaled_font()
Completed in 3 milliseconds