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:gsub_lookups
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afshaper.c
106
hb_set_t*
gsub_lookups
= NULL; /* GSUB lookups for a given script */
in af_shaper_get_coverage()
local
173
gsub_lookups
= hb_set_create();
in af_shaper_get_coverage()
179
gsub_lookups
);
in af_shaper_get_coverage()
181
if ( hb_set_is_empty(
gsub_lookups
) )
in af_shaper_get_coverage()
193
for ( idx = HB_SET_VALUE_INVALID; hb_set_next(
gsub_lookups
, &idx ); )
in af_shaper_get_coverage()
284
for ( idx = HB_SET_VALUE_INVALID; hb_set_next(
gsub_lookups
,
in af_shaper_get_coverage()
400
hb_set_destroy(
gsub_lookups
);
in af_shaper_get_coverage()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-subset-plan.cc
365
plan->
gsub_lookups
,
in _populate_gids_to_retain()
505
plan->
gsub_lookups
= hb_map_create ();
in hb_subset_plan_create()
570
hb_map_destroy (plan->
gsub_lookups
);
in hb_subset_plan_destroy()
H
A
D
hb-subset-plan.hh
83
hb_map_t *
gsub_lookups
;
member
H
A
D
hb-ot-layout-gsubgpos.hh
1914
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
2103
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
2273
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
2887
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
3114
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
3349
const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->
gsub_lookups
: c->plan->gpos_lookups;
H
A
D
hb-ot-layout-gsub-table.hh
1723
hb_subset_layout_context_t l (c, tableTag, c->plan->
gsub_lookups
, c->plan->gsub_langsys, c->plan->gsub_features);
Completed in 9 milliseconds