/third_party/harfbuzz/src/ |
D | hb-aat-layout-feat-table.hh | 180 bool exposes_feature (hb_aat_layout_feature_type_t feature_type) const in exposes_feature() 181 { return get_feature (feature_type).has_data (); } in exposes_feature() 183 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() 184 { return namesZ.bsearch (featureNameCount, feature_type); } in get_feature() 189 unsigned int get_selector_infos (hb_aat_layout_feature_type_t feature_type, in get_selector_infos() 195 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
|
D | hb-aat-layout.cc | 385 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id() argument 387 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id() 413 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos() argument 419 …return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors… in hb_aat_layout_feature_type_get_selector_infos()
|
D | hb-aat-layout.h | 733 hb_aat_layout_feature_type_t feature_type); 762 hb_aat_layout_feature_type_t feature_type,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-feat-table.hh | 180 bool exposes_feature (hb_aat_layout_feature_type_t feature_type) const in exposes_feature() 181 { return get_feature (feature_type).has_data (); } in exposes_feature() 183 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() 184 { return namesZ.bsearch (featureNameCount, feature_type); } in get_feature() 189 unsigned int get_selector_infos (hb_aat_layout_feature_type_t feature_type, in get_selector_infos() 195 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
|
D | hb-aat-layout.cc | 392 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id() argument 394 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id() 420 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos() argument 426 …return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors… in hb_aat_layout_feature_type_get_selector_infos()
|
D | hb-aat-layout.h | 733 hb_aat_layout_feature_type_t feature_type); 762 hb_aat_layout_feature_type_t feature_type,
|
/third_party/cef/libcef/common/extensions/api/ |
D | BUILD.gn | 8 feature_type = "APIFeature" 16 feature_type = "PermissionFeature" 24 feature_type = "ManifestFeature"
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-feat-table.hh | 176 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature() 178 return namesZ.bsearch (featureNameCount, feature_type); in get_feature() 184 unsigned int get_selector_infos (hb_aat_layout_feature_type_t feature_type, in get_selector_infos() 190 return get_feature (feature_type).get_selector_infos (start_offset, selectors_count, selectors, in get_selector_infos()
|
D | hb-aat-layout.cc | 393 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id() argument 399 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id() 421 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos() argument 433 …return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors… in hb_aat_layout_feature_type_get_selector_infos()
|
D | hb-aat-layout.h | 438 hb_aat_layout_feature_type_t feature_type); 453 hb_aat_layout_feature_type_t feature_type,
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouploader.c | 101 void (*_soup_message_disable_feature) (SoupMessage * message, GType feature_type); 117 void (*_soup_session_add_feature_by_type) (SoupSession * session, GType feature_type); 679 _soup_session_add_feature_by_type (SoupSession * session, GType feature_type) in _soup_session_add_feature_by_type() argument 682 soup_session_add_feature_by_type (session, feature_type); in _soup_session_add_feature_by_type() 685 gst_soup_vtable._soup_session_add_feature_by_type (session, feature_type); in _soup_session_add_feature_by_type() 775 _soup_message_disable_feature (SoupMessage * msg, GType feature_type) in _soup_message_disable_feature() argument 778 soup_message_disable_feature (msg, feature_type); in _soup_message_disable_feature() 781 gst_soup_vtable._soup_message_disable_feature (msg, feature_type); in _soup_message_disable_feature()
|
D | gstsouploader.h | 41 void _soup_session_add_feature_by_type (SoupSession *session, GType feature_type); 94 void _soup_message_disable_feature (SoupMessage *msg, GType feature_type);
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 635 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
|
D | sljitNativeSPARC_common.c | 448 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 450 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeARM_64.c | 382 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 384 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitLir.c | 2383 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 2385 SLJIT_UNUSED_ARG(feature_type); in sljit_has_cpu_feature()
|
D | sljitNativePPC_common.c | 630 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 632 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeMIPS_common.c | 685 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 691 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeX86_common.c | 643 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 645 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeARM_T2_32.c | 482 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 484 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeS390X.c | 1617 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 1620 switch (feature_type) { in sljit_has_cpu_feature()
|
D | sljitNativeARM_32.c | 946 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument 948 switch (feature_type) { in sljit_has_cpu_feature()
|