OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_first_glyphs
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
107
unsigned int
num_first_glyphs
= 0;
local
124
first_glyphs[
num_first_glyphs
].set (first_glyph);
125
ligature_per_first_glyph_count_list[
num_first_glyphs
] = 0;
126
first_glyphs_indirection[
num_first_glyphs
] = first_glyph_idx;
127
num_first_glyphs
++;
129
hb_stable_sort (&first_glyphs[0],
num_first_glyphs
, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
132
for (unsigned int i = 0; i <
num_first_glyphs
; i++)
158
OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs,
num_first_glyphs
);
159
OT::Supplier<unsigned int > ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list,
num_first_glyphs
);
172
num_first_glyphs
,
[
all
...]
hb-ot-layout-gsub-table.hh
814
unsigned int
num_first_glyphs
,
821
if (unlikely (!ligatureSet.serialize (c,
num_first_glyphs
))) return_trace (false);
822
for (unsigned int i = 0; i <
num_first_glyphs
; i++)
828
ligature_per_first_glyph_count_list.advance (
num_first_glyphs
);
829
if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs,
num_first_glyphs
))) return_trace (false);
856
unsigned int
num_first_glyphs
,
869
num_first_glyphs
,
[
all
...]
Completed in 496 milliseconds