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:hb_face_reference
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-face.h
86
hb_face_reference
(hb_face_t *face);
H
A
D
hb-face.cc
251
*
hb_face_reference
: (skip)
261
hb_face_reference
(hb_face_t *face)
in hb_face_reference()
function
H
A
D
hb-subset.cc
374
hb_face_t *result = success ?
hb_face_reference
(plan->dest) : nullptr;
in hb_subset_or_fail()
H
A
D
hb-subset-plan.cc
496
plan->source =
hb_face_reference
(face);
in hb_subset_plan_create()
H
A
D
hb-font.cc
1509
font->face =
hb_face_reference
(face);
in _hb_font_create()
1811
font->face =
hb_face_reference
(face);
in hb_font_set_face()
H
A
D
hb-ft.cc
762
return
hb_face_reference
((hb_face_t *) ft_face->generic.data);
in hb_ft_face_create_cached()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H
A
D
test-ot-math.c
73
hb_face =
hb_face_reference
(hb_font_get_face (hb_font));
in openFont()
Completed in 8 milliseconds