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:ot_face
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-font.cc
69
const hb_ot_face_t *
ot_face
= (const hb_ot_face_t *) font_data;
in hb_ot_get_nominal_glyph()
local
70
return
ot_face
->cmap->get_nominal_glyph (unicode, glyph);
in hb_ot_get_nominal_glyph()
83
const hb_ot_face_t *
ot_face
= (const hb_ot_face_t *) font_data;
in hb_ot_get_nominal_glyphs()
local
84
return
ot_face
->cmap->get_nominal_glyphs (count,
in hb_ot_get_nominal_glyphs()
97
const hb_ot_face_t *
ot_face
= (const hb_ot_face_t *) font_data;
in hb_ot_get_variation_glyph()
local
98
return
ot_face
->cmap->get_variation_glyph (unicode, variation_selector, glyph);
in hb_ot_get_variation_glyph()
110
const hb_ot_face_t *
ot_face
= (const hb_ot_face_t *) font_data;
in hb_ot_get_glyph_h_advances()
local
111
const OT::hmtx_accelerator_t &hmtx = *
ot_face
->hmtx;
in hb_ot_get_glyph_h_advances()
130
const hb_ot_face_t *
ot_face
= (const hb_ot_face_t *) font_data;
in hb_ot_get_glyph_v_advances()
local
131
const OT::vmtx_accelerator_t &vmtx = *
ot_face
in hb_ot_get_glyph_v_advances()
149
const hb_
ot_face
_t *
ot_face
= (const hb_
ot_face
_t *) font_data;
hb_ot_get_glyph_v_origin()
local
185
const hb_
ot_face
_t *
ot_face
= (const hb_
ot_face
_t *) font_data;
hb_ot_get_glyph_extents()
local
211
const hb_
ot_face
_t *
ot_face
= (const hb_
ot_face
_t *) font_data;
hb_ot_get_glyph_name()
local
225
const hb_
ot_face
_t *
ot_face
= (const hb_
ot_face
_t *) font_data;
hb_ot_get_glyph_from_name()
local
[all...]
H
A
D
hb-face.cc
183
const OT::OpenTypeFontFace &
ot_face
= ot_file.get_face (data->index, &base_offset);
in _hb_face_for_data_reference_table()
local
185
const OT::OpenTypeTable &table =
ot_face
.get_table_by_tag (tag);
in _hb_face_for_data_reference_table()
556
const OT::OpenTypeFontFace &
ot_face
= ot_file.get_face (data->index);
in hb_face_get_table_tags()
local
558
return
ot_face
.get_table_tags (start_offset, table_count, table_tags);
in hb_face_get_table_tags()
Completed in 2 milliseconds