Home
last modified time | relevance | path

Searched refs:feature_type (Results 1 – 22 of 22) sorted by relevance

/third_party/harfbuzz/src/
Dhb-aat-layout-feat-table.hh180 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()
Dhb-aat-layout.cc385 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()
Dhb-aat-layout.h733 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/
Dhb-aat-layout-feat-table.hh180 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()
Dhb-aat-layout.cc392 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()
Dhb-aat-layout.h733 hb_aat_layout_feature_type_t feature_type);
762 hb_aat_layout_feature_type_t feature_type,
/third_party/cef/libcef/common/extensions/api/
DBUILD.gn8 feature_type = "APIFeature"
16 feature_type = "PermissionFeature"
24 feature_type = "ManifestFeature"
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-feat-table.hh176 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()
Dhb-aat-layout.cc393 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()
Dhb-aat-layout.h438 hb_aat_layout_feature_type_t feature_type);
453 hb_aat_layout_feature_type_t feature_type,
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouploader.c101 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()
Dgstsouploader.h41 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/
DsljitLir.h635 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
DsljitNativeSPARC_common.c448 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()
DsljitNativeARM_64.c382 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()
DsljitLir.c2383 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()
DsljitNativePPC_common.c630 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()
DsljitNativeMIPS_common.c685 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()
DsljitNativeX86_common.c643 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()
DsljitNativeARM_T2_32.c482 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()
DsljitNativeS390X.c1617 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()
DsljitNativeARM_32.c946 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()