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:glyph_height
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
gen_overlay_fonts.py
179
glyph_height
= glyph_ascender - glyph_descender
190
font_array_height = output_rows *
glyph_height
196
base_y = (charIndex // output_cols) *
glyph_height
208
offset_y =
glyph_height
- (top - glyph_descender)
221
assert (offset_y + rows <=
glyph_height
)
244
font_glyph_heights.append(
glyph_height
)
/third_party/mesa3d/src/gallium/auxiliary/hud/
H
A
D
font.h
45
* y1 = (glyph / 16) *
glyph_height
;
47
* y2 = y1 +
glyph_height
;
52
unsigned
glyph_height
;
member
H
A
D
hud_context.c
161
y + hud->font.
glyph_height
);
in hud_draw_string()
167
unsigned y2 = y + hud->font.
glyph_height
;
in hud_draw_string()
169
unsigned ty1 = (*s / 16) * hud->font.
glyph_height
;
in hud_draw_string()
171
unsigned ty2 = ty1 + hud->font.
glyph_height
;
in hud_draw_string()
345
hud->font.
glyph_height
/ 2;
in hud_pane_accumulate_vertices()
356
unsigned y = pane->y2 + 2 + i*hud->font.
glyph_height
;
in hud_pane_accumulate_vertices()
412
unsigned y = pane->y_simple + i*hud->font.
glyph_height
;
in hud_pane_accumulate_vertices_simple()
431
unsigned y = pane->y2 + 2 + i*hud->font.
glyph_height
;
in hud_pane_draw_colored_objects()
1455
y += height + hud->font.
glyph_height
* (pane->num_graphs + 2);
in hud_parse_env_var()
1456
y_simple += hud->font.
glyph_height
* (pan
in hud_parse_env_var()
[all...]
H
A
D
font.c
440
out_font->
glyph_height
= 14;
in util_font_create_fixed_8x13()
Completed in 5 milliseconds