HomeSort by relevance Sort by last modified time
    Searched defs:feature_index (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 37 unsigned int feature_index,
49 feature_index,
222 unsigned int feature_index[2]; local
229 &feature_index[table_index]);
239 map->index[0] = feature_index[0];
240 map->index[1] = feature_index[1];
hb-ot-layout.cc 326 unsigned int *feature_index)
330 if (feature_index) *feature_index = l.get_required_feature_index ();
381 unsigned int *feature_index)
392 if (feature_index) *feature_index = f_index;
397 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
404 unsigned int feature_index,
410 const OT::Feature &f = g.get_feature (feature_index);
488 unsigned int feature_index; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 35 unsigned int feature_index,
47 feature_index,
225 unsigned int feature_index[2]; local
232 &feature_index[table_index]);
242 map->index[0] = feature_index[0];
243 map->index[1] = feature_index[1];
hb-ot-layout.cc 320 unsigned int *feature_index)
324 if (feature_index) *feature_index = l.get_required_feature_index ();
375 unsigned int *feature_index)
386 if (feature_index) *feature_index = f_index;
391 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
398 unsigned int feature_index,
404 const OT::Feature &f = g.get_feature (feature_index);
482 unsigned int feature_index; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 732 HB_UShort feature_index; local
733 error = HB_GSUB_Select_Feature(face->gsub, features->tag, script_index, 0xffff, &feature_index);
736 HB_GSUB_Add_Feature(face->gsub, feature_index, features->property);
758 HB_UShort feature_index; local
759 HB_GPOS_Select_Feature(face->gpos, r->FeatureTag, script_index, 0xffff, &feature_index);
769 HB_UShort feature_index; local
777 error = HB_GPOS_Select_Feature(face->gpos, *feature_tag_list, script_index, 0xffff, &feature_index);
779 HB_GPOS_Add_Feature(face->gpos, feature_index, PositioningProperties);
    [all...]
harfbuzz-gsub.c 4301 HB_UShort feature_index = gsub->FeatureList.ApplyOrder[i]; local
    [all...]
harfbuzz-gpos.c 6062 HB_UShort feature_index = gpos->FeatureList.ApplyOrder[i]; local
    [all...]
  /external/chromium_org/third_party/ots/src/
layout.cc 70 uint16_t feature_index = 0; local
71 if (!subtable->ReadU16(&feature_index)) {
74 if (feature_index >= num_features) {
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 1091 HB_UShort feature_index; local
1120 HB_UShort feature_index; local
1131 HB_UShort feature_index; local
    [all...]
harfbuzz-gsub.c 4301 HB_UShort feature_index = gsub->FeatureList.ApplyOrder[i]; local
    [all...]
harfbuzz-gpos.c 6062 HB_UShort feature_index = gpos->FeatureList.ApplyOrder[i]; local
    [all...]

Completed in 2749 milliseconds