Searched refs:GPOS (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 56 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS)); in HB_SHAPER_DATA_ENSURE_DECLARE() 57 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob); in HB_SHAPER_DATA_ENSURE_DECLARE() 105 static inline const OT::GPOS& 108 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GPOS); in _get_gpos() 706 return &_get_gpos (face) != &OT::Null(OT::GPOS); in hb_ot_layout_has_positioning() 712 OT::GPOS::position_start (font, buffer); in hb_ot_layout_position_start() 734 OT::GPOS::position_finish (font, buffer); in hb_ot_layout_position_finish() 745 const OT::GPOS &gpos = _get_gpos (face); in hb_ot_layout_get_size_params()
|
D | hb-ot-layout-private.hh | 244 struct GPOS; 255 const struct OT::GPOS *gpos;
|
D | hb-ot-layout-gpos-table.hh | 1525 struct GPOS : GSUBGPOS struct 1589 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) in position_start() 1599 GPOS::position_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) in position_finish() 1624 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); in dispatch_recurse_func() 1631 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); in apply_recurse_func()
|
/external/smack/src/org/xbill/DNS/ |
D | GPOSRecord.java | 50 super(name, Type.GPOS, dclass, ttl); in GPOSRecord() 68 super(name, Type.GPOS, dclass, ttl); in GPOSRecord()
|
D | Type.java | 94 public static final int GPOS = 27; field in Type 253 types.add(GPOS, "GPOS", new GPOSRecord()); in types.add() argument
|
/external/harfbuzz_ng/ |
D | NEWS | 25 matching GSUB/GPOS lookups, 56 - Fix GPOS mark attachment with null Anchor offsets. 304 - Fallback mark positioning for fonts without a GPOS table. 424 - Vertical text support in GPOS
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 9233 There are used in some fonts for GPOS positioning.
|