OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lig_id
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-private.hh
380
/* lig_props: aka
lig_id
/ lig_comp
385
*
lig_id
,
392
* and the current
lig_id
reused.
396
* - All resulting glyphs will have
lig_id
= 0,
415
unsigned int
lig_id
,
418
info->lig_props() = (
lig_id
<< 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
423
unsigned int
lig_id
,
426
info->lig_props() = (
lig_id
<< 5) | (lig_comp & 0x0F);
468
uint8_t
lig_id
= buffer->next_serial () & 0x07;
local
469
if (unlikely (!
lig_id
))
[
all
...]
hb-ot-shape-fallback.cc
321
unsigned int
lig_id
= _hb_glyph_info_get_lig_id (&buffer->info[base]);
local
342
if (!
lig_id
||
lig_id
!= this_lig_id || this_lig_component >= num_lig_components)
hb-ot-layout-gpos-table.hh
1206
unsigned int
lig_id
= _hb_glyph_info_get_
lig_id
(&buffer->info[j]);
local
[
all
...]
hb-ot-layout-gsubgpos-private.hh
828
unsigned int
lig_id
= is_mark_ligature ? 0 : _hb_allocate_lig_id (buffer);
local
835
_hb_glyph_info_set_lig_props_for_ligature (&buffer->cur(),
lig_id
, total_component_count);
853
_hb_glyph_info_set_lig_props_for_mark (&buffer->cur(),
lig_id
, new_lig_comp);
875
_hb_glyph_info_set_lig_props_for_mark (&buffer->info[i],
lig_id
, new_lig_comp);
[
all
...]
Completed in 328 milliseconds