OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_ligatures
(Results
1 - 4
of
4
) 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
751
unsigned int
num_ligatures
,
756
if (unlikely (!ligature.serialize (c,
num_ligatures
))) return TRACE_RETURN (false);
757
for (unsigned int i = 0; i <
num_ligatures
; i++)
762
ligatures.advance (
num_ligatures
);
763
component_count_list.advance (
num_ligatures
);
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh
113
unsigned int
num_ligatures
= 0;
local
148
ligature_list[
num_ligatures
].set (ligature_glyph);
149
component_count_list[
num_ligatures
] = 2;
150
component_list[
num_ligatures
].set (second_glyph);
151
num_ligatures
++;
155
if (!
num_ligatures
)
160
OT::Supplier<OT::GlyphID> ligatures_supplier (ligature_list,
num_ligatures
);
161
OT::Supplier<unsigned int > component_count_supplier (component_count_list,
num_ligatures
);
162
OT::Supplier<OT::GlyphID> component_supplier (component_list,
num_ligatures
);
hb-ot-layout-gsub-table.hh
751
unsigned int
num_ligatures
,
756
if (unlikely (!ligature.serialize (c,
num_ligatures
))) return TRACE_RETURN (false);
757
for (unsigned int i = 0; i <
num_ligatures
; i++)
762
ligatures.advance (
num_ligatures
);
763
component_count_list.advance (
num_ligatures
);
[
all
...]
Completed in 5096 milliseconds