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

  /external/smack/src/org/xbill/DNS/
GPOSRecord.java 40 * Creates an GPOS Record from the given data
50 super(name, Type.GPOS, dclass, ttl);
58 * Creates an GPOS Record from the given data
68 super(name, Type.GPOS, dclass, ttl);
Type.java 94 public static final int GPOS = 27;
253 types.add(GPOS, "GPOS", new GPOSRecord());
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.h 61 static const int32_t GPOS;
tag.cc 47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S');
  /external/sfntly/cpp/src/sfntly/
tag.h 61 static const int32_t GPOS;
tag.cc 47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S');
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 35 #include "hb-ot-layout-gpos-table.hh"
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
60 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
113 static inline const OT::GPOS&
116 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
739 const OT::GPOS &gpos = _get_gpos (face); local
    [all...]
hb-ot-layout-private.hh 60 * GSUB/GPOS
115 struct GPOS;
143 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
171 /* buffer var allocations, used during the GSUB/GPOS processing */
173 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */
174 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
255 * - This is used in GPOS to attach marks to the right component of a ligature
264 * - This is used in GPOS to attach marks to the first component of a
267 * The numbers are also used in GPOS to do mark-to-mark positioning onl
    [all...]
hb-ot-layout-gpos-table.hh 1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 35 #include "hb-ot-layout-gpos-table.hh"
59 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
60 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
63 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
66 layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
78 layout->gpos_accels[i].init (layout->gpos->get_lookup (i));
89 layout->gpos_accels[i].fini (layout->gpos->get_lookup (i));
113 static inline const OT::GPOS&
116 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
759 const OT::GPOS &gpos = _get_gpos (face); local
    [all...]
hb-ot-layout-private.hh 62 * GSUB/GPOS
117 struct GPOS;
145 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
173 /* buffer var allocations, used during the GSUB/GPOS processing */
175 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */
176 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */
257 * - This is used in GPOS to attach marks to the right component of a ligature
266 * - This is used in GPOS to attach marks to the first component of a
269 * The numbers are also used in GPOS to do mark-to-mark positioning onl
    [all...]
hb-ot-layout-gpos-table.hh 1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
    [all...]
  /external/fonttools/Lib/fontTools/
merge.py 430 otTables.GSUB.mergeMap = otTables.GPOS.mergeMap = {
437 ttLib.getTableClass('GPOS').mergeMap = \
803 GPOS = font.get('GPOS')
805 for t in [GSUB, GPOS]:
828 GPOS = font.get('GPOS')
830 for t in [GSUB, GPOS]:
  /external/chromium_org/third_party/ots/src/
ots.h 193 F(gpos, GPOS) \

Completed in 360 milliseconds