OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alt_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh
509
unsigned int
alt_index
= ((lookup_mask & glyph_mask) >> shift);
local
511
if (unlikely (
alt_index
> alt_set.len ||
alt_index
== 0)) return TRACE_RETURN (false);
513
glyph_id = alt_set[
alt_index
- 1];
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
509
unsigned int
alt_index
= ((lookup_mask & glyph_mask) >> shift);
local
511
if (unlikely (
alt_index
> alt_set.len ||
alt_index
== 0)) return TRACE_RETURN (false);
513
glyph_id = alt_set[
alt_index
- 1];
[
all
...]
Completed in 135 milliseconds