OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
389
unsigned int
f_index
= l.get_feature_index (i);
local
391
if (feature_tag == g.get_feature_tag (
f_index
)) {
392
if (feature_index) *feature_index =
f_index
;
/external/harfbuzz_ng/src/
hb-ot-layout.cc
383
unsigned int
f_index
= l.get_feature_index (i);
local
385
if (feature_tag == g.get_feature_tag (
f_index
)) {
386
if (feature_index) *feature_index =
f_index
;
Completed in 308 milliseconds