HomeSort by relevance Sort by last modified time
    Searched refs:ligature (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/keyboard/resources/layouts/
latin-accents.js 12 '\u00C6', // Capital ligature AE
32 '\u0152'], // Capital ligature OE
48 '\u00E6', // Lowercase ligature AE
68 '\u0153'], // Lowercase ligature OE
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 589 struct Ligature
642 /* Deal, we are forming the ligature. */
658 GlyphID ligature,
664 ligGlyph = ligature;
676 GlyphID ligGlyph; /* GlyphID of ligature to substitute */
690 unsigned int num_ligs = ligature.len;
692 (this+ligature[i]).closure (c);
698 unsigned int num_ligs = ligature.len;
700 (this+ligature[i]).collect_glyphs (c);
706 unsigned int num_ligs = ligature.len
755 ligature; \/* Array LigatureSet tables member in struct:OT::LigatureSet
1121 LigatureSubst ligature; member in union:OT::SubstLookupSubTable::__anon13180
    [all...]
hb-ot-shape-complex-arabic-fallback.hh 117 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */];
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
166 /* 16 bytes per ligature ought to be enough... */
hb-ot-shape-complex-arabic-table.hh 921 uint16_t ligature; member in struct:ligature_set_t::ligature_pairs_t
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 582 struct Ligature
635 /* Deal, we are forming the ligature. */
651 GlyphID ligature,
657 ligGlyph = ligature;
669 GlyphID ligGlyph; /* GlyphID of ligature to substitute */
683 unsigned int num_ligs = ligature.len;
685 (this+ligature[i]).closure (c);
691 unsigned int num_ligs = ligature.len;
693 (this+ligature[i]).collect_glyphs (c);
699 unsigned int num_ligs = ligature.len
748 ligature; \/* Array LigatureSet tables member in struct:OT::LigatureSet
1114 LigatureSubst ligature; member in union:OT::SubstLookupSubTable::__anon20461
    [all...]
hb-ot-shape-complex-arabic-fallback.hh 117 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */];
144 hb_codepoint_t ligature_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].ligature;
166 /* 16 bytes per ligature ought to be enough... */
hb-ot-shape-complex-arabic-table.hh 921 uint16_t ligature; member in struct:ligature_set_t::ligature_pairs_t
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 130 HB_UShort LigGlyph; /* glyphID of ligature
132 HB_UShort ComponentCount; /* number of components in ligature */
140 HB_Ligature* Ligature; /* array of Ligature tables */
141 HB_UShort LigatureCount; /* number of Ligature tables */
459 HB_LigatureSubst ligature; member in union:HB_GSUB_SubTable_
harfbuzz-dump.c 307 DEF_DUMP (Ligature)
313 DUMP_FGLYPH (Ligature, LigGlyph);
314 DUMP_FUINT (Ligature, ComponentCount);
316 for (i=0; i < Ligature->ComponentCount - 1; i++)
317 DUMP1("<Component>%#06x</Component>\n", Ligature->Component[i]);
327 RECURSE_NUM (Ligature, i, Ligature, &LigatureSet->Ligature[i]);
334 HB_LigatureSubst *LigatureSubst = &subtable->st.gsub.ligature;
666 lookup_name = "LIGATURE";
    [all...]
harfbuzz-gsub.c 722 /* Ligature */
793 ls->Ligature = NULL;
795 if ( ALLOC_ARRAY( ls->Ligature, count, HB_Ligature ) )
798 l = ls->Ligature;
834 if ( ls->Ligature )
837 l = ls->Ligature;
853 HB_LigatureSubst* ls = &st->ligature;
924 HB_LigatureSubst* ls = &st->ligature;
955 HB_LigatureSubst* ls = &st->ligature;
975 lig = ls->LigatureSet[index].Ligature;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 130 HB_UShort LigGlyph; /* glyphID of ligature
132 HB_UShort ComponentCount; /* number of components in ligature */
140 HB_Ligature* Ligature; /* array of Ligature tables */
141 HB_UShort LigatureCount; /* number of Ligature tables */
459 HB_LigatureSubst ligature; member in union:HB_GSUB_SubTable_
harfbuzz-gsub.c 722 /* Ligature */
793 ls->Ligature = NULL;
795 if ( ALLOC_ARRAY( ls->Ligature, count, HB_Ligature ) )
798 l = ls->Ligature;
834 if ( ls->Ligature )
837 l = ls->Ligature;
853 HB_LigatureSubst* ls = &st->ligature;
924 HB_LigatureSubst* ls = &st->ligature;
955 HB_LigatureSubst* ls = &st->ligature;
975 lig = ls->LigatureSet[index].Ligature;
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 249 milliseconds