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:_glyphset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-subset-plan.hh
78
hb_set_t *
_glyphset
;
member
121
return
_glyphset
;
in glyphset()
148
return !
_glyphset
->has (gid);
in is_empty_glyph()
H
A
D
hb-subset-plan.cc
392
glyf.add_gid_and_children (gid, plan->
_glyphset
);
in _populate_gids_to_retain()
395
_add_cff_seac_components (cff, gid, plan->
_glyphset
);
in _populate_gids_to_retain()
399
_remove_invalid_gids (plan->
_glyphset
, plan->source->get_num_glyphs ());
in _populate_gids_to_retain()
499
plan->
_glyphset
= hb_set_create ();
in hb_subset_plan_create()
533
plan->
_glyphset
,
in hb_subset_plan_create()
567
hb_set_destroy (plan->
_glyphset
);
in hb_subset_plan_destroy()
H
A
D
hb-ot-color-colr-table.hh
1028
const hb_set_t& glyphset = *c->plan->
_glyphset
;
in subset()
1196
const hb_set_t* glyphset = c->plan->
_glyphset
;
in subset()
Completed in 5 milliseconds