OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_ligatures
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
118
unsigned int
num_ligatures
= 0;
local
153
ligature_list[
num_ligatures
].set (ligature_glyph);
154
component_count_list[
num_ligatures
] = 2;
155
component_list[
num_ligatures
].set (second_glyph);
156
num_ligatures
++;
162
OT::Supplier<OT::GlyphID> ligatures_supplier (ligature_list,
num_ligatures
);
163
OT::Supplier<unsigned int > component_count_supplier (component_count_list,
num_ligatures
);
164
OT::Supplier<OT::GlyphID> component_supplier (component_list,
num_ligatures
);
hb-ot-layout-gsub-table.hh
725
unsigned int
num_ligatures
,
730
if (unlikely (!ligature.serialize (c,
num_ligatures
))) return TRACE_RETURN (false);
731
for (unsigned int i = 0; i <
num_ligatures
; i++)
736
ligatures.advance (
num_ligatures
);
737
component_count_list.advance (
num_ligatures
);
[
all
...]
Completed in 61 milliseconds