HomeSort by relevance Sort by last modified time
    Searched refs:HB_OT_TAG_GSUB (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 109 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/
hb-ot-shape-private.hh 48 case HB_OT_TAG_GSUB: table_index = 0; break;
hb-ot-shape-complex-private.hh 318 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB,
hb-ot-layout.h 42 #define HB_OT_TAG_GSUB HB_TAG('G','S','U','B')
hb-ot-layout.cc 56 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);
423 case HB_OT_TAG_GSUB:
633 case HB_OT_TAG_GSUB:
hb-ot-map-private.hh 37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS};
hb-ot-shape.cc 689 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 49 case HB_OT_TAG_GSUB: table_index = 0; break;
hb-ot-shape-complex-private.hh 303 hb_ot_layout_language_find_feature (planner->face, HB_OT_TAG_GSUB,
hb-ot-layout.h 42 #define HB_OT_TAG_GSUB HB_TAG('G','S','U','B')
hb-ot-layout.cc 53 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
169 case HB_OT_TAG_GSUB: return _get_gsub (face);
607 case HB_OT_TAG_GSUB:
hb-ot-map-private.hh 37 static const hb_tag_t table_tags[2] = {HB_OT_TAG_GSUB, HB_OT_TAG_GPOS};
hb-ot-shape.cc 642 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups);
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 873 milliseconds