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

/external/chromium_org/third_party/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/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/smack/src/org/xbill/DNS/
H A DType.java94 public static final int GPOS = 27; field in class:Type
253 types.add(GPOS, "GPOS", new GPOSRecord());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh1513 * GPOS -- The Glyph Positioning Table
1516 struct GPOS : GSUBGPOS struct in namespace:OT
1580 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1590 GPOS::position_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1513 * GPOS -- The Glyph Positioning Table
1516 struct GPOS : GSUBGPOS struct in namespace:OT
1580 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1590 GPOS::position_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1613 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1620 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);

Completed in 1911 milliseconds