OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_lig_id
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc
320
unsigned int
this_lig_id
= get_lig_id (buffer->info[i]);
local
323
if (!lig_id || lig_id !=
this_lig_id
|| this_lig_component >= num_lig_components)
hb-ot-layout-gsubgpos-private.hh
740
unsigned int
this_lig_id
= get_lig_id (c->buffer->info[skippy_iter.idx]);
local
747
if (first_lig_id !=
this_lig_id
|| first_lig_comp != this_lig_comp)
753
if (
this_lig_id
&& this_lig_comp && (
this_lig_id
!= first_lig_id))
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc
334
unsigned int
this_lig_id
= _hb_glyph_info_get_lig_id (&buffer->info[i]);
local
337
if (!lig_id || lig_id !=
this_lig_id
|| this_lig_component >= num_lig_components)
hb-ot-layout-gsubgpos-private.hh
764
unsigned int
this_lig_id
= _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]);
local
771
if (first_lig_id !=
this_lig_id
|| first_lig_comp != this_lig_comp)
777
if (
this_lig_id
&& this_lig_comp && (
this_lig_id
!= first_lig_id))
[
all
...]
Completed in 62 milliseconds