OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_glyph_idx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh
123
for (unsigned int
first_glyph_idx
= 0;
first_glyph_idx
< ARRAY_LENGTH (first_glyphs);
first_glyph_idx
++)
125
hb_codepoint_t first_u = ligature_table[
first_glyph_idx
].first;
131
first_glyphs_indirection[num_first_glyphs] =
first_glyph_idx
;
139
unsigned int
first_glyph_idx
= first_glyphs_indirection[i];
local
143
hb_codepoint_t second_u = ligature_table[
first_glyph_idx
].ligatures[second_glyph_idx].second;
144
hb_codepoint_t ligature_u = ligature_table[
first_glyph_idx
].ligatures[second_glyph_idx].ligature;
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
123
for (unsigned int
first_glyph_idx
= 0;
first_glyph_idx
< ARRAY_LENGTH (first_glyphs);
first_glyph_idx
++)
125
hb_codepoint_t first_u = ligature_table[
first_glyph_idx
].first;
131
first_glyphs_indirection[num_first_glyphs] =
first_glyph_idx
;
139
unsigned int
first_glyph_idx
= first_glyphs_indirection[i];
local
143
hb_codepoint_t second_u = ligature_table[
first_glyph_idx
].ligatures[second_glyph_idx].second;
144
hb_codepoint_t ligature_u = ligature_table[
first_glyph_idx
].ligatures[second_glyph_idx].ligature;
Completed in 81 milliseconds