OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_a_ligature
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-private.hh
163
is_a_ligature
(const hb_glyph_info_t &info)
function
170
if (
is_a_ligature
(info))
178
if ((info.glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
is_a_ligature
(info))
hb-ot-shape-complex-myanmar.cc
155
if (
is_a_ligature
(info)) return false;
hb-ot-shape.cc
527
if (unlikely (!
is_a_ligature
(c->buffer->info[i]) &&
hb-ot-layout-gsubgpos-private.hh
357
!
is_a_ligature
(info)))
[
all
...]
hb-ot-shape-complex-indic.cc
152
if (
is_a_ligature
(info)) return false;
[
all
...]
Completed in 506 milliseconds