OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_lig_id
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc
303
unsigned int lig_id =
get_lig_id
(buffer->info[base]);
320
unsigned int this_lig_id =
get_lig_id
(buffer->info[i]);
hb-ot-layout-private.hh
158
get_lig_id
(const hb_glyph_info_t &info)
function
hb-ot-layout-gsubgpos-private.hh
733
unsigned int first_lig_id =
get_lig_id
(c->buffer->cur());
740
unsigned int this_lig_id =
get_lig_id
(c->buffer->info[skippy_iter.idx]);
815
unsigned int last_lig_id =
get_lig_id
(c->buffer->cur());
837
last_lig_id =
get_lig_id
(c->buffer->cur());
848
if (last_lig_id ==
get_lig_id
(c->buffer->info[i])) {
[
all
...]
hb-ot-layout-gpos-table.hh
[
all
...]
Completed in 54 milliseconds