Home
last modified time | relevance | path

Searched refs:feature_type (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
H A Dhb-aat-layout.cc382 * @feature_type: The #hb_aat_layout_feature_type_t of the requested feature type
392 hb_aat_layout_feature_type_t feature_type) in hb_aat_layout_feature_type_get_name_id()
394 return face->table.feat->get_feature_name_id (feature_type); in hb_aat_layout_feature_type_get_name_id()
400 * @feature_type: The #hb_aat_layout_feature_type_t of the requested feature type
420 hb_aat_layout_feature_type_t feature_type, in hb_aat_layout_feature_type_get_selector_infos()
426 return face->table.feat->get_selector_infos (feature_type, start_offset, selector_count, selectors, default_index); in hb_aat_layout_feature_type_get_selector_infos()
391 hb_aat_layout_feature_type_get_name_id(hb_face_t *face, hb_aat_layout_feature_type_t feature_type) hb_aat_layout_feature_type_get_name_id() argument
419 hb_aat_layout_feature_type_get_selector_infos(hb_face_t *face, hb_aat_layout_feature_type_t feature_type, unsigned int start_offset, unsigned int *selector_count, hb_aat_layout_feature_selector_info_t *selectors, unsigned int *default_index ) hb_aat_layout_feature_type_get_selector_infos() argument
H A Dhb-aat-layout.h733 hb_aat_layout_feature_type_t feature_type);
762 hb_aat_layout_feature_type_t feature_type,
/third_party/backends/backend/
H A Davision.c1607 if (s->hw->hw->feature_type & AV_NO_64BYTE_ALIGN) {\
2955 if (dev->hw->feature_type & AV_SOFT_SCALE) { in compute_parameters()
3070 if (dev->hw->feature_type & AV_MULTI_SHEET_SCAN) { in compute_parameters()
3142 if (dev->hw->feature_type & AV_MULTI_SHEET_SCAN) { in compute_parameters()
3370 else if (dev->hw->feature_type & AV_LIGHT_CHECK_BOGUS) { in wait_4_light()
3816 if (dev->hw->feature_type & AV_ADF_FLIPPING_DUPLEX) in get_accessories_info()
3943 if (! (dev->hw->feature_type & AV_INT_BUTTON)) in get_button_status()
4041 if (! (dev->hw->feature_type & AV_INT_BUTTON)) in get_button_status()
4294 if (attaching_hw && (attaching_hw->feature_type & AV_INT_STATUS)) in attach()
4385 if (Avision_Device_List [model_num].feature_type in attach()
[all...]
H A Davision.h236 uint64_t feature_type; member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitLir.h643 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type);
H A DsljitNativePPC_common.c650 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
652 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitLir.c2704 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
2706 SLJIT_UNUSED_ARG(feature_type); in sljit_has_cpu_feature()
H A DsljitNativeARM_64.c384 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
386 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeX86_common.c735 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
737 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeS390X.c1648 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
1651 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeRISCV_common.c530 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
532 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeMIPS_common.c716 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
722 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeARM_32.c951 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
953 switch (feature_type) { in sljit_has_cpu_feature()
H A DsljitNativeARM_T2_32.c487 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 feature_type) in sljit_has_cpu_feature() argument
489 switch (feature_type) { in sljit_has_cpu_feature()

Completed in 52 milliseconds