OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alt_set
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh
449
const AlternateSet &
alt_set
= this+alternateSet[iter.get_coverage ()];
local
450
unsigned int count =
alt_set
.len;
452
c->glyphs->add (
alt_set
[i]);
463
const AlternateSet &
alt_set
= this+alternateSet[iter.get_coverage ()];
local
464
unsigned int count =
alt_set
.len;
466
c->output->add (
alt_set
[i]);
489
const AlternateSet &
alt_set
= this+alternateSet[index];
local
491
if (unlikely (!
alt_set
.len)) return TRACE_RETURN (false);
500
if (unlikely (alt_index >
alt_set
.len || alt_index == 0)) return TRACE_RETURN (false);
502
glyph_id =
alt_set
[alt_index - 1]
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
442
const AlternateSet &
alt_set
= this+alternateSet[iter.get_coverage ()];
local
443
unsigned int count =
alt_set
.len;
445
c->glyphs->add (
alt_set
[i]);
456
const AlternateSet &
alt_set
= this+alternateSet[iter.get_coverage ()];
local
457
unsigned int count =
alt_set
.len;
459
c->output->add (
alt_set
[i]);
482
const AlternateSet &
alt_set
= this+alternateSet[index];
local
484
if (unlikely (!
alt_set
.len)) return TRACE_RETURN (false);
493
if (unlikely (alt_index >
alt_set
.len || alt_index == 0)) return TRACE_RETURN (false);
495
glyph_id =
alt_set
[alt_index - 1]
[
all
...]
Completed in 220 milliseconds