OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_glyphs
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
104
OT::GlyphID
first_glyphs
[ARRAY_LENGTH_CONST (ligature_table)];
local
106
unsigned int ligature_per_first_glyph_count_list[ARRAY_LENGTH_CONST (
first_glyphs
)];
110
OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (
first_glyphs
) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
118
for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (
first_glyphs
); first_glyph_idx++)
124
first_glyphs
[num_first_glyphs].set (first_glyph);
129
hb_stable_sort (&
first_glyphs
[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
158
OT::Supplier<OT::GlyphID> first_glyphs_supplier (
first_glyphs
, num_first_glyphs);
hb-ot-layout-gsub-table.hh
812
Supplier<GlyphID> &
first_glyphs
,
829
if (unlikely (!coverage.serialize (c, this).serialize (c,
first_glyphs
, num_first_glyphs))) return_trace (false);
854
Supplier<GlyphID> &
first_glyphs
,
867
first_glyphs
,
[
all
...]
Completed in 85 milliseconds