HomeSort by relevance Sort by last modified time
    Searched refs:GPOS (Results 1 - 5 of 5) 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/harfbuzz_ng/src/
hb-ot-layout-private.hh 41 /* buffer var allocations, used during the GSUB/GPOS processing */
43 #define syllable() var1.u8[2] /* GSUB/GPOS shaping boundaries */
44 #define lig_props() var1.u8[3] /* GSUB/GPOS ligature tracking */
115 * GSUB/GPOS
127 * - This is used in GPOS to attach marks to the right component of a ligature
134 * - This is used in GPOS to attach marks to the first component of a
137 * The numbers are also used in GPOS to do mark-to-mark positioning only
244 struct GPOS;
255 const struct OT::GPOS *gpos; member in struct:hb_ot_layout_t
    [all...]
hb-ot-layout.cc 35 #include "hb-ot-layout-gpos-table.hh"
56 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
57 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob);
60 layout->gpos_lookup_count = layout->gpos->get_lookup_count ();
63 layout->gpos_digests = (hb_set_digest_t *) calloc (layout->gpos->get_lookup_count (), sizeof (hb_set_digest_t));
75 layout->gpos->get_lookup (i).add_coverage (&layout->gpos_digests[i]);
105 static inline const OT::GPOS&
108 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS);
109 return *hb_ot_layout_from_face (face)->gpos;
745 const OT::GPOS &gpos = _get_gpos (face); local
    [all...]
hb-ot-layout-gpos-table.hh 1624 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
1631 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); local
    [all...]

Completed in 44 milliseconds