OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ligature_per_first_glyph_count_list
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
106
unsigned int
ligature_per_first_glyph_count_list
[ARRAY_LENGTH_CONST (first_glyphs)];
local
125
ligature_per_first_glyph_count_list
[num_first_glyphs] = 0;
146
ligature_per_first_glyph_count_list
[i]++;
159
OT::Supplier<unsigned int > ligature_per_first_glyph_count_supplier (
ligature_per_first_glyph_count_list
, num_first_glyphs);
hb-ot-layout-gsub-table.hh
813
Supplier<unsigned int> &
ligature_per_first_glyph_count_list
,
826
ligature_per_first_glyph_count_list
[i],
828
ligature_per_first_glyph_count_list
.advance (num_first_glyphs);
855
Supplier<unsigned int> &
ligature_per_first_glyph_count_list
,
868
ligature_per_first_glyph_count_list
,
[
all
...]
Completed in 695 milliseconds