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

  /external/harfbuzz/src/
harfbuzz-gpos.h 113 HB_UShort* feature_index );
130 HB_UShort feature_index,
harfbuzz-gsub.h 111 HB_UShort* feature_index );
128 HB_UShort feature_index,
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...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h 113 HB_UShort* feature_index );
130 HB_UShort feature_index,
harfbuzz-gsub.h 111 HB_UShort* feature_index );
128 HB_UShort feature_index,
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/harfbuzz-ng/src/
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...]
hb-ot-shape-complex-arabic-fallback.hh 58 unsigned int feature_index)
67 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index];
188 unsigned int feature_index)
190 if (feature_index < 4)
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
hb-ot-layout.h 146 unsigned int *feature_index);
172 unsigned int *feature_index);
177 unsigned int feature_index,
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-map-private.hh 145 unsigned int feature_index,
  /external/harfbuzz_ng/src/
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...]
hb-ot-shape-complex-arabic-fallback.hh 58 unsigned int feature_index)
67 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index];
188 unsigned int feature_index)
190 if (feature_index < 4)
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
hb-ot-layout.h 146 unsigned int *feature_index);
172 unsigned int *feature_index);
177 unsigned int feature_index,
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-map-private.hh 140 unsigned int feature_index,
  /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...]

Completed in 496 milliseconds