OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_lig_comp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
755
unsigned int
first_lig_comp
= _hb_glyph_info_get_lig_comp (&buffer->cur());
local
767
if (first_lig_id &&
first_lig_comp
) {
771
if (first_lig_id != this_lig_id ||
first_lig_comp
!= this_lig_comp)
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
734
unsigned int
first_lig_comp
= get_lig_comp (c->buffer->cur());
local
743
if (first_lig_id &&
first_lig_comp
) {
747
if (first_lig_id != this_lig_id ||
first_lig_comp
!= this_lig_comp)
[
all
...]
Completed in 562 milliseconds