Searched refs:HB_OT_TAG_GSUB (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzFace.cpp109 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCount, scriptTags);
113 hb_ot_layout_script_get_language_tags(face, HB_OT_TAG_GSUB, scriptIndex, 0, &languageCount, languageTags);
116 if (hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vertTag, &featureIndex)
117 || hb_ot_layout_language_find_feature(face, HB_OT_TAG_GSUB, scriptIndex, languageIndex, HarfBuzzFace::vrt2Tag, &featureIndex))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh53 case HB_OT_TAG_GSUB: table_index = 0; break;
H A Dhb-ot-shape-complex-private.hh323 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB,
H A Dhb-ot-layout.h42 #define HB_OT_TAG_GSUB HB_TAG('G','S','U','B') macro
H A Dhb-ot-layout.cc56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
177 case HB_OT_TAG_GSUB: return _get_gsub (face);
442 case HB_OT_TAG_GSUB:
653 case HB_OT_TAG_GSUB:
H A Dhb-ot-map-private.hh37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS};
H A Dhb-ot-shape.cc791 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
H A Dhb-ot-layout-gsub-table.hh1319 static const hb_tag_t tableTag = HB_OT_TAG_GSUB;
H A Dhb-ot-layout-gsubgpos-private.hh2239 static const hb_tag_t GSUBTag = HB_OT_TAG_GSUB;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh53 case HB_OT_TAG_GSUB: table_index = 0; break;
H A Dhb-ot-shape-complex-private.hh322 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB,
H A Dhb-ot-layout.h42 #define HB_OT_TAG_GSUB HB_TAG('G','S','U','B') macro
H A Dhb-ot-layout.cc56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
177 case HB_OT_TAG_GSUB: return _get_gsub (face);
442 case HB_OT_TAG_GSUB:
653 case HB_OT_TAG_GSUB:
H A Dhb-ot-map-private.hh37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS};
H A Dhb-ot-shape.cc787 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
H A Dhb-ot-layout-gsub-table.hh1319 static const hb_tag_t tableTag = HB_OT_TAG_GSUB;
H A Dhb-ot-layout-gsubgpos-private.hh2241 static const hb_tag_t GSUBTag = HB_OT_TAG_GSUB;
/external/freetype/src/autofit/
H A Dhbshim.c166 HB_OT_TAG_GSUB,
199 HB_OT_TAG_GSUB,

Completed in 7001 milliseconds