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

  /external/sfntly/cpp/src/sfntly/
tag.h 62 static const int32_t GSUB;
tag.cc 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B');
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 56 { GSUB, "gsub", "gsub" },
awkgram.y 56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
348 SUB | GSUB
lex.c 65 { "gsub", GSUB, GSUB },
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 35 #include "hb-ot-layout-gsub-table.hh"
57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
58 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob);
92 layout->gsub_lookup_count = layout->gsub->get_lookup_count ();
95 layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
106 layout->gsub_accels[i].init (layout->gsub->get_lookup (i));
137 static inline const OT::GSUB&
140 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB);
141 return *hb_ot_layout_from_face (face)->gsub;
    [all...]
hb-ot-layout-private.hh 72 * GSUB/GPOS
125 struct GSUB;
157 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
185 /* buffer var allocations, used during the GSUB/GPOS processing */
187 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */
188 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
hb-ot-layout-gsub-table.hh 1331 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1338 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 374 # Record, to fix up in GSUB 'locl' later.
430 otTables.GSUB.mergeMap = otTables.GPOS.mergeMap = {
436 ttLib.getTableClass('GSUB').mergeMap = \
446 @_add_method(ttLib.getTableClass('GSUB'))
452 assert (table is not None and table is not NotImplemented), "Have duplicates to resolve for font %d but no GSUB" % (i + 1)
738 allTags.remove('GSUB')
739 allTags = ['cmap', 'GSUB'] + list(allTags)
802 GSUB = font.get('GSUB')
805 for t in [GSUB, GPOS]
    [all...]

Completed in 128 milliseconds