Searched defs:GPOS (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
H A DGPOS.py33 class GPOS(dns.rdata.Rdata): class in inherits:dns.rdata.Rdata
34 """GPOS record
47 super(GPOS, self).__init__(rdclass, rdtype)
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S'); member in class:sfntly::Tag
H A Dtag.h61 static const int32_t GPOS; member in struct:sfntly::Tag
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Drdatatype.py60 GPOS = 27 variable
122 'GPOS' : GPOS,
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1501 * GPOS -- The Glyph Positioning Table
1504 struct GPOS : GSUBGPOS struct in namespace:OT
1596 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1604 GPOS::position_finish_advances (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1610 GPOS::position_finish_offsets (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1630 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1637 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);

Completed in 305 milliseconds