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_opts
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
font-options.hh
149
font_options_t *
font_opts
= (font_options_t *) data;
in parse_variations()
local
153
font_opts
->num_variations = 0;
in parse_variations()
154
g_free (
font_opts
->variations);
in parse_variations()
155
font_opts
->variations = nullptr;
in parse_variations()
163
font_opts
->num_variations++;
in parse_variations()
169
font_opts
->variations = (hb_variation_t *) calloc (
font_opts
->num_variations, sizeof (*
font_opts
->variations));
in parse_variations()
170
if (!
font_opts
->variations)
in parse_variations()
175
font_opts
in parse_variations()
192
font_options_t *
font_opts
= (font_options_t *) data;
parse_font_size()
local
215
font_options_t *
font_opts
= (font_options_t *) data;
parse_font_ppem()
local
[all...]
H
A
D
view-cairo.hh
48
void init (hb_buffer_t *buffer, const font_options_t *
font_opts
)
in init()
51
scale_bits = - (int)
font_opts
->subpixel_bits;
in init()
70
void finish (hb_buffer_t *buffer, const font_options_t *
font_opts
)
in finish()
72
render (
font_opts
);
in finish()
87
void render (const font_options_t *
font_opts
);
95
view_cairo_t::render (const font_options_t *
font_opts
)
in render()
argument
101
int x_sign =
font_opts
->font_size_x < 0 ? -1 : +1;
in render()
102
int y_sign =
font_opts
->font_size_y < 0 ? -1 : +1;
in render()
104
hb_font_t *font =
font_opts
->font;
in render()
135
cairo_scaled_font_t *scaled_font = helper_cairo_create_scaled_font (
font_opts
);
in render()
[all...]
H
A
D
hb-ot-shape-closure.cc
55
void init (const font_options_t *
font_opts
)
in init()
58
font = hb_font_reference (
font_opts
->font);
in init()
95
void finish (const font_options_t *
font_opts
)
in finish()
H
A
D
hb-shape.cc
48
void init (hb_buffer_t *buffer, const font_options_t *
font_opts
)
in init()
52
font = hb_font_reference (
font_opts
->font);
in init()
117
void finish (hb_buffer_t *buffer, const font_options_t *
font_opts
)
in finish()
H
A
D
helper-cairo.hh
80
helper_cairo_create_scaled_font (const font_options_t *
font_opts
)
in helper_cairo_create_scaled_font()
argument
82
hb_font_t *font = hb_font_reference (
font_opts
->font);
in helper_cairo_create_scaled_font()
100
const char *blob_data = hb_blob_get_data (
font_opts
->blob, &blob_length);
in helper_cairo_create_scaled_font()
105
font_opts
->face_index,
in helper_cairo_create_scaled_font()
134
cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face,
font_opts
->ft_load_flags);
in helper_cairo_create_scaled_font()
141
font_opts
->font_size_x,
in helper_cairo_create_scaled_font()
142
font_opts
->font_size_y);
in helper_cairo_create_scaled_font()
Completed in 4 milliseconds