/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 628 unsigned int *feature_index /* OUT */) in hb_ot_layout_table_find_feature() argument 637 if (feature_index) *feature_index = i; in hb_ot_layout_table_find_feature() 642 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_table_find_feature() 778 unsigned int *feature_index /* OUT */) in hb_ot_layout_language_get_required_feature_index() argument 784 feature_index, in hb_ot_layout_language_get_required_feature_index() 810 unsigned int *feature_index /* OUT */, in hb_ot_layout_language_get_required_feature() argument 817 if (feature_index) *feature_index = index; in hb_ot_layout_language_get_required_feature() 920 unsigned int *feature_index /* OUT */) in hb_ot_layout_language_find_feature() argument 931 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature() 936 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_language_find_feature() [all …]
|
D | hb-ot-layout.h | 262 unsigned int *feature_index /* OUT */); 269 unsigned int *feature_index /* OUT */, 296 unsigned int *feature_index /* OUT */); 301 unsigned int feature_index, 373 unsigned int feature_index, 457 unsigned int feature_index, 468 unsigned int feature_index,
|
D | hb-ot-map.cc | 115 unsigned int feature_index, in add_lookups() argument 133 feature_index, in add_lookups() 243 unsigned int feature_index[2]; in compile() local 254 &feature_index[table_index]); in compile() 263 &feature_index[table_index]); in compile() 273 map->index[0] = feature_index[0]; in compile() 274 map->index[1] = feature_index[1]; in compile()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 50 unsigned int feature_index) in arabic_fallback_synthesize_lookup_single() argument 59 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index]; in arabic_fallback_synthesize_lookup_single() 179 unsigned int feature_index) in arabic_fallback_synthesize_lookup() argument 181 if (feature_index < 4) in arabic_fallback_synthesize_lookup() 182 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); in arabic_fallback_synthesize_lookup()
|
D | hb-ot-map.hh | 235 unsigned int feature_index,
|
D | hb-ot-layout.hh | 69 unsigned int *feature_index);
|
D | hb-ot-layout-common.hh | 3147 const Feature *find_substitute (unsigned int feature_index) const in find_substitute() 3153 if (record.featureIndex == feature_index) in find_substitute() 3291 unsigned int feature_index) const in find_substitute() 3294 return (this+record.substitutions).find_substitute (feature_index); in find_substitute()
|
D | hb-ot-layout-gsubgpos.hh | 3602 const Feature& get_feature_variation (unsigned int feature_index, in get_feature_variation() 3610 feature_index); in get_feature_variation() 3615 return get_feature (feature_index); in get_feature_variation()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 36 unsigned int feature_index; in test_ot_layout_feature_get_name_ids_and_characters() local 50 &feature_index)) in test_ot_layout_feature_get_name_ids_and_characters() 53 if (!hb_ot_layout_feature_get_name_ids (face, HB_OT_TAG_GSUB, feature_index, in test_ot_layout_feature_get_name_ids_and_characters() 64 all_chars = hb_ot_layout_feature_get_characters (face, HB_OT_TAG_GSUB, feature_index, in test_ot_layout_feature_get_name_ids_and_characters() 74 all_chars = hb_ot_layout_feature_get_characters (face, HB_OT_TAG_GSUB, feature_index, in test_ot_layout_feature_get_name_ids_and_characters()
|
D | test-ot-face.c | 114 unsigned feature_index = 0; in test_font() local 117 cv01, &feature_index); in test_font() 118 hb_ot_layout_feature_get_name_ids (face, HB_OT_TAG_GSUB, feature_index, in test_font() 121 hb_ot_layout_feature_get_characters (face, HB_OT_TAG_GSUB, feature_index, 0, &temp, &g); in test_font() 125 result += temp + name + feature_index + temp2; in test_font()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 888 for (uint32_t feature_index = 0; feature_index < Supp::FeatureCount; feature_index++) in emit_header() local 890 auto feature = static_cast<Supp::Feature>(feature_index); in emit_header()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 18908 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 18916 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 18946 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 18952 …<parameter type-id='type-id-18' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 29545 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 29560 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 29617 …<parameter type-id='type-id-60' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta… 29628 …<parameter type-id='type-id-18' name='feature_index' filepath='/tmp/legendre/spack-stage/spack-sta…
|