OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alternateset
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub-private.h
115
/* number of
AlternateSet
tables */
116
HB_AlternateSet*
AlternateSet
; /* array of
AlternateSet
tables */
harfbuzz-gsub.c
524
/*
AlternateSet
*/
607
as->
AlternateSet
= NULL;
609
if ( ALLOC_ARRAY( as->
AlternateSet
, count, HB_AlternateSet ) )
612
aset = as->
AlternateSet
;
652
if ( as->
AlternateSet
)
655
aset = as->
AlternateSet
;
692
aset = as->
AlternateSet
[index];
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
340
alts = rawTable["
AlternateSet
"]
365
alts =
AlternateSet
()
374
return {"Coverage": cov, "
AlternateSet
": alternates}
379
xmlWriter.begintag("
AlternateSet
", glyph=glyphName)
384
xmlWriter.endtag("
AlternateSet
")
581
elif overflowRecord.itemName == '
AlternateSet
':
583
# from the overflowed
AlternateSet
index to make sure the offset
611
# from the overflowed
AlternateSet
index to make sure the offset
otData.py
475
('uint16', 'AlternateSetCount', None, None, 'Number of
AlternateSet
tables'),
476
('Offset', '
AlternateSet
', 'AlternateSetCount', 0, 'Array of offsets to
AlternateSet
tables-from beginning of Substitution table-ordered by Coverage Index'),
479
('
AlternateSet
', [
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh
438
typedef ArrayOf<GlyphID>
AlternateSet
; /* Array of alternate GlyphIDs--in
449
const
AlternateSet
&alt_set = this+
alternateSet
[iter.get_coverage ()];
463
const
AlternateSet
&alt_set = this+
alternateSet
[iter.get_coverage ()];
489
const
AlternateSet
&alt_set = this+
alternateSet
[index];
517
if (unlikely (!
alternateSet
.serialize (c, num_glyphs))) return TRACE_RETURN (false);
519
if (unlikely (!
alternateSet
[i].serialize (c, this).serialize (c,
529
return TRACE_RETURN (coverage.sanitize (c, this) &&
alternateSet
.sanitize (c, this))
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
449
typedef ArrayOf<GlyphID>
AlternateSet
; /* Array of alternate GlyphIDs--in
460
const
AlternateSet
&alt_set = this+
alternateSet
[iter.get_coverage ()];
474
const
AlternateSet
&alt_set = this+
alternateSet
[iter.get_coverage ()];
500
const
AlternateSet
&alt_set = this+
alternateSet
[index];
528
if (unlikely (!
alternateSet
.serialize (c, num_glyphs))) return TRACE_RETURN (false);
530
if (unlikely (!
alternateSet
[i].serialize (c, this).serialize (c,
540
return TRACE_RETURN (coverage.sanitize (c, this) &&
alternateSet
.sanitize (c, this))
[
all
...]
Completed in 3052 milliseconds