Searched defs:GSUB (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in class:sfntly::Tag
H A Dtag.h62 static const int32_t GSUB; member in struct:sfntly::Tag
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in class:sfntly::Tag
H A Dtag.h62 static const int32_t GSUB; member in struct:sfntly::Tag
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1314 * GSUB -- The Glyph Substitution Table
1317 struct GSUB : GSUBGPOS struct in namespace:OT
1339 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer)
1354 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED)
1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1314 * GSUB -- The Glyph Substitution Table
1317 struct GSUB : GSUBGPOS struct in namespace:OT
1339 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer)
1354 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED)
1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);

Completed in 60 milliseconds